summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow.h
AgeCommit message (Expand)Author
2017-11-08openvswitch: enable NSH supportYi Yang
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-11-09openvswitch: Constify various function argumentsThomas Graf
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar
2014-01-06openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme
2013-11-01openvswitch: Widen TCP flags handling.Jarno Rajahalme
2013-10-03openvswitch: Restructure datapath.c and flow.cPravin B Shelar
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross
2013-08-27openvswitch: optimize flow compare and mask functionsAndy Zhou
2013-08-26openvswitch: Rename key_len to key_endAndy Zhou
2013-08-26openvswitch: Add SCTP supportJoe Stringer
2013-08-23openvswitch: Mega flow implementationAndy Zhou
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar
2013-06-19openvswitch: Expand action buffer size.Pravin B Shelar
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar
2013-03-29openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf