]> 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>
Tue, 13 Sep 2016 15:17:24 +0000 (11:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Sep 2016 15:17:24 +0000 (11:17 -0400)
commitdb4a1fa09bd802c59333fb4e6d4422e8b74419ef
tree0d287c3c62230db786f6d755695e0526e73ada86
parentaf012eaa771f234626baa3643beb291fbd4cc4a9
parentbac4f3b4da7aa092d35d7371269f50d0a1e8fc6c
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 fixes for your net tree,
they are:

1) Endianess fix for the new nf_tables netlink trace infrastructure,
   NFTA_TRACE_POLICY endianess was not correct, patch from Liping Zhang.

2) Fix broken re-route after userspace queueing in nf_tables route
   chain. This patch is large but it is simple since it is just getting
   this code in sync with iptable_mangle. Also from Liping.

3) NAT mangling via ctnetlink lies to userspace when nf_nat_setup_info()
   fails to setup the NAT conntrack extension. This problem has been
   there since the beginning, but it can now show up after rhashtable
   conversion.

4) Fix possible NULL pointer dereference due to failures in allocating
   the synproxy and seqadj conntrack extensions, from Gao feng.
====================

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