Global replace of Nicira Networks.
[sliver-openvswitch.git] / datapath / actions.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-07 Jesse Grossdatapath: Fix checksum update for actions on UDP packets.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-18 Pravin B Shelardatapath: Fix pop_vlan().
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-12 Pravin B Shelardatapath: Use correct ethernet addr len.
2011-11-11 Pravin B Shelardatapath: remove actions.h
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin Pettitdatapath: Properly calculate checksum when updating...
2011-11-03 Ben Pfaffdatapath: Fix indentation in pop_vlan().
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-21 Jesse Grossdatapath: Fix uninitialized variable warning.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
2011-09-29 Pravin Shelardatapath: Avoid skb-clone in upcall
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-21 Jesse Grossdatapath: Cleanup actions.c:do_output().
2011-09-21 Jesse Grossdatapath: Send to userspace errors shouldn't halt proce...
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-17 Jesse Grossdatapath: Use consume_skb() on non-errors.
2011-06-16 Jesse Grossdatapath: Simplify make_writable().
2011-06-16 Jesse Grossdatapath: Use strip_vlan() for modify_vlan_tci().
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-08 Jesse Grossdatapath: Remove redundant nw_ prefix from fields in...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Andrew Evansdatapath: Hash and compare only the part of sw_flow_key...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-04-29 Ben Pfaffdatapath: Drop parameters from execute_actions().
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'
next