]> 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)
commitd4d399ce8966fcbeb2708ce96ef2950322881a1d
treeec5e49cf7cea66c13d708fc0f57f69a96260bd69
parent1966be3b46455949db494a013729ddd0a07b87fa
parent1bb1d7b2a487ef7c45b71226d008c5ca12bce92e
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:

e6b69c26b31b ("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>