]> 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)
commit8271f64240c4bc41337bfdaa4074f9b7626e9a04
tree137102858e48e0d31c4d000e053d22f893da3640
parentf3575a218fbdb7bdc5a428df10d19f3a4f666dc8
parent24d960c641415f03d707515da6fd045faa1eb898
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>