aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets1-0/+6
2022-04-05net: 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-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron1-7/+5
2020-12-14net: 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-03net/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-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_lenLorenzo Bianconi1-2/+7
2020-02-16openvswitch: add TTL decrement actionMatteo Croce1-0/+67
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese1-6/+24
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese1-1/+1
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley1-10/+3
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-35/+2
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-27/+4
2019-06-30net: 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-08OVS: 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-10openvswitch: add ct_clear actionEric Garver1-0/+4
2017-08-16openvswitch: 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-02openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-0/+2
2017-01-29openvswitch: Simplify do_execute_actions().andy zhou1-22/+20
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc1-0/+49
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc1-7/+11
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc1-12/+17
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc1-11/+3
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc1-1/+2
2016-10-12openvswitch: correctly fragment packet with mpls headersJiri Benc1-4/+20
2016-10-03openvswitch: use mpls_hdrJiri Benc1-12/+12
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28