]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit572152adfba711f770fc7ec5d140070a91d8e045
treef674c351988d101c686503b9c4af56a2b28fd167
parent381c759d9916c42959515ad34a6d467e24a88e93
parentfaecbb45ebefb20260ad4a631e011e93c896cb73
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>