summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-24/+37
* net: openvswitch: limit the number of recursions from action setsAaron Conole2024-02-091-16/+33
* net: openvswitch: add explicit drop actionEric Garver2023-08-141-1/+9
* net: openvswitch: add support for l4 symmetric hashingAaron Conole2023-06-121-0/+2
* openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook2022-10-191-1/+1
* net: openvswitch: fix repeated words in commentsJilin Yuan2022-09-091-1/+1
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-151-1/+1
* net: openvswitch: fix leak of nested actionsIlya Maximets2022-04-061-5/+90
* net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-051-1/+3
* openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
* net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets2022-03-101-3/+10
* net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-251-2/+24
* net: openvswitch: add log message for error caseEelco Chaudron2021-01-141-2/+12
* openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai2020-12-041-1/+1
* net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-271-19/+55
* net: openvswitch: kerneldoc fixesAndrew Lunn2020-07-131-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-8/+10
|\
| * openvswitch: Distribute switch variables for initializationKees Cook2020-02-201-8/+10
* | openvswitch: add TTL decrement actionMatteo Croce2020-02-161-0/+70
|/
* openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2019-12-241-0/+34
* Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-051-23/+64
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* 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-281-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-081-11/+11
* openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-10-311-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/+3
* 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
|/