Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / datapath / actions.c
2011-03-02 Ben Pfaffdatapath: Remove unneeded modify_vlan_tci() parameters.
2011-02-07 Simon Hormandatapath: Clear rxhash when using an action that may...
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2010-12-29 Ben Pfaffdatapath: Fix 32-bit truncation of argument to ODPAT_OU...
2010-12-28 Ben Pfaffdatapath: Fix type of actions_len_left in modify_vlan_t...
2010-12-28 Ben Pfaffdatapath: Remove shadowed 'err' variable.
2010-12-24 Ben Pfaffdatapath: Don't recursively sample packets or reset...
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Jesse Grossdatapath: Try to avoid custom checksum update function.
2010-12-10 Jesse Grossdatapath: Correctly update IP checksum with actions.
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffdatapath: Avoid accesses past the end of skbuff data...
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-07-30 Jesse Grossdatapath: Remove redundant checks on SKBs.
2010-07-15 Jesse Grossdatapath: Don't update flow key when applying actions.
2010-07-15 Jesse Grossdatapath: Don't set tunnel_id in a function.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-13 Jesse Grossdatapath: Move over-MTU checking into vport_send().
2010-06-18 Jesse Grossdatapath: Check vswitch_skb_checksum_setup() return...
2010-06-17 Ben PfaffImplement QoS framework.
2010-04-19 Jesse Grossdatapath: Add function to copy skb checksum bits.
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: Consistently maintain flow key.
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
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 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-12 Ben PfaffUse VLAN_PCP_SHIFT consistently, instead of open-coding...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-26 Jesse Grossdatapath: Support CHECKSUM_PARTIAL on older kernels.
2010-01-26 Jesse Grossdatapath: Transport port is not part of psuedoheader.
2010-01-26 Jesse Grossdatapath: Handle packets with precomputed checksums.
2010-01-25 Ben PfaffMerge "sflow" into "master".
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-18 Ben Pfaffdatapath: Check for proto_data_valid member instead...
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-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-10-23 Ben PfaffMerge "citrix" into "master".
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-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
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-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-06 Ben Pfaffdatapath: Drop unneeded local variable initialization.
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0