summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Open vSwitch 1.0.1v1.0.1Justin Pettit2010-05-312-1/+6
* debian: Fix version number check for changelog.Jesse Gross2010-05-272-3/+3
* datapath: Check for skb_cow_head(), not skb_cow().Ben Pfaff2010-05-272-4/+4
* datapath: <linux/if_vlan.h> needs <linux/skbuff.h> on some kernels.Ben Pfaff2010-05-271-0/+1
* configure: Deep-six "5".Ben Pfaff2010-05-271-2/+2
* datapath: Fix VLAN insertion behavior on Linux 2.6.27 and 2.6.28.Ben Pfaff2010-05-272-0/+47
* Add dist-hook to ensure that every file gets distributed.Ben Pfaff2010-05-272-2/+31
* Distribute files that had been overlooked.Ben Pfaff2010-05-274-4/+15
* Remove unused files from source tree.Ben Pfaff2010-05-272-1445/+0
* vswitchd: Treat gratuitous ARP requests like gratuitous ARP replies.Ben Pfaff2010-05-271-5/+10
* debian: Attempt to keep debian/changelog up-to-date.Ben Pfaff2010-05-274-1/+48
* debian: Update changelog to reflect current OVS version.Ben Pfaff2010-05-271-1/+1
* ofproto: Avoid null pointer dereference if in_band_create() fails.Ben Pfaff2010-05-271-1/+3
* ofproto: Fix treatment of out-of-band controllers.Ben Pfaff2010-05-271-0/+4
* datapath: Add missing #include to datapath/flow.h.Ben Pfaff2010-05-271-1/+2
* vswitchd: Build ovs-brcompatd only on Linux systems.Ben Pfaff2010-05-261-6/+6
* proc-net-compat: Stub out on non-Linux.Ben Pfaff2010-05-262-1/+27
* Build ovs-wdt or nlmon utilities only on Linux.Ben Pfaff2010-05-261-3/+5
* lib: Disable Linux-specific libraries on non-Linux systems.Ben Pfaff2010-05-263-9/+13
* datapath: Make datapath-protocol.h portable to non-Linux systems.Ben Pfaff2010-05-262-122/+133
* datapath: Make gre.h safe to include by itself.Ben Pfaff2010-05-261-5/+1
* socket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_SAVED_MAX.Ben Pfaff2010-05-261-4/+23
* Add some missing "#include"s.Ben Pfaff2010-05-268-3/+13
* Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff2010-05-267-0/+7
* tests: Remove incorrect OVS_UNUSED from declaration.Ben Pfaff2010-05-261-1/+1
* tests: Speed up classifier test.Ben Pfaff2010-05-261-2/+3
* tests: Break monolithic classifier test into subtests.Ben Pfaff2010-05-265-38/+48
* tests: Avoid nonportable \x escapes in printf(1) invocation.Ben Pfaff2010-05-261-4/+4
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-2615-41/+40
* poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff2010-05-264-17/+21
* unixctl: Sort list of commands output by "help".Ben Pfaff2010-05-251-1/+14
* datapath: Fix ODP_PORT_GROUP_GET implementation.Ben Pfaff2010-05-251-2/+2
* Revert "Add definition of AS_ECHO for compatibility with Autoconf before 2.62."Ben Pfaff2010-05-251-96/+0
* Add definition of AS_ECHO for compatibility with Autoconf before 2.62.Ben Pfaff2010-05-241-0/+96
* datapath: introduce a method to install kernel modulesWei Yongjun2010-05-241-0/+3
* dpif: Include stat.h headerJustin Pettit2010-05-201-0/+1
* Add instructions for using Open vSwitch with KVM.Todd Deshane2010-05-203-0/+87
* netdev-linux: Quiet down ingress policing.Jesse Gross2010-05-191-1/+1
* netflow: Use macro for constant instead of static const int.Ben Pfaff2010-05-191-1/+6
* gre: Check whether IPv6 is compiled into the kernel.Jesse Gross2010-05-192-13/+51
* patch: Remove veth driver.Jesse Gross2010-05-1810-786/+7
* netdev: Add 'patch' userspace implementation.Jesse Gross2010-05-185-0/+227
* netdev: Extract netdev vport functions.Jesse Gross2010-05-185-220/+306
* datapath: Add 'patch' vport.Jesse Gross2010-05-184-1/+309
* vport: Extract common functions for virtual devices.Jesse Gross2010-05-188-54/+87
* datapath: Fix build with backported dev_get_stats().Justin Pettit2010-05-172-1/+3
* Don't define "skb_dst_drop" if other skb_dst accessor funcs are definedJustin Pettit2010-05-171-3/+2
* datapath: Add stddef.h compat header to list of files in distributionsJustin Pettit2010-05-171-0/+1
* tests: fix compile warning of tests/test-ovsdb.cWei Yongjun2010-05-171-5/+5
* ofproto: fix compile warning of ofproto/ofproto.cWei Yongjun2010-05-171-3/+3