summaryrefslogtreecommitdiff
path: root/net/openvswitch/actions.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets1-12/+11
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno1-7/+10
2023-08-14net: openvswitch: add meter drop reasonAdrian Moreno1-1/+1
2023-08-14net: openvswitch: add explicit drop actionEric Garver1-0/+9
2023-08-14net: openvswitch: add action error drop reasonAdrian Moreno1-1/+1
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno1-2/+10
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole1-2/+10
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-04-08net: openvswitch: fix race on port outputFelix Huettner1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-06-09net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets1-0/+6
2022-04-06net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets1-1/+1
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber1-2/+2
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2021-07-27openvswitch: fix alignment issuesMark Gray1-2/+4
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray1-1/+5
2021-06-22openvswitch: add trace pointsAaron Conole1-0/+4
2021-04-30openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron1-7/+5
2020-12-15net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron1-4/+3
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-18/+10
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang1-2/+3
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-06-25openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-02-17openvswitch: add TTL decrement actionMatteo Croce1-0/+67
2019-12-25openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese1-6/+24
2019-12-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-11-06Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese1-1/+1
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-07-09net: core: add MPLS update core helper and use in OvSJohn Hurley1-10/+3
2019-07-09net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-35/+2
2019-07-09net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-27/+4
2019-07-01net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner1-14/+1
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique1-0/+48
2018-11-09OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław1-4/+9
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun1-0/+33
2017-11-13openvswitch: Add meter action supportAndy Zhou1-0/+6
2017-11-08openvswitch: enable NSH supportYi Yang1-0/+116
2017-10-11openvswitch: add ct_clear actionEric Garver1-0/+4
2017-08-17openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang1-0/+1
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou1-83/+93
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou1-52/+55
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou1-26/+40
2017-03-22openvswitch: Deferred fifo API change.andy zhou1-7/+11
2017-03-03openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1