aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+23
2015-10-27openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer3-6/+16
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-165/+83
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar10-157/+15
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar8-45/+40
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-21openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-21openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-21openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-94/+114
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+1
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-1/+1
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-7/+6
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer3-7/+7
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer2-0/+18
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-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-37/+84
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc4-5/+12
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar1-29/+13
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov1-1/+2
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer5-49/+49
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-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-1/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-41/+81
2015-09-24genetlink: simplify genl_notifyJiri Benc1-2/+1
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+1
2015-09-17openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer1-3/+5
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross1-23/+59
2015-09-11openvswitch: Fix dependency on IPv6 defrag.Joe Stringer1-1/+2
2015-09-06openvswitch: Remove conntrack Kconfig option.Joe Stringer3-14/+6
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar11-49/+50
2015-08-29openvswitch: Remove vport-netPravin B Shelar3-7/+2
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar5-170/+56
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar8-20/+7
2015-08-29openvswitch: Remove vport get_name()Pravin B Shelar1-5/+1
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping extension headersSimon Horman1-6/+15
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-0/+4
2015-08-28openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1