]> 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>
Thu, 5 Jan 2017 16:49:57 +0000 (11:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jan 2017 16:49:57 +0000 (11:49 -0500)
commit5a8b8c611fe06c66f94771b29de5f622c0f96ba9
tree65bb28c929691170f7d7d42adfd47d84eefd0ce4
parent3148c5b4939ec778d30e28f47e13e961a23ffebf
parent06920306ff84c3497ea8bf8bb65753b06fe2553b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

The following patchset contains accumulated Netfilter fixes for your
net tree:

1) Ensure quota dump and reset happens iff we can deliver numbers to
   userspace.

2) Silence splat on incorrect use of smp_processor_id() from nft_queue.

3) Fix an out-of-bound access reported by KASAN in
   nf_tables_rule_destroy(), patch from Florian Westphal.

4) Fix layer 4 checksum mangling in the nf_tables payload expression
   with IPv6.

5) Fix a race in the CLUSTERIP target from control plane path when two
   threads run to add a new configuration object. Serialize invocations
   of clusterip_config_init() using spin_lock. From Xin Long.

6) Call br_nf_pre_routing_finish_bridge_finish() once we are done with
   the br_nf_pre_routing_finish() hook. From Artur Molchanov.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter_hooks.c