aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer1-2/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-6/+3
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+14
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer1-0/+6
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer1-4/+7
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-1/+1
2015-09-30openvswitch: Remove ovs_vport_output_skEric W. Biederman1-5/+0
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-1/+1
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman1-1/+1
2015-09-30openvswitch: Pass net into ovs_fragmentEric W. Biederman1-3/+4
2015-09-30openvswitch: Pass net into ovs_vport_outputEric W. Biederman1-3/+8
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-3/+5
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar1-5/+0
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer1-0/+1
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-0/+1
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-0/+1
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-6/+169
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer1-27/+25
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-6/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang1-1/+4
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin1-4/+12
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-1/+9
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-1/+1
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-8/+15
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme1-138/+235
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-23openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar1-1/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-77/+9
2014-11-21net: move make_writable helper into common codeJiri Pirko1-25/+14
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-1/+3
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-14openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross1-2/+6
2014-11-14openvswitch: Fix memory leak.Pravin B Shelar1-2/+0
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-3/+4
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar1-2/+1
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar1-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+19
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab1-4/+1
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-1/+105
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman1-8/+3
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-2/+3
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-6/+197
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-2/+1
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar1-10/+12