summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* openvswitch: add Ethernet push and pop actionsJiri Benc2016-11-131-0/+49
* openvswitch: support MPLS push and pop for L3 packetsJiri Benc2016-11-131-7/+11
* openvswitch: pass mac_proto to ovs_vport_sendJiri Benc2016-11-131-12/+17
* openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-131-11/+3
* openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2016-11-131-1/+2
* openvswitch: correctly fragment packet with mpls headersJiri Benc2016-10-121-4/+20
* openvswitch: use mpls_hdrJiri Benc2016-10-031-12/+12
* openvswitch: avoid deferred execution of recirc actionsLance Richardson2016-09-151-2/+28
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-081-6/+10
* net: mpls: Fixups for GSODavid Ahern2016-08-301-2/+7
* openvswitch: Add packet truncation support.William Tu2016-06-101-4/+36
* openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
* openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman2016-04-211-2/+2
* net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-5/+3
* ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa2016-01-181-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-2/+2
|\
| * openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-6/+3
|\|
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-5/+14
|\|
| * openvswitch: Ensure flow is valid before executing ctJoe Stringer2015-10-071-0/+6
| * openvswitch: Fix skb leak in ovs_fragment()Joe Stringer2015-10-071-4/+7
| * openvswitch: Rename LABEL->LABELSJoe Stringer2015-10-051-1/+1
* | openvswitch: Remove ovs_vport_output_skEric W. Biederman2015-09-301-5/+0
* | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-1/+1
* | ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-1/+1
* | openvswitch: Pass net into ovs_fragmentEric W. Biederman2015-09-301-3/+4
* | openvswitch: Pass net into ovs_vport_outputEric W. Biederman2015-09-301-3/+8
|/
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-3/+5
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-5/+0
* openvswitch: Include ip6_fib.h.Joe Stringer2015-08-271-0/+1
* openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-0/+1
* openvswitch: Allow matching on conntrack markJoe Stringer2015-08-271-0/+1
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-6/+169
* openvswitch: Move MASKED* macros to datapath.hJoe Stringer2015-08-271-27/+25
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-171-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-4/+12
|\
| * openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-031-4/+12
* | openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang2015-08-071-1/+4