]> 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, 22 May 2015 18:25:45 +0000 (14:25 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 May 2015 18:25:45 +0000 (14:25 -0400)
commit85d6cb386d4133ab86a2767acc72ab3b7dd9576c
treef674c351988d101c686503b9c4af56a2b28fd167
parentf99d8134c06160f6bd30d4f75c9ce84231eeae8c
parent72a7d0425d560a41ae990432689e29eba4e29063
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

The following patchset contain Netfilter fixes for your net tree, they are:

1) Fix a race in nfnetlink_log and nfnetlink_queue that can lead to a crash.
   This problem is due to wrong order in the per-net registration and netlink
   socket events. Patch from Francesco Ruggeri.

2) Make sure that counters that userspace pass us are higher than 0 in all the
   x_tables frontends. Discovered via Trinity, patch from Dave Jones.

3) Revert a patch for br_netfilter to rely on the conntrack status bits. This
   breaks stateless IPv6 NAT transformations. Patch from Florian Westphal.
====================

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