summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: add erspan version I and II supportWilliam Tu2018-01-251-1/+51
* flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-181-2/+2
* Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-50/+1
* openvswitch: fix the incorrect flow action alloc sizezhangliping2017-11-261-8/+8
* openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun2017-11-141-1/+1
* openvswitch: Add meter action supportAndy Zhou2017-11-131-0/+6
* openvswitch: enable NSH supportYi Yang2017-11-081-2/+341
* openvswitch: add ct_clear actionEric Garver2017-10-101-0/+5
* openvswitch: Add erspan tunnel support.William Tu2017-10-091-1/+50
* openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-111-1/+1
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-1/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-1/+3
|\
| * openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-03-161-0/+2
| * net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz2017-03-151-1/+1
* | openvswitch: Optimize sample action for the clone use casesandy zhou2017-03-221-44/+97
|/
* openvswitch: Pack struct sw_flow_key.Jarno Rajahalme2017-02-091-4/+7
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-091-20/+65
* openvswitch: Add a missing break statement.Jarno Rajahalme2016-12-201-0/+1
* openvswitch: add Ethernet push and pop actionsJiri Benc2016-11-131-0/+18
* openvswitch: netlink: support L3 packetsJiri Benc2016-11-131-61/+99
* openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-131-0/+5
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-201-2/+4
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-081-98/+212
* openvswitch: Add packet truncation support.William Tu2016-06-101-0/+9
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+3
* openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman2016-03-181-3/+0
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-161-0/+6
* openvswitch: correct encoding of set tunnel action attributesSimon Horman2015-12-181-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-14/+12
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-11/+7
| * openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2015-10-211-1/+4
* | openvswitch: Fix incorrect type use.Pravin B Shelar2015-10-221-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-12/+18
|\|
| * openvswitch: Extend ct_state match field to 32 bitsJoe Stringer2015-10-071-4/+4
| * openvswitch: Reject ct_state unsupported bitsJoe Stringer2015-10-071-0/+6
| * openvswitch: Rename LABEL->LABELSJoe Stringer2015-10-051-9/+9
* | openvswitch: netlink attributes for IPv6 tunnelingJiri Benc2015-10-071-37/+84
* | openvswitch: add tunnel protocol to sw_flow_keyJiri Benc2015-10-071-2/+8
|/
* openvswitch: Fix mask generation for nested attributes.Jesse Gross2015-09-151-23/+59
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-16/+11
* openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-16/+30
* openvswitch: Allow matching on conntrack markJoe Stringer2015-08-271-1/+11
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-14/+55
* openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-271-0/+2
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-5/+5
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-9/+9
* openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-3/+3
* openvswitch: Make tunnel set action attach a metadata dstThomas Graf2015-07-211-7/+57
* ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-211-8/+8