summaryrefslogtreecommitdiff
path: root/datapath/actions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* datapath: Fix few mpls issues.Pravin B Shelar2014-11-091-21/+14
* datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman2014-11-091-8/+3
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-231-1/+1
* datapath: Fix comment style.Pravin B Shelar2014-10-231-1/+2
* datapath: Constify various function argumentsThomas Graf2014-09-231-4/+5
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-201-185/+113
* datapath: fix panic with multiple vlan headersJiri Benc2014-09-081-0/+3
* datapath: Implement recirc action without recursionAndy Zhou2014-09-051-15/+154
* datapath: Remove recirc stack depth limit checkAndy Zhou2014-09-051-59/+4
* datapath: simplify sample action implementationAndy Zhou2014-08-291-26/+19
* datapath: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-08-291-2/+6
* datapath: Fix recirc bug where skb is double freed.Andy Zhou2014-08-261-12/+17
* datapath: Remove flow member from struct ovs_skb_cbLorand Jakab2014-08-251-2/+2
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+19
* datapath: Update flow key before recircAndy Zhou2014-08-121-24/+19
* datapath/actions: Mark recalculate_csum as likely in set_ipv6_addr().Jarno Rajahalme2014-08-111-1/+1
* datapath: Optimize recirc action.Pravin B Shelar2014-08-081-37/+185
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-061-5/+3
* datapath: Avoid using wrong metadata for recic action.Pravin B Shelar2014-08-061-4/+2
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-061-2/+1
* datapath: Remove redundant key ref from upcall_info.Pravin B Shelar2014-07-301-3/+0
* datapath: refactor do_output() to move skb_clone NULL check out of fast pathAndy Zhou2014-07-101-14/+11
* datapath: add skb_clone NULL check for the sampling action.Andy Zhou2014-07-101-0/+3
* datapath: add skb_clone NULL check in the recirc action.Andy Zhou2014-07-101-7/+9