summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: add misc error drop reasonsAdrian Moreno2023-08-141-7/+10
* net: openvswitch: add meter drop reasonAdrian Moreno2023-08-141-1/+1
* net: openvswitch: add explicit drop actionEric Garver2023-08-141-0/+9
* net: openvswitch: add action error drop reasonAdrian Moreno2023-08-141-1/+1
* net: openvswitch: add last-action drop reasonAdrian Moreno2023-08-141-2/+10
* net: openvswitch: add support for l4 symmetric hashingAaron Conole2023-06-121-2/+10
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* net: openvswitch: fix race on port outputFelix Huettner2023-04-071-1/+1
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-081-0/+6
* net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-051-1/+1
* openvswitch: Add recirc_id to recirc warningStéphane Graber2022-03-311-2/+2
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38
* openvswitch: fix alignment issuesMark Gray2021-07-271-2/+4
* openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-161-1/+5
* openvswitch: add trace pointsAaron Conole2021-06-221-0/+4
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-291-4/+4
* net: openvswitch: add log message for error caseEelco Chaudron2021-01-141-7/+5
* net: openvswitch: fix TTL decrement exception action executionEelco Chaudron2020-12-141-9/+6
* net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-271-4/+3
* net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-031-18/+10
* net: openvswitch: improve the coding styleTonghao Zhang2020-09-011-2/+3
* openvswitch: using ip6_fragment in ipv6_stubwenxu2020-08-311-6/+1
* openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi2020-06-241-2/+7
* openvswitch: add TTL decrement actionMatteo Croce2020-02-161-0/+67
* openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2019-12-241-6/+24
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-041-1/+2
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+2
* Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-051-1/+1
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-081-10/+3
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-081-35/+2
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-081-27/+4
* net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-06-301-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* net: openvswitch: Add a new action check_pkt_lenNuman Siddique2019-03-271-0/+48
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-081-4/+9
* openvswitch: kernel datapath clone actionYifeng Sun2018-07-081-0/+33
* openvswitch: Add meter action supportAndy Zhou2017-11-131-0/+6
* openvswitch: enable NSH supportYi Yang2017-11-081-0/+116
* openvswitch: add ct_clear actionEric Garver2017-10-101-0/+4
* openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-161-0/+1
* Openvswitch: Refactor sample and recirc actions implementationandy zhou2017-03-221-83/+93
* openvswitch: Optimize sample action for the clone use casesandy zhou2017-03-221-52/+55
* openvswitch: Refactor recirc key allocation.andy zhou2017-03-221-26/+40
* openvswitch: Deferred fifo API change.andy zhou2017-03-221-7/+11
* openvswitch: actions: fixed a brace coding style warningPeter Downs2017-03-021-2/+1
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-091-0/+2
* openvswitch: Simplify do_execute_actions().andy zhou2017-01-291-22/+20