aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow_netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05net: 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-10net: 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-14net: openvswitch: add log message for error caseEelco Chaudron1-2/+12
2020-12-04openvswitch: 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-13net: openvswitch: kerneldoc fixesAndrew Lunn1-3/+3
2020-02-21Merge 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-16openvswitch: add TTL decrement actionMatteo Croce1-0/+70
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese1-0/+34
2019-11-05Change 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-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-16/+17
2019-04-05Merge 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-28openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique1-0/+171
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