aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.h
AgeCommit message (Expand)Author
2013-01-25datapath: Clear struct ovs_key_ipv4_tunnel padding.Pravin B Shelar
2013-01-20datapath: Fix nelink attribute size for flow.Pravin B Shelar
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-06datapath: Remove flow refcount functionality.Jesse Gross
2012-10-20datapath: Optimize flow key match for non tunnel flows.Pravin B Shelar
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-09-03datapath: Fix FLOW_BUFSIZE definition.Jesse Gross
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-01-04datapath: Implement flow table re-hashing.Pravin B Shelar
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-17datapath: Fix whitespace error.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-15datapath: Properly validate length of OVS_KEY_ATTR_ENCAP attributes.Ben Pfaff
2011-11-09datapath: Fix comment formatting.Jesse Gross
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-09Don't overload IP TOS with the frag matching bits.Justin Pettit
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
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-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-08datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.Ben Pfaff
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-08datapath: Remove redundant nw_ prefix from fields in flow key.Jesse Gross
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-03-03datapath: Update IPv6 parsing code for kernel style.Jesse Gross
2011-02-07datapath: Better calculate max nlattr-formatted flow size.Justin Pettit
2011-02-07datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-01-31datapath: Fix flow time used computation.Jesse Gross
2011-01-28datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff
2011-01-27datapath: Convert datapath operations to use Netlink framing.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-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-13datapath: Use __packed macro.Jesse Gross
2010-12-13datapath: Include <linux/netlink.h> directly into flow.h.Ben Pfaff
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-10-11datapath: Always use GFP_ATOMIC to execute actions.Ben Pfaff
2010-09-22datapath: Move is_frag out of struct ovs_skb_cb.Jesse Gross