]> 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>
Sun, 27 Oct 2019 19:13:16 +0000 (12:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Oct 2019 19:13:16 +0000 (12:13 -0700)
commitaac33667969167fd9b9d6b1919b8c2a89e9b6925
tree2278a2e0137a0165b3684338a21a0ab3d38e751f
parent470c2aea2752d24d357f316b70503e7ab924a755
parent7d2561603ce63df638f975ab1f954c5240c27fcb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains Netfilter/IPVS fixes for net:

1) Fix crash on flowtable due to race between garbage collection
   and insertion.

2) Restore callback unbinding in netfilter offloads.

3) Fix races on IPVS module removal, from Davide Caratti.

4) Make old_secure_tcp per-netns to fix sysbot report,
   from Eric Dumazet.

5) Validate matching length in netfilter offloads, from wenxu.
====================

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