datapath: Report memory allocation errors in flow_extract().
[sliver-openvswitch.git] / datapath / datapath.c
2010-08-27 Ben Pfaffdatapath: Report memory allocation errors in flow_extra...
2010-08-26 Ben Pfaffdatapath: Free up flow_extract() return value for repor...
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-30 Jesse Grossdatapath: Remove dead code.
2010-07-30 Jesse Grossdatapath: Remove redundant checks on SKBs.
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossdatapath: Make checksum offsets unsigned.
2010-07-13 Jesse Grossdatapath: Make our checksumming more closely match...
2010-06-25 Yu Zhiguodatapath: fix header file include
2010-06-19 Jesse Grossdatapath: Don't compute checksums on partial packets.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Call vswitch_skb_checksum_setup() before...
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-05-25 Ben Pfaffdatapath: Fix ODP_PORT_GROUP_GET implementation.
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 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_flows' in...
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
2010-04-30 Jesse Grossdatapath: Ensure packet length matches headers during...
2010-04-27 Ben Pfaffdatapath: Check device name length more carefully in...
2010-04-27 Ben Pfaffdatapath: Always null-terminate network device name...
2010-04-27 Ben Pfaffdatapath: Fix argument to strncpy_from_user().
2010-04-19 Jesse Grossdatapath: Add skb_csum_help compatibility function.
2010-04-19 Jesse Grossdatapath: Genericize hash table.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
2010-03-05 Jesse Grossdatapath: Disable large receive offload.
2010-03-05 Jesse Grossdatapath: Update hardware computed checksum on VLAN...
2010-02-28 Jesse Grossdatapath: Consistently maintain checksum offloading...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffdatapath: Mark functions "static".
2010-02-11 Ben Pfaffdatapath: When adding a port, return the new port numbe...
2010-02-08 Jesse GrossFix some regressions from the merge from master.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Jesse Grossdatapath: Set datapath device MTU to minimum of MTU...
2010-01-26 Jesse Grossdatapath: Fix compilation on newer old-style Xen kernels.
2010-01-26 Jesse Grossdatapath: Handle packets with precomputed checksums.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-25 Ben Pfaffdatapath: Clean up vswitch_skb_checksum_setup().
2010-01-20 Ben Pfaffsflow: Fix sFlow sampling structure.
2010-01-04 Ben PfaffInitial implementation of sFlow.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-19 Ian Campbelldatapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-17 Justin Pettitdatapath: Cleanup tab/space issues in datapath
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: 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-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-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 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 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-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: Rename brc_sysfs_* to dp_sysfs_*.
2009-08-06 Ben Pfaffdatapath: Move sysfs support from brcompat_mod into...
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.
next