aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław1-11/+11
2018-10-31openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz1-2/+2
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun1-0/+73
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+6
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu1-1/+51
2018-01-18flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-50/+1
2017-11-26openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun1-1/+1
2017-11-13openvswitch: Add meter action supportAndy Zhou1-0/+6
2017-11-08openvswitch: enable NSH supportYi Yang1-2/+341
2017-10-10openvswitch: add ct_clear actionEric Garver1-0/+5
2017-10-09openvswitch: Add erspan tunnel support.William Tu1-1/+50
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches1-1/+1
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-1/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou1-44/+97
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
2017-03-15net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme1-4/+7
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-20/+65
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme1-0/+1
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc1-0/+18
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc1-61/+99
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc1-0/+5
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar1-2/+4
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver1-98/+212
2016-06-10openvswitch: Add packet truncation support.William Tu1-0/+9
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-2/+3
2016-03-18openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman1-3/+0
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni1-0/+6
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+12
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-11/+7
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+18
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-4/+4
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer1-0/+6
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-37/+84
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc1-2/+8
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-9/+9
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross1-23/+59
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-16/+11
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-16/+30
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-1/+11
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-14/+55