]> 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, 18 Feb 2020 23:44:13 +0000 (15:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2020 23:44:13 +0000 (15:44 -0800)
commit897b5c51f32c18bb44b5ad3322d6c575aa394673
tree9efe8d2d2a30c76986099e6cac50cc781dd7fc83
parent08d19cadbdc94ab370e92d46b19e6e69609aa57b
parentb9e56d1021943d5cb58abd734b5fcd2fdcda6b92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

This batch contains Netfilter fixes for net:

1) Restrict hashlimit size to 1048576, from Cong Wang.

2) Check for offload flags from nf_flow_table_offload_setup(),
   this fixes a crash in case the hardware offload is disabled.
   From Florian Westphal.

3) Three preparation patches to extend the conntrack clash resolution,
   from Florian.

4) Extend clash resolution to deal with DNS packets from the same flow
   racing to set up the NAT configuration.

5) Small documentation fix in pipapo, from Stefano Brivio.

6) Remove misleading unlikely() from pipapo_refill(), also from Stefano.

7) Reduce hashlimit mutex scope, from Cong Wang. This patch is actually
   triggering another problem, still under discussion, another patch to
   fix this will follow up.
====================

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