initscript: pass complete path to pidfile to status command
[sliver-openvswitch.git] / datapath /
2009-11-18 Ben PfaffMerge master branch into xs5.7.
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Jesse Grossdatapath: Allow minimum headroom to be set when copying...
2009-11-18 Jesse Grossdatapath: Copy Xen's checksumming fields when doing...
2009-11-18 Ben Pfaffdatapath: Fix build with kernel header layout recently...
2009-11-17 Justin Pettitdatapath: Remove unused print_flow() function
2009-11-17 Justin Pettitdatapath: Cleanup tab/space issues in datapath
2009-11-17 Justin Pettitdatapath: Calculate proper checksum for set_tp_src...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-06 Jesse Grossdatapath: Allow TCP flags to be cleared.
2009-11-03 Jesse Grossdatapath: Allow TCP flags to be cleared.
2009-10-26 Ben PfaffSpell verb form of "set up" correctly throughout the...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-15 Ben Pfaffdatapath: Fix build with Linux 2.6.31.
2009-10-15 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-10-15 Ben Pfaffdatapath: Fix warning on 64-bit builds.
2009-10-15 Ben Pfaffdatapath: Factor out code for getting and setting liste...
2009-10-09 Ben Pfaffdatapath: Fix build with Centos 5.3 kernel.
2009-10-09 Ben Pfaffdatapath: Add cpumask.h header wrapper to distribution.
2009-10-08 Jean Tourrilhesdatapath: Fix validation of ODPAT_SET_VLAN_PCP actions.
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-15 Ben Pfaffdatapath: Fix mutual exclusion with bridge on Linux...
2009-09-14 Ben Pfaffdatapath: Fix WARN_ON sending GSO packets to userspace...
2009-09-14 Ben Pfaffdatapath: Fix comments.
2009-09-14 Ben Pfaffdatapath: Raise maximum ports per datapath from 256...
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin Pettitdatapath: Don't drop MTU-sized VLAN packets from userspace
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-09-01 Justin PettitAdd ability for the datapath to match IP address in...
2009-09-01 Ben Pfaffdatapath: Use hash table more tolerant of collisions...
2009-09-01 Ben Pfaffdatapath: Remove WARN_ON_ONCE(1) now that this code...
2009-08-25 Justin Pettitdpif: Address portability issues in dpif-netdev
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-25 Justin Pettitdatapath: Return EFBIG instead of EXFULL when no room...
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben Pfaffdatapath: Additional fixes for datapath device renaming.
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-18 Ian Campbelldatapath: Only call skb_checksum_setup on 2.6.18 &...
2009-08-18 Ben Pfaffdatapath: Improve comments.
2009-08-07 Ben Pfaffbrcompat: Remove no-longer-needed #includes.
2009-08-07 Ben Pfaffbrcompat: Remove requirement that that no datapaths...
2009-08-07 Ben Pfaffbrcompat: Move BRCTL_GET_BRIDGES, BRCTL_GET_PORT_LIST...
2009-08-07 Ben Pfaffdatapath: Unexport functions only used in openvswitch_mod.
2009-08-06 Ben Pfaffdatapath: Update sysfs links when network devices are...
2009-08-06 Ben Pfaffdatapath: Fix OOPS when dp_sysfs_add_if() fails.
2009-08-06 Ben Pfaffdatapath: Prepare to extend lifetime of kobjects.
2009-08-06 Ben Pfaffdatapath: Rename brc_sysfs_* to dp_sysfs_*.
2009-08-06 Ben Pfaffdatapath: Move sysfs support from brcompat_mod into...
2009-08-06 Ben Pfaffbrcompat: Add comments to sysfs code.
2009-08-03 Justin Pettitdatapath: Support jumbo frames in the datapath device
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-16 Ben PfaffImplement "brctl showmacs" support in brcompat and...
2009-07-16 Ben Pfaffbrcompat: Refactor infrastructure for communication...
2009-07-13 Ben Pfaffdatapath: Don't orphan packets in dp_dev transmit path.
2009-07-13 Ben PfaffRevert "datapath: Don't orphan packets in dp_dev transm...
2009-07-13 Ben Pfaffdatapath: Don't orphan packets in dp_dev transmit path.
2009-07-08 Ben Pfaffdatapath: Fix races in updating dp_dev port statistics.
2009-07-08 Ben Pfaffdatapath: Fix race in datapath creation.
2009-07-08 Ben Pfaffdatapath: Fix race against workqueue in dp_dev and...
2009-07-08 Ben Pfaffdatapath: Remove declarations of functions that are...
2009-07-08 Ben Pfaffdatapath: Fix use-after-free error in datapath destruction.
2009-07-08 Ben Pfaffdatapath: Remove redundant synchronize_rcu() call.
2009-07-06 Ben Pfaffdpif-linux: Don't allow arbitrary internal ports to...
2009-07-06 Ben Pfaffdatapath: Drop unneeded local variable initialization.
2009-07-06 Ben Pfaffdatapath: Change ODP_PORT_LIST semantics.
2009-07-06 Ben Pfaffdatapath: Make openvswitch_ioctl() have a single point...
2009-07-06 Ben Pfaffdatapath: Fix ODP_PORT_DEL handling of bad user memory...
2009-07-06 Ben Pfaffdatapath: Style fix.
2009-07-06 Ben Pfaffdatapath: Get rid of query operations for single flows.
2009-07-06 Ben Pfaffdatapath: Make the datapath responsible for choosing...
2009-07-06 Ben Pfaffdatapath: Remove unnecessary range check from put_actio...
2009-07-01 Justin PettitMerge commit 'origin/citrix'
2009-06-26 Ben Pfaffdatapath: Fix use-after-free error in datapath destruction.
2009-06-26 Ben Pfaffdatapath: Remove redundant synchronize_rcu() call.
2009-06-24 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-06-12 Ben Pfaffdatapath: Add sysfs support for all (otherwise supporte...
2009-06-12 Justin Pettitxenserver: xen 2.6.27 kernel doesn't need skb_checksum_...
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0