Age | Commit message (Expand) | Author | Files | Lines |
2017-07-19 | openvswitch: Optimize operations for OvS flow_stats. | Tonghao Zhang | 1 | -0/+2 |
2017-02-10 | openvswitch: Pack struct sw_flow_key. | Jarno Rajahalme | 1 | -6/+8 |
2017-02-10 | openvswitch: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 1 | -11/+38 |
2016-11-13 | openvswitch: add mac_proto field to the flow key | Jiri Benc | 1 | -0/+22 |
2016-09-19 | openvswitch: use percpu flow stats | Thadeu Lima de Souza Cascardo | 1 | -2/+2 |
2016-09-09 | openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes | Eric Garver | 1 | -1/+7 |
2016-03-19 | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it | Daniel Borkmann | 1 | -1/+1 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-10-07 | openvswitch: add tunnel protocol to sw_flow_key | Jiri Benc | 1 | -0/+1 |
2015-10-05 | openvswitch: Rename LABEL->LABELS | Joe Stringer | 1 | -1/+1 |
2015-08-27 | openvswitch: Allow matching on conntrack label | Joe Stringer | 1 | -1/+2 |
2015-08-27 | openvswitch: Allow matching on conntrack mark | Joe Stringer | 1 | -0/+1 |
2015-08-27 | openvswitch: Add conntrack action | Joe Stringer | 1 | -0/+6 |
2015-08-27 | openvswitch: Serialize acts with original netlink len | Joe Stringer | 1 | -0/+1 |
2015-07-21 | openvswitch: Make tunnel set action attach a metadata dst | Thomas Graf | 1 | -0/+5 |
2015-07-21 | ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic | Thomas Graf | 1 | -73/+3 |
2015-01-27 | openvswitch: Add support for unique flow IDs. | Joe Stringer | 1 | -3/+25 |
2015-01-15 | openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS() | Thomas Graf | 1 | -7/+7 |
2014-11-10 | openvswitch: Add support for OVS_FLOW_ATTR_PROBE. | Jarno Rajahalme | 1 | -1/+1 |
2014-11-10 | openvswitch: Constify various function arguments | Thomas Graf | 1 | -5/+6 |
2014-11-10 | openvswitch: Extend packet attribute for egress tunnel info | Wenyu Zhang | 1 | -14/+48 |
2014-11-06 | openvswitch: Add basic MPLS support to kernel | Simon Horman | 1 | -6/+11 |
2014-10-06 | openvswitch: Add support for Geneve tunneling. | Jesse Gross | 1 | -1/+19 |
2014-10-06 | openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. | Jesse Gross | 1 | -13/+17 |
2014-09-16 | openvswitch: Add recirc and hash action. | Andy Zhou | 1 | -0/+3 |
2014-09-16 | openvswitch: Use tun_key only for egress tunnel path. | Pravin B Shelar | 1 | -1/+2 |
2014-09-16 | openvswitch: refactor ovs flow extract API. | Pravin B Shelar | 1 | -1/+5 |
2014-06-30 | openvswitch: Fix tracking of flags seen in TCP flows. | Ben Pfaff | 1 | -2/+3 |
2014-05-23 | openvswitch: Fix ovs_flow_stats_get/clear RCU dereference. | Jarno Rajahalme | 1 | -3/+3 |
2014-05-23 | openvswitch: Compact sw_flow_key. | Jarno Rajahalme | 1 | -18/+11 |
2014-05-17 | openvswitch: Per NUMA node flow stats. | Jarno Rajahalme | 1 | -2/+8 |
2014-05-17 | openvswitch: Remove 5-tuple optimization. | Jarno Rajahalme | 1 | -9/+1 |
2014-01-07 | openvswitch: Per cpu flow stats. | Pravin B Shelar | 1 | -7/+22 |
2014-01-07 | openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit). | Ben Pfaff | 1 | -2/+2 |
2013-11-02 | openvswitch: TCP flags matching support. | Jarno Rajahalme | 1 | -0/+2 |
2013-11-02 | openvswitch: Widen TCP flags handling. | Jarno Rajahalme | 1 | -1/+1 |
2013-10-04 | openvswitch: Restructure datapath.c and flow.c | Pravin B Shelar | 1 | -102/+26 |
2013-09-05 | openvswitch: Fix alignment of struct sw_flow_key. | Jesse Gross | 1 | -1/+1 |
2013-08-28 | openvswitch: optimize flow compare and mask functions | Andy Zhou | 1 | -18/+1 |
2013-08-27 | openvswitch: Rename key_len to key_end | Andy Zhou | 1 | -1/+1 |
2013-08-27 | openvswitch: Add SCTP support | Joe Stringer | 1 | -4/+4 |
2013-08-24 | openvswitch: Mega flow implementation | Andy Zhou | 1 | -19/+77 |
2013-06-20 | openvswitch: Add gre tunnel support. | Pravin B Shelar | 1 | -1/+17 |
2013-06-20 | openvswitch: Optimize flow key match for non tunnel flows. | Pravin B Shelar | 1 | -3/+3 |
2013-06-20 | openvswitch: Expand action buffer size. | Pravin B Shelar | 1 | -1/+1 |
2013-06-20 | openvswitch: Add tunneling interface. | Pravin B Shelar | 1 | -0/+19 |
2013-06-20 | openvswitch: Copy individual actions. | Pravin B Shelar | 1 | -1/+1 |
2013-06-15 | openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() | Pravin B Shelar | 1 | -2/+2 |
2013-03-30 | openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE | Thomas Graf | 1 | -21/+0 |
2012-11-26 | openvswitch: add skb mark matching and set action | Ansis Atteka | 1 | -3/+5 |