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)
commitfc11078dd3514c65eabce166b8431a56d8a667cb
tree2278a2e0137a0165b3684338a21a0ab3d38e751f
parent1a51a47491a5a23f0625b03ad6dc84cf39bf6a82
parent52b33b4f8186669ab88b56cf5b2812e3996ef289
Merge git://git./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>