aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni3-1/+53
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann3-13/+4
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+1
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-5/+5
2016-02-18openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal1-7/+3
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2-0/+7
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen1-10/+10
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+2
2016-01-18ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa1-5/+14
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-4/+1
2016-01-10openvswitch: update kernel doc for struct vportJean Sacren1-1/+2
2016-01-10openvswitch: fix struct geneve_port member nameJean Sacren1-3/+3
2016-01-10openvswitch: clean up unused functionJean Sacren1-20/+0
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+8
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-20/+5
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-11/+19
2015-12-11openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2015-12-11openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-10/+18
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko1-1/+1
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko1-1/+1
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni4-5/+9
2015-11-24net: openvswitch: Remove invalid commentAaron Conole1-2/+2
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal1-6/+5
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal1-14/+0
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