]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorJakub Kicinski <kuba@kernel.org>
Sat, 1 Feb 2020 20:38:20 +0000 (12:38 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 1 Feb 2020 20:38:20 +0000 (12:38 -0800)
commit24d315c40a02efe717cfb8c3ec71e08da87d6333
treec2e15837cfcf304d1ede23c0d97a5df20bfedfab
parentb16490d763b0c2e12028141d25263c2ccdcc4668
parentee04a2f902a6f2342a964d23e8f97fb98d467a31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

The following patchset contains Netfilter fixes for net:

1) Fix suspicious RCU usage in ipset, from Jozsef Kadlecsik.

2) Use kvcalloc, from Joe Perches.

3) Flush flowtable hardware workqueue after garbage collection run,
   from Paul Blakey.

4) Missing flowtable hardware workqueue flush from nf_flow_table_free(),
   also from Paul.

5) Restore NF_FLOW_HW_DEAD in flow_offload_work_del(), from Paul.

6) Flowtable documentation fixes, from Matteo Croce.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>