summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-16/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-2/+2
|\
| * openvswitch: fix flow actions reallocationAndrea Righi2019-03-291-2/+2
* | openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu2019-03-291-10/+36
* | net: openvswitch: Add a new action check_pkt_lenNuman Siddique2019-03-271-0/+171
|/
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-161-1/+1
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-11/+11
* openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-11-011-2/+2
* openvswitch: kernel datapath clone actionYifeng Sun2018-07-081-0/+73
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-1/+6
* openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-05-041-6/+3Star
* openvswitch: add erspan version I and II supportWilliam Tu2018-01-261-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/+1Star
* openvswitch: fix the incorrect flow action alloc sizezhangliping2017-11-271-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-111-0/+5
* openvswitch: Add erspan tunnel support.William Tu2017-10-101-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-241-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-101-4/+7
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-101-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-211-2/+4
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-091-98/+212
* openvswitch: Add packet truncation support.William Tu2016-06-111-0/+9
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-241-2/+3
* openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman2016-03-181-3/+0Star
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-171-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/+12Star
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-11/+7Star
| * openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2015-10-221-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