aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/actions.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21openvswitch: Set the skbuff pkt_type for proper pmtud support.Gravatar Aaron Conole 1-0/+6
2023-10-01openvswitch: reduce stack usage in do_execute_actionsGravatar Ilya Maximets 1-12/+11
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initGravatar Zhengchao Shao 1-2/+2
2023-08-14net: openvswitch: add misc error drop reasonsGravatar Adrian Moreno 1-7/+10
2023-08-14net: openvswitch: add meter drop reasonGravatar Adrian Moreno 1-1/+1
2023-08-14net: openvswitch: add explicit drop actionGravatar Eric Garver 1-0/+9
2023-08-14net: openvswitch: add action error drop reasonGravatar Adrian Moreno 1-1/+1
2023-08-14net: openvswitch: add last-action drop reasonGravatar Adrian Moreno 1-2/+10
2023-06-12net: openvswitch: add support for l4 symmetric hashingGravatar Aaron Conole 1-2/+10
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-0/+1
2023-04-07net: openvswitch: fix race on port outputGravatar Felix Huettner 1-1/+1
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesGravatar Ilya Maximets 1-0/+6
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Gravatar Ilya Maximets 1-1/+1
2022-03-31openvswitch: Add recirc_id to recirc warningGravatar Stéphane Graber 1-2/+2
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failureGravatar Paul Blakey 1-8/+38
2021-07-27openvswitch: fix alignment issuesGravatar Mark Gray 1-2/+4
2021-07-16openvswitch: Introduce per-cpu upcall dispatchGravatar Mark Gray 1-1/+5
2021-06-22openvswitch: add trace pointsGravatar Aaron Conole 1-0/+4
2021-04-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsGravatar Davide Caratti 1-4/+4
2021-01-14net: openvswitch: add log message for error caseGravatar Eelco Chaudron 1-7/+5
2020-12-14net: openvswitch: fix TTL decrement exception action executionGravatar Eelco Chaudron 1-9/+6
2020-12-03net: openvswitch: ensure LSE is pullable before reading itGravatar Davide Caratti 1-0/+3
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatGravatar Eelco Chaudron 1-4/+3
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGravatar Guillaume Nault 1-18/+10
2020-09-01net: openvswitch: improve the coding styleGravatar Tonghao Zhang 1-2/+3
2020-08-31openvswitch: using ip6_fragment in ipv6_stubGravatar wenxu 1-6/+1
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Gravatar Lorenzo Bianconi 1-2/+7
2020-02-16openvswitch: add TTL decrement actionGravatar Matteo Croce 1-0/+67
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingGravatar Martin Varghese 1-6/+24
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Gravatar Martin Varghese 1-1/+2
2019-12-02Fixed updating of ethertype in function skb_mpls_popGravatar Martin Varghese 1-1/+2
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionGravatar Martin Varghese 1-1/+1
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsGravatar Davide Caratti 1-2/+3
2019-07-08net: core: add MPLS update core helper and use in OvSGravatar John Hurley 1-10/+3
2019-07-08net: core: move pop MPLS functionality from OvS to core helperGravatar John Hurley 1-35/+2
2019-07-08net: core: move push MPLS functionality from OvS to core helperGravatar John Hurley 1-27/+4
2019-06-30net: openvswitch: fix csum updates for MPLS actionsGravatar John Hurley 1-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Gravatar Thomas Gleixner 1-14/+1
2019-03-27net: openvswitch: Add a new action check_pkt_lenGravatar Numan Siddique 1-0/+48
2018-11-08OVS: remove use of VLAN_TAG_PRESENTGravatar Michał Mirosław 1-4/+9
2018-07-08openvswitch: kernel datapath clone actionGravatar Yifeng Sun 1-0/+33
2017-11-13openvswitch: Add meter action supportGravatar Andy Zhou 1-0/+6
2017-11-08openvswitch: enable NSH supportGravatar Yi Yang 1-0/+116
2017-10-10openvswitch: add ct_clear actionGravatar Eric Garver 1-0/+4
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenGravatar Liping Zhang 1-0/+1
2017-03-22Openvswitch: Refactor sample and recirc actions implementationGravatar andy zhou 1-83/+93
2017-03-22openvswitch: Optimize sample action for the clone use casesGravatar andy zhou 1-52/+55
2017-03-22openvswitch: Refactor recirc key allocation.Gravatar andy zhou 1-26/+40
2017-03-22openvswitch: Deferred fifo API change.Gravatar andy zhou 1-7/+11