]> 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, 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)
commitb4b39df7c5a64db65ea97d5ee0717f78fefbe029
tree137102858e48e0d31c4d000e053d22f893da3640
parent21d542133a96baa3440d5ab9c5f255572d422860
parentca817082a39382e8bf2aa74f9ba8f6ba41a5ef50
Merge git://git.kernel.org/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>