aboutsummaryrefslogtreecommitdiff
path: root/datapath/actions.c
AgeCommit message (Expand)Author
2013-03-12datapath: Reduce loop limit by one to 4.Jesse Gross
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-02-22datapath: fix the calculation of checksum for vlan headerCong Wang
2012-12-20datapath: support Linux 3.7Isaku Yamahata
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-13datapath: add ipv6 'set' actionAnsis Atteka
2012-11-06datapath: Don't write into IPV4_TUNNEL data when using TUN_ID.Jesse Gross
2012-10-24datapath: Fix zero key tunnels.Pravin B Shelar
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-08-31datapath: Fix typoJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-03-07datapath: Fix checksum update for actions on UDP packets.Jesse Gross
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
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