sliver-openvswitch.git
2010-06-01 Justin PettitRelease Open vSwitch 1.0.1 v1.0.1
2010-05-27 Jesse Grossdebian: Fix version number check for changelog.
2010-05-27 Ben Pfaffdatapath: Check for skb_cow_head(), not skb_cow().
2010-05-27 Ben Pfaffdatapath: <linux/if_vlan.h> needs <linux/skbuff.h>...
2010-05-27 Ben Pfaffconfigure: Deep-six "5".
2010-05-27 Ben Pfaffdatapath: Fix VLAN insertion behavior on Linux 2.6...
2010-05-27 Ben PfaffAdd dist-hook to ensure that every file gets distributed.
2010-05-27 Ben PfaffDistribute files that had been overlooked.
2010-05-27 Ben PfaffRemove unused files from source tree.
2010-05-27 Ben Pfaffvswitchd: Treat gratuitous ARP requests like gratuitous...
2010-05-27 Ben Pfaffdebian: Attempt to keep debian/changelog up-to-date.
2010-05-27 Ben Pfaffdebian: Update changelog to reflect current OVS version.
2010-05-27 Ben Pfaffofproto: Avoid null pointer dereference if in_band_crea...
2010-05-27 Ben Pfaffofproto: Fix treatment of out-of-band controllers.
2010-05-27 Ben Pfaffdatapath: Add missing #include to datapath/flow.h.
2010-05-26 Ben Pfaffvswitchd: Build ovs-brcompatd only on Linux systems.
2010-05-26 Ben Pfaffproc-net-compat: Stub out on non-Linux.
2010-05-26 Ben PfaffBuild ovs-wdt or nlmon utilities only on Linux.
2010-05-26 Ben Pfafflib: Disable Linux-specific libraries on non-Linux...
2010-05-26 Ben Pfaffdatapath: Make datapath-protocol.h portable to non...
2010-05-26 Ben Pfaffdatapath: Make gre.h safe to include by itself.
2010-05-26 Ben Pfaffsocket-util: Tolerate missing RLIM_SAVED_CUR and RLIM_S...
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-05-26 Ben Pfafftests: Remove incorrect OVS_UNUSED from declaration.
2010-05-26 Ben Pfafftests: Speed up classifier test.
2010-05-26 Ben Pfafftests: Break monolithic classifier test into subtests.
2010-05-26 Ben Pfafftests: Avoid nonportable \x escapes in printf(1) invoca...
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-26 Ben Pfaffpoll-loop: Change poll_timer_wait() parameter from...
2010-05-25 Ben Pfaffunixctl: Sort list of commands output by "help".
2010-05-25 Ben Pfaffdatapath: Fix ODP_PORT_GROUP_GET implementation.
2010-05-25 Ben PfaffRevert "Add definition of AS_ECHO for compatibility...
2010-05-24 Ben PfaffAdd definition of AS_ECHO for compatibility with Autoco...
2010-05-24 Wei Yongjundatapath: introduce a method to install kernel modules
2010-05-20 Justin Pettitdpif: Include stat.h header
2010-05-20 Todd DeshaneAdd instructions for using Open vSwitch with KVM.
2010-05-19 Jesse Grossnetdev-linux: Quiet down ingress policing.
2010-05-19 Ben Pfaffnetflow: Use macro for constant instead of static const...
2010-05-19 Jesse Grossgre: Check whether IPv6 is compiled into the kernel.
2010-05-18 Jesse Grosspatch: Remove veth driver.
2010-05-18 Jesse Grossnetdev: Add 'patch' userspace implementation.
2010-05-18 Jesse Grossnetdev: Extract netdev vport functions.
2010-05-18 Jesse Grossdatapath: Add 'patch' vport.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-17 Justin Pettitdatapath: Fix build with backported dev_get_stats().
2010-05-17 Justin PettitDon't define "skb_dst_drop" if other skb_dst accessor...
2010-05-17 Justin Pettitdatapath: Add stddef.h compat header to list of files...
2010-05-17 Wei Yongjuntests: fix compile warning of tests/test-ovsdb.c
2010-05-17 Wei Yongjunofproto: fix compile warning of ofproto/ofproto.c
2010-05-17 Wei Yongjunovsdb-idl: fix compile warning of lib/ovsdb-idl.c
2010-05-17 Ben Pfaffdatapath: Fix build with backported skb_dst().
2010-05-17 Ben Pfaffacinclude.m4: Reorganize checks for kernel identifiers.
2010-05-15 Justin PettitRelease Open vSwitch 1.0.0 v1.0.0
2010-05-14 Jesse Grossdatapath: Use per_cpu_ptr instead of percpu_ptr.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-14 Jesse Grossdatapath: Disable bottom-halves where necessary.
2010-05-14 Jesse Grossdatapath: Use spin_lock_bh() consistently.
2010-05-13 Ben Pfaffstream-ssl: Flush OpenSSL error queue after calling...
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid __copy_to/from_user(), __get/put_user...
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_ports' in...
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_flows' in...
2010-05-13 Andy SouthgateAdd ovsdbmonitor GUI tool by Andy Southgate, contribute...
2010-05-13 Ben Pfaffdaemon: Throttle max respawning rate.
2010-05-13 Ben Pfaffdaemon: Allow monitored daemon to dump core no more...
2010-05-13 Ben Pfaffofproto: Prefer "master" and "other" connections for...
2010-05-12 Ben Pfaffofproto-sflow: Maintain table of ports even when cleari...
2010-05-11 Ben Pfaffovs-ofctl: Add "snoop" command.
2010-05-11 Ben Pfaffofproto: Don't send async messages on transient connect...
2010-05-11 Ben Pfaffofproto: Fix segfault sending packet_ins on transient...
2010-05-11 Ben Pfaffovs-ofctl: "monitor" command takes no more than 2 arguments
2010-05-11 Ben Pfaffovs-ofctl: Fix usage message for "monitor" command.
2010-05-11 Ben PfaffDiagnose attempts to connect the wrong protocol to...
2010-05-11 Ben Pfaffvconn-stream: Refactor vconn_stream_recv() for readability.
2010-05-11 Jesse Grossvport: Record and free packets on unattached ports.
2010-05-11 Jesse Grossflow: Zero tun_id if wildcarded.
2010-05-11 Jesse Grossgre: Include route headers in headroom calculation.
2010-05-10 Jesse Grossbridge: Add iface to hash table before calling iface_is...
2010-05-10 Ben Pfaffbridge: Fix double-free bug in port_reconfigure().
2010-05-07 Ben Pfaffflow: Fix misaligned access.
2010-05-07 Ben PfaffAdd header for access to potentially unaligned data.
2010-05-07 Ben Pfaffovsdb-client: Serialize columns in predictable order...
2010-05-07 Ben Pfafftests: Fix bug in "ovsdb-tool compact" test.
2010-05-07 Ben Pfafftests: Fix bug in "weak references" test.
2010-05-07 Ben Pfafftests: Fix bug in ovsdb-server test suite.
2010-05-07 Ben Pfaffutil: Fix GCC false-positive warning for CONTAINER_OF.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-07 Ben Pfaffovsdb: In documentation, add commas to make large numbe...
2010-05-06 Jesse Grossdatapath: Break out test for dev_disable_lro().
2010-05-06 Justin PettitFix issue with "strict" deletion of flows
2010-05-06 Jesse Grossdatapath: Fix build issue with LRO.
2010-05-06 Jesse Grossdatapath: Add configure test for skb_warn_if_lro().
2010-05-05 Ben Pfaffofproto: Implement ofp_action_output "max_len" feature.
2010-05-05 Ben Pfaffnetdev-linux: Optimize removing policing from an interface.
2010-05-05 Ben Pfaffnetdev-linux: Cache policing values.
2010-05-05 Ben Pfaffnetdev-linux: Factor out removing policing.
2010-05-05 Ben Pfaffnetdev-linux: Factor out obtaining an RTNL socket.
next