]> 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>
Fri, 23 Jul 2021 16:46:05 +0000 (17:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jul 2021 16:46:05 +0000 (17:46 +0100)
commitb3e6434980bd4f242145b0d197bed8b85b49ceae
tree439b892f99b7d81ab0d209206450ce896d3b95d9
parent1b19bc424838141186cafdd96ba328cc02cd3c5a
parenta23ab05a3e35456c8f6d33ebb26691b8af5ead29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayusosays:

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

The following patchset contains Netfilter fixes for net:

1) Memleak in commit audit error path, from Dongliang Mu.

2) Avoid possible false sharing for flowtable timeout updates
   and nft_last use.

3) Adjust conntrack timestamp due to garbage collection delay,
   from Florian Westphal.

4) Fix nft_nat without layer 3 address for the inet family.

5) Fix compilation warning in nfnl_hook when ingress support
   is disabled, from Arnd Bergmann.
====================

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