summaryrefslogtreecommitdiff
path: root/net/openvswitch/flow_netlink.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-02net: openvswitch: fix middle attribute validation in push_nsh() actionIlya Maximets1-3/+10
2025-11-15net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets1-56/+8
2025-05-15openvswitch: Stricter validation for the userspace actionEelco Chaudron1-1/+2
2025-04-15net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-03-13net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-1/+1
2024-08-30net: openvswitch: Use ERR_CAST() to returnYan Zhen1-1/+1
2024-07-06net: openvswitch: add psample actionAdrian Moreno1-1/+31
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-24/+37
2024-02-09net: openvswitch: limit the number of recursions from action setsAaron Conole1-16/+33
2023-08-14net: openvswitch: add explicit drop actionEric Garver1-1/+9
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole1-0/+2
2022-10-20openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-1/+1
2022-09-09net: openvswitch: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-06net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets1-1/+3
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-03-11net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-3/+10
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka1-2/+24
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron1-2/+12
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron1-19/+55
2020-07-14net: openvswitch: kerneldoc fixesAndrew Lunn1-3/+3
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+10
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook1-8/+10
2020-02-17openvswitch: add TTL decrement actionMatteo Croce1-0/+70
2019-12-25openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese1-0/+34
2019-11-06Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese1-23/+64
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner1-14/+1
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-4/+5
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-16/+17
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-10/+36
2019-03-29openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique1-0/+171
2019-01-17openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-11-09OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław1-11/+11
2018-11-01openvswitch: 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-26openvswitch: add erspan version I and II supportWilliam Tu1-1/+51
2018-01-19flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros1-2/+2
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-50/+1
2017-11-27openvswitch: 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-11openvswitch: add ct_clear actionEric Garver1-0/+5