Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:19:06 +0000 (19:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:19:06 +0000 (19:19 -0700)
commit84f4aced67b102c2f2631c2a48332fcabc826ed2
tree137102858e48e0d31c4d000e053d22f893da3640
parent6c015a2256801597fadcbc11d287774c9c512fa5
parent86fe2c19eec4728fd9a42ba18f3b47f0d5f9fd7c
Merge git://git./pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

1) Several patches to testore use of memory barriers instead of RCU to
   ensure consistent access to ruleset, from Mark Tomlinson.

2) Fix dump of expectation via ctnetlink, from Florian Westphal.

3) GRE helper works for IPv6, from Ludovic Senecaux.

4) Set error on unsupported flowtable flags.

5) Use delayed instead of deferrable workqueue in the flowtable,
   from Yinjun Zhang.

6) Fix spurious EEXIST in case of add-after-delete flowtable in
   the same batch.
====================

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