summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-0/+13
|\
| * openvswitch: Fix cached ct with helper.Joe Stringer2016-05-111-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-091-8/+0
|\ \
| * | openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso2016-05-051-8/+0
* | | ovs: align nlattr properly when neededNicolas Dichtel2016-04-261-12/+15
* | | ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-241-1/+1
|\ \
| * | netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-181-1/+1
* | | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-232-2/+3
|\ \ \ | | |/ | |/|
| * | openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman2016-04-211-2/+2
| * | openvswitch: Orphan skbs before IPv6 defragJoe Stringer2016-04-211-0/+1
| |/
* / openvswitch: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-161-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-282-11/+14
|\
| * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-282-9/+11
| * openvswitch: Fix checking for new expected connections.Jarno Rajahalme2016-03-281-2/+3
* | openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan2016-03-281-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1911-91/+726
|\
| * ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-1/+1
| * openvswitch: allow output of MPLS packets on tunnel vportsSimon Horman2016-03-181-3/+0
| * ovs: internal_set_rx_headroom() can be staticWu Fengguang2016-03-181-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-143-40/+626
| |\
| | * openvswitch: Interface with NAT.Jarno Rajahalme2016-03-143-28/+502
| | * openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme2016-03-141-5/+16
| | * openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-03-141-2/+8
| | * openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme2016-03-141-13/+90
| | * openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme2016-03-141-3/+4
| | * openvswitch: Add commentary to conntrack.cJarno Rajahalme2016-03-141-1/+20
| | * netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2016-03-141-2/+0
| * | ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-131-11/+17
| |/
| * ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-013-1/+53
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+3
| |\
| * | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-193-13/+4
| * | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-5/+5
| * | openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-181-7/+3
| * | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-162-0/+7
| * | openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-10/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni2016-02-191-1/+1
* | | vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+2
| |/ |/|
* | ovs: limit ovs recursions in ovs_execute_actions to not corrupt stackHannes Frederic Sowa2016-01-181-5/+14
* | net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-4/+1
* | openvswitch: update kernel doc for struct vportJean Sacren2016-01-101-1/+2
* | openvswitch: fix struct geneve_port member nameJean Sacren2016-01-101-3/+3
* | openvswitch: clean up unused functionJean Sacren2016-01-101-20/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-312-3/+8
|\ \
| * | openvswitch: Fix template leak in error cases.Joe Stringer2015-12-291-2/+4
| * | openvswitch: correct encoding of set tunnel action attributesSimon Horman2015-12-181-1/+4