summaryrefslogtreecommitdiff
path: root/datapath/flow.h
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Fix a kernel crash caused by corrupted mask list.Andy Zhou2013-06-211-1/+1
* gre: Restructure tunneling.Pravin B Shelar2013-06-201-6/+3
* datapath: Mega flow implementationAndy Zhou2013-06-201-19/+76
* datapath: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf2013-03-291-29/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-3/+2
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-281-1/+1
* Revert "datapath: Increase maximum allocation size of action list."Pravin B Shelar2013-02-281-4/+1
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-221-1/+4
* datapath: Clear struct ovs_key_ipv4_tunnel padding.Pravin B Shelar2013-01-251-0/+5
* datapath: Fix nelink attribute size for flow.Pravin B Shelar2013-01-201-18/+25
* datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar2013-01-181-1/+19
* datapath: add skb mark matching and set actionAnsis Atteka2012-11-211-2/+4
* datapath: Move tun_key out of struct phy and union.Jesse Gross2012-11-081-3/+1
* datapath: Remove flow refcount functionality.Jesse Gross2012-11-051-6/+1
* datapath: Optimize flow key match for non tunnel flows.Pravin B Shelar2012-10-201-8/+7
* datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery2012-10-201-4/+8
* datapath: Fix FLOW_BUFSIZE definition.Jesse Gross2012-09-031-3/+5
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath: Increase maximum number of datapath ports.Pravin B Shelar2012-02-161-1/+2
* datapath: Implement flow table re-hashing.Pravin B Shelar2012-01-041-1/+5
* datapath: Scope global symbols with ovs_ prefix.Jesse Gross2011-11-221-29/+29
* datapath: Fix whitespace error.Jesse Gross2011-11-171-1/+1
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-4/+14
* datapath: Properly validate length of OVS_KEY_ATTR_ENCAP attributes.Ben Pfaff2011-11-151-1/+1
* datapath: Fix comment formatting.Jesse Gross2011-11-091-3/+3
* Support matching and modifying IP TTL.Justin Pettit2011-11-091-1/+2
* Support matching and modifying IP ECN bits.Justin Pettit2011-11-091-1/+1
* Don't overload IP TOS with the frag matching bits.Justin Pettit2011-11-091-7/+3
* Support matching IPv6 flow label.Justin Pettit2011-11-091-3/+4
* datapath: Fix coding style issues.Pravin B Shelar2011-11-071-5/+4
* datapath: Convert kernel priority actions into match/set.Pravin B Shelar2011-11-011-5/+9
* Implement new fragment handling policy.Ben Pfaff2011-10-211-2/+8
* datapath: Refactor actions in terms of match fields.Pravin B Shelar2011-10-211-0/+1
* datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff2011-10-121-1/+1
* datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff2011-10-121-1/+0
* datapath: Use unicast Netlink sockets for upcalls.Jesse Gross2011-09-231-0/+1
* datapath: Improve kernel hash tablePravin Shelar2011-09-091-9/+30
* datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.Ben Pfaff2011-09-081-1/+1
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-8/+8
* datapath: Remove redundant nw_ prefix from fields in flow key.Jesse Gross2011-06-081-2/+2
* datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff2011-06-011-0/+2
* datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans2011-05-181-23/+47
* datapath: Update IPv6 parsing code for kernel style.Jesse Gross2011-03-031-3/+4
* datapath: Better calculate max nlattr-formatted flow size.Justin Pettit2011-02-071-2/+15
* datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit2011-02-071-2/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-2/+3
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-021-2/+10
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-021-0/+2
* datapath: Fix flow time used computation.Jesse Gross2011-01-311-0/+1
* datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-1/+1