]> 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)
commit2a209f46d0b0a14421a9afa2275b036690c85c1f
tree2278a2e0137a0165b3684338a21a0ab3d38e751f
parenta7fa4b5b29c085fb89bc6269660733565d261f03
parent1ded88c2b09eb0ccad99bfbf7580a3d78cdef2db
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>