]> 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>
Sun, 3 Jun 2018 12:24:27 +0000 (08:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Jun 2018 12:24:27 +0000 (08:24 -0400)
commit71ca8c4b60f725f76f4c8198d2c55b2fcf9e0122
tree5298d1333c969020c364831d20035ce9cc79070d
parent3adc0fec1184571fef67dcaad97e6bd8d52176dc
parentd15b3d284df8f22ef9015cc899748ac5242eec14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next

Pablo Neira Ayuso says:

====================
Netfilter updates for net-next

The following patchset contains Netfilter updates for your net-next tree:

1) Get rid of nf_sk_is_transparent(), use inet_sk_transparent() instead.
   From Máté Eckl.

2) Move shared tproxy infrastructure to nf_tproxy_ipv4 and nf_tproxy_ipv6.
   Also from Máté.

3) Add hashtable to speed up chain lookups by name, from Florian Westphal.

4) Patch series to add connlimit support reusing part of the
   nf_conncount infrastructure. This includes preparation changes such
   passing context to the object and expression destroy interface;
   garbage collection for expressions embedded into set elements, and
   the introduction of the clone_destroy interface for expressions.
====================

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