]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 01:45:34 +0000 (18:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Aug 2016 01:45:34 +0000 (18:45 -0700)
commit892c4b61267d62b58363abaddd95fef956f9051c
tree827159c1611c940347b2a0e470ce4a2d02304e25
parentccfc3ed6ca5f8f3335f02cba1f90cbcd3d325b7f
parentfb9cca33e5314ebf45d01c91e20379c24843e2d2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter updates for your net tree,
they are:

1) Dump only conntrack that belong to this namespace via /proc file.
   This is some fallout from the conversion to single conntrack table
   for all netns, patch from Liping Zhang.

2) Missing MODULE_ALIAS_NF_LOGGER() for the ARP family that prevents
   module autoloading, also from Liping Zhang.

3) Report overquota event to the right netnamespace, again from Liping.

4) Fix tproxy listener sk refcount that leads to crash, from
   Eric Dumazet.

5) Fix racy refcounting on object deletion from nfnetlink and rule
   removal both for nfacct and cttimeout, from Liping Zhang.
====================

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