summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-20/+5
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-146-11/+19
| |\ \ \
| * | | | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-231-6/+5
| * | | | netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-231-14/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-3/+13
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | openvswitch: Respect conntrack zone even if invalidJoe Stringer2015-12-111-2/+5
| * | openvswitch: Fix helper reference leakJoe Stringer2015-12-111-1/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-036-10/+18
|\ \ \ | |/ /
| * | openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2015-12-032-3/+7
| * | openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-024-5/+9
| * | net: openvswitch: Remove invalid commentAaron Conole2015-11-241-2/+2
| |/
* | net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+1
* | net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-013-6/+23
|\ \
| * | openvswitch: Fix skb leak using IPv6 defragJoe Stringer2015-10-271-0/+7
| * | openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-273-6/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-2413-165/+83
|\ \ \ | |/ /
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-2210-157/+15
| * | openvswitch: Serialize nested ct actions if providedJoe Stringer2015-10-211-4/+10
| * | openvswitch: Mark connections new when not confirmed.Joe Stringer2015-10-211-5/+5
| * | openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2015-10-212-12/+9
| * | openvswitch: Allocate memory for ovs internal device stats.James Morse2015-10-211-3/+43
* | | openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar2015-10-228-45/+40
OpenPOWER on IntegriCloud