aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier1-2/+12
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme1-25/+51
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme1-19/+14
2016-06-22openvswitch: Add packet len info to upcall.William Tu1-1/+12
2016-06-10openvswitch: Add packet truncation support.William Tu5-17/+67
2016-06-02ovs: set name assign type of internal portZhang Shengju1-1/+1
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2016-05-11openvswitch: Fix cached ct with helper.Joe Stringer1-0/+13
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-8/+0
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso1-8/+0
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel1-12/+15
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel1-1/+2
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-2/+3
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman1-2/+2
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer1-0/+1
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal1-1/+1
2016-04-16openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-11/+14
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann2-9/+11
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme1-2/+3
2016-03-28openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan1-1/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-91/+726
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-1/+1
2016-03-18openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman1-3/+0
2016-03-18ovs: internal_set_rx_headroom() can be staticWu Fengguang1-1/+1
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-40/+626
2016-03-14openvswitch: Interface with NAT.Jarno Rajahalme3-28/+502
2016-03-14openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme1-5/+16
2016-03-14openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme1-2/+8
2016-03-14openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme1-13/+90
2016-03-14openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme1-3/+4
2016-03-14openvswitch: Add commentary to conntrack.cJarno Rajahalme1-1/+20
2016-03-14netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme1-2/+0
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier1-11/+17
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-15treewide: Fix typo in printkMasanari Iida1-1/+1
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