]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2020 01:08:06 +0000 (18:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2020 01:08:06 +0000 (18:08 -0700)
commitc2c11289021dfacec1658b2019faab10e12f383a
treef1ecf945b26b8a461e9a825fa6b65cd8f590b98a
parent63bef48fd6c9d3f1ba4f0e23b4da1e007db6a3c0
parentef516e8625ddea90b3a0313f3a0b0baa83db7ac2
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, they are:

1) Fix spurious overlap condition in the rbtree tree, from Stefano Brivio.

2) Fix possible uninitialized pointer dereference in nft_lookup.

3) IDLETIMER v1 target matches the Android layout, from
   Maciej Zenczykowski.

4) Dangling pointer in nf_tables_set_alloc_name, from Eric Dumazet.

5) Fix RCU warning splat in ipset find_set_type(), from Amol Grover.

6) Report EOPNOTSUPP on unsupported set flags and object types in sets.

7) Add NFT_SET_CONCAT flag to provide consistent error reporting
   when users defines set with ranges in concatenations in old kernels.
====================

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