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)
commit200bd5668c04d35510d152aa2f74c659f705a5b3
tree439b892f99b7d81ab0d209206450ce896d3b95d9
parent9986066d94c971edf19464ed7bf5b26a91520e97
parent217e26bd87b2930856726b48a4e71c768b8c9bf5
Merge git://git./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>