aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch/actions.c
AgeCommit message (Expand)Author
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou
2017-03-22openvswitch: Deferred fifo API change.andy zhou
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2017-01-29openvswitch: Simplify do_execute_actions().andy zhou
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc
2016-10-12openvswitch: correctly fragment packet with mpls headersJiri Benc
2016-10-03openvswitch: use mpls_hdrJiri Benc
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2016-08-30net: mpls: Fixups for GSODavid Ahern
2016-06-10openvswitch: Add packet truncation support.William Tu
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer
2015-09-30openvswitch: Remove ovs_vport_output_skEric W. Biederman
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman
2015-09-30openvswitch: Pass net into ovs_fragmentEric W. Biederman
2015-09-30openvswitch: Pass net into ovs_vport_outputEric W. Biederman
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme