aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-31Release Open vSwitch 1.0.1v1.0.1Justin Pettit
2010-05-27debian: Fix version number check for changelog.Jesse Gross
2010-05-27datapath: Check for skb_cow_head(), not skb_cow().Ben Pfaff
2010-05-27datapath: <linux/if_vlan.h> needs <linux/skbuff.h> on some kernels.Ben Pfaff
2010-05-27configure: Deep-six "5".Ben Pfaff
2010-05-27datapath: Fix VLAN insertion behavior on Linux 2.6.27 and 2.6.28.Ben Pfaff
2010-05-27Add dist-hook to ensure that every file gets distributed.Ben Pfaff
2010-05-27Distribute files that had been overlooked.Ben Pfaff
2010-05-27Remove unused files from source tree.Ben Pfaff
2010-05-27vswitchd: Treat gratuitous ARP requests like gratuitous ARP replies.Ben Pfaff
2010-05-27debian: Attempt to keep debian/changelog up-to-date.Ben Pfaff
2010-05-27debian: Update changelog to reflect current OVS version.Ben Pfaff
2010-05-27ofproto: Avoid null pointer dereference if in_band_create() fails.Ben Pfaff
2010-05-27ofproto: Fix treatment of out-of-band controllers.Ben Pfaff
2010-05-27datapath: Add missing #include to datapath/flow.h.Ben Pfaff
2010-05-26vswitchd: Build ovs-brcompatd only on Linux systems.Ben Pfaff
2010-05-26proc-net-compat: Stub out on non-Linux.Ben Pfaff
2010-05-26Build ovs-wdt or nlmon utilities only on Linux.Ben Pfaff
2010-05-26lib: Disable Linux-specific libraries on non-Linux systems.Ben Pfaff
2010-05-26datapath: Make datapath-protocol.h portable to non-Linux systems.Ben Pfaff
2010-05-26datapath: Make gre.h safe to include by itself.Ben Pfaff
2010-05-26socket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_SAVED_MAX.Ben Pfaff
2010-05-26Add some missing "#include"s.Ben Pfaff
2010-05-26Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff
2010-05-26tests: Remove incorrect OVS_UNUSED from declaration.Ben Pfaff
2010-05-26tests: Speed up classifier test.Ben Pfaff
2010-05-26tests: Break monolithic classifier test into subtests.Ben Pfaff
2010-05-26tests: Avoid nonportable \x escapes in printf(1) invocation.Ben Pfaff
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-26poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff
2010-05-25unixctl: Sort list of commands output by "help".Ben Pfaff
2010-05-25datapath: Fix ODP_PORT_GROUP_GET implementation.Ben Pfaff
2010-05-25Revert "Add definition of AS_ECHO for compatibility with Autoconf before 2.62."Ben Pfaff
2010-05-24Add definition of AS_ECHO for compatibility with Autoconf before 2.62.Ben Pfaff
2010-05-24datapath: introduce a method to install kernel modulesWei Yongjun
2010-05-20dpif: Include stat.h headerJustin Pettit
2010-05-20Add instructions for using Open vSwitch with KVM.Todd Deshane
2010-05-19netdev-linux: Quiet down ingress policing.Jesse Gross
2010-05-19netflow: Use macro for constant instead of static const int.Ben Pfaff
2010-05-19gre: Check whether IPv6 is compiled into the kernel.Jesse Gross
2010-05-18patch: Remove veth driver.Jesse Gross
2010-05-18netdev: Add 'patch' userspace implementation.Jesse Gross
2010-05-18netdev: Extract netdev vport functions.Jesse Gross
2010-05-18datapath: Add 'patch' vport.Jesse Gross
2010-05-18vport: Extract common functions for virtual devices.Jesse Gross
2010-05-17datapath: Fix build with backported dev_get_stats().Justin Pettit
2010-05-17Don't define "skb_dst_drop" if other skb_dst accessor funcs are definedJustin Pettit
2010-05-17datapath: Add stddef.h compat header to list of files in distributionsJustin Pettit
2010-05-17tests: fix compile warning of tests/test-ovsdb.cWei Yongjun
2010-05-17ofproto: fix compile warning of ofproto/ofproto.cWei Yongjun