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)
commitb7c3a17c6062701d97a0959890a2c882bfaac537
treec2e15837cfcf304d1ede23c0d97a5df20bfedfab
parentcb3c0e6bdf64d0d124e94ce43cbe4ccbb9b37f51
parent78e06cf430934fc3768c342cbebdd1013dcd6fa7
Merge git://git./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>