aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme1-6/+8
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-11/+38
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc1-0/+22
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo1-2/+2
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver1-1/+7
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc1-0/+1
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-1/+1
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-1/+2
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-0/+1
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+6
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer1-0/+1
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-0/+5
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-73/+3
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-3/+25
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf1-7/+7
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-1/+1
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-5/+6
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-14/+48
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-6/+11
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-1/+19
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-13/+17
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-0/+3
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-1/+2
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-1/+5
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff1-2/+3
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme1-3/+3
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme1-18/+11
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme1-2/+8
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-9/+1
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar1-7/+22
2014-01-06openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff1-2/+2
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme1-0/+2
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme1-1/+1
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar1-102/+26
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross1-1/+1
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou1-18/+1
2013-08-26openvswitch: Rename key_len to key_endAndy Zhou1-1/+1
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-4/+4
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-19/+77
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-1/+17
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar1-3/+3
2013-06-19openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+19
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar1-1/+1
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar1-2/+2
2013-03-29openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf1-21/+0
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka1-3/+5
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5