aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)Author
2016-08-10openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis
2016-08-06OVS: Ignore negative headroom valueIan Wienand
2016-08-03openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme
2016-06-22openvswitch: Add packet len info to upcall.William Tu
2016-06-10openvswitch: Add packet truncation support.William Tu
2016-06-02ovs: set name assign type of internal portZhang Shengju
2016-05-31openvswitch: update checksum in {push,pop}_mplsSimon Horman
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-11openvswitch: Fix cached ct with helper.Joe Stringer
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal
2016-04-16openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme
2016-03-28openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2016-03-18openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman
2016-03-18ovs: internal_set_rx_headroom() can be staticWu Fengguang
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-03-14openvswitch: Interface with NAT.Jarno Rajahalme
2016-03-14openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme
2016-03-14openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme
2016-03-14openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme
2016-03-14openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme
2016-03-14openvswitch: Add commentary to conntrack.cJarno Rajahalme
2016-03-14netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme
2016-03-13ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier
2016-03-01ovs: propagate per dp max headroom to all vportsPaolo Abeni
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-19lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2016-02-18openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni