aboutsummaryrefslogtreecommitdiff
path: root/datapath/actions.c
AgeCommit message (Expand)Author
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-18datapath: Fix pop_vlan().Pravin B Shelar
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-11datapath: Use correct ethernet addr len.Pravin B Shelar
2011-11-10datapath: remove actions.hPravin B Shelar
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-08datapath: Properly calculate checksum when updating TOS field.Justin Pettit
2011-11-03datapath: Fix indentation in pop_vlan().Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21datapath: Fix uninitialized variable warning.Jesse Gross
2011-10-21datapath: Refactor actions in terms of match fields.Pravin B Shelar
2011-10-12datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-10-06datapath: Remove RT kernel support.Pravin B Shelar
2011-09-29datapath: Avoid skb-clone in upcallPravin Shelar
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-21datapath: Cleanup actions.c:do_output().Jesse Gross
2011-09-21datapath: Send to userspace errors shouldn't halt processing.Jesse Gross
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-06-16datapath: Use consume_skb() on non-errors.Jesse Gross
2011-06-16datapath: Simplify make_writable().Jesse Gross
2011-06-16datapath: Use strip_vlan() for modify_vlan_tci().Jesse Gross
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-08datapath: Remove redundant nw_ prefix from fields in flow key.Jesse Gross
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-04-29datapath: Drop parameters from execute_actions().Ben Pfaff
2011-03-02datapath: Remove unneeded modify_vlan_tci() parameters.Ben Pfaff
2011-02-07datapath: Clear rxhash when using an action that may affect itSimon Horman
2011-02-07datapath: Use vlan acceleration for vlan operations.Jesse Gross
2011-01-28datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff
2011-01-28datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.Ben Pfaff
2011-01-27datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2010-12-28datapath: Fix 32-bit truncation of argument to ODPAT_OUTPUT_CONTROL.Ben Pfaff
2010-12-28datapath: Fix type of actions_len_left in modify_vlan_tci().Ben Pfaff
2010-12-28datapath: Remove shadowed 'err' variable.Ben Pfaff
2010-12-23datapath: Don't recursively sample packets or reset their "tun_id"s.Ben Pfaff
2010-12-13datapath: Remove explicit 'unlikely' from IS_ERR calls.Ben Pfaff
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-12-09datapath: Try to avoid custom checksum update function.Jesse Gross
2010-12-09datapath: Correctly update IP checksum with actions.Jesse Gross
2010-12-03datapath: Consolidate checksum compatibility code.Jesse Gross
2010-12-03datapath: Merge "struct dp_port" into "struct vport".Ben Pfaff
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff