summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_netlink.c
AgeCommit message (Expand)Author
2024-02-09net: openvswitch: limit the number of recursions from action setsAaron Conole
2023-08-14net: openvswitch: add explicit drop actionEric Garver
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole
2022-10-19openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook
2022-09-09net: openvswitch: fix repeated words in commentsJilin Yuan
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-03-10net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook
2020-02-16openvswitch: add TTL decrement actionMatteo Croce
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-10-31openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu
2018-01-18flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2017-11-26openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun
2017-11-13openvswitch: Add meter action supportAndy Zhou
2017-11-08openvswitch: enable NSH supportYi Yang
2017-10-10openvswitch: add ct_clear actionEric Garver
2017-10-09openvswitch: Add erspan tunnel support.William Tu
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy
2017-03-15net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme