summaryrefslogtreecommitdiff
path: root/datapath/actions.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: enable NSH supportYi Yang2018-02-071-0/+116
* datapath: add ct_clear actionEric Garver2018-01-221-0/+4
* datapath: fix skb_panic due to the incorrect actions attrlenGreg Rose2017-09-221-0/+1
* datapath: correctly fragment packet with mpls headersYi-Hung Wei2017-05-031-4/+20
* datapath: Fixups for MPLS GSOYi-Hung Wei2017-05-031-13/+20
* datapath: Openvswitch: Refactor sample and recirc actions implementationAndy Zhou2017-04-191-79/+93
* datapath: openvswitch: Optimize sample action for the clone use casesAndy Zhou2017-04-191-52/+55
* datapath: openvswitch: Refactor recirc key allocation.Andy Zhou2017-04-191-26/+40
* datapath: openvswitch: Deferred fifo API change.Andy Zhou2017-04-191-7/+11
* datapath: actions: fixed a brace coding style warning.Peter Downs2017-04-191-2/+1
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-0/+2
* datapath: Simplify do_execute_actions().andy zhou2017-03-031-22/+20
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+49
* datapath: support MPLS push and pop for L3 packetsYang, Yi Y2017-03-021-7/+11
* datapath: pass mac_proto to ovs_vport_sendYang, Yi Y2017-03-021-12/+17
* datapath: add mac_proto field to the flow keyYang, Yi Y2017-03-021-11/+3
* datapath: use hard_header_len instead of hardcoded ETH_HLENYang, Yi Y2017-03-021-1/+2
* datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributesYang, Yi Y2017-03-021-6/+10
* datapath: avoid deferred execution of recirc actionsLance Richardson2016-09-201-3/+28
* datapath: Add support for kernel 4.4Pravin B Shelar2016-07-181-3/+4
* datapath: Sync OVS recursive loop counter with upstream.Pravin B Shelar2016-07-181-19/+12
* datapath: openvswitch: update checksum in {push,pop}_mplsPravin B Shelar2016-07-171-4/+15
* datapath: remove get_pcpu_ptrPravin B Shelar2016-07-171-2/+2
* datapath: Use skb_postpush_rcsum()Pravin B Shelar2016-07-171-5/+3
* datapath: compat: Refactor egress tunnel infoPravin B Shelar2016-07-081-8/+9
* compat: ipv4: Pass struct net through ip_fragment.Eric W. Biederman2016-06-271-1/+1
* datapath: Pass net into ovs_fragment.Eric W. Biederman2016-06-271-3/+4
* datapath:backport: openvswitch: Add packet truncation support.William Tu2016-06-241-4/+36
* datapath:backport: openvswitch: use flow protocol when recalculating ipv6 che...Pravin B Shelar2016-06-091-2/+2
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-21/+7
* datapath: Fix panic sending IP frags over tunnels.Joe Stringer2016-01-201-3/+3
* compat: Backport conntrack strictly to v3.10+.Joe Stringer2015-12-181-3/+3
* datapath: Avoid warning for unused static data on Linux <=3.9.0.Ben Pfaff2015-12-081-0/+2
* datapath: Backport conntrack fixes.Joe Stringer2015-12-031-7/+16
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-0/+1
* datapath: Allow matching on conntrack markJoe Stringer2015-12-031-0/+1
* datapath: Add conntrack actionJoe Stringer2015-12-031-6/+181
* datapath: Move MASKED* macros to datapath.hJoe Stringer2015-12-031-27/+25
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-7/+12
* datapath: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang2015-08-251-1/+4
* datapath: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-171-4/+13
* datapath: Use skb_postpull_rcsum().Joe Stringer2015-07-301-4/+1
* datapath: Whitespace fixes.Joe Stringer2015-07-301-5/+1
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-171-8/+15
* datapath: Support masked set actions.Jarno Rajahalme2015-05-221-137/+237
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-031-2/+2
* datapath: move vlan pop/push functions into common codeThomas Graf2015-01-071-73/+10
* datapath: move make_writable helper into common codeThomas Graf2015-01-071-25/+14
* datapath: Account for rename to vlan_insert_tag_set_proto()Thomas Graf2015-01-071-1/+1
* datapath: fix coding style.Pravin B Shelar2014-11-091-8/+9