]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:46:21 +0000 (21:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:46:21 +0000 (21:46 -0700)
commitd1d2c10ca5b42d5a2a03bc429ff005c71dec216b
treeec5e49cf7cea66c13d708fc0f57f69a96260bd69
parentbde38fa88073a70391e589e29f3fd0d7b2c8f28f
parent3a105ff5626396caff4987cf976e1dae5e4902af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter/IPVS updates for net-next

The following pull request contains Netfilter/IPVS updates for net-next
containing 90 patches from Eric Biederman.

The main goal of this batch is to avoid recurrent lookups for the netns
pointer, that happens over and over again in our Netfilter/IPVS code. The idea
consists of passing netns pointer from the hook state to the relevant functions
and objects where this may be needed.

You can find more information on the IPVS updates from Simon Horman's commit
merge message:

d55d5e2ba254 ("Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next").

Exceptionally, this time, I'm not posting the patches again on netdev, Eric
already Cc'ed this mailing list in the original submission. If you need me to
make, just let me know.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>