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)
commit67b9f0b737a41b8e10bcc3568830d546e6b9a68f
tree0d287c3c62230db786f6d755695e0526e73ada86
parentda499f8f5385c181e29978fdaab15a58de185302
parent4440a2ab3b9f40dddbe006331ef0659c76859296
Merge git://git./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>