]> 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, 27 Sep 2019 18:15:00 +0000 (20:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Sep 2019 18:15:00 +0000 (20:15 +0200)
commit8280b74d608c2a312c3f24c848afdde131cdccf0
tree01d704e7f7f6972db774075ee808f7f5a8d03a0d
parent923083e3c6955f4c2112b5b6d23d4ae23fb666e7
parenta008909ffc8395fc802a803b0d06c707f99613ba
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) Add NFT_CHAIN_POLICY_UNSET to replace hardcoded -1 to
   specify that the chain policy is unset. The chain policy
   field is actually defined as an 8-bit unsigned integer.

2) Remove always true condition reported by smatch in
   chain policy check.

3) Fix element lookup on dynamic sets, from Florian Westphal.

4) Use __u8 in ebtables uapi header, from Masahiro Yamada.

5) Bogus EBUSY when removing flowtable after chain flush,
   from Laura Garcia Liebana.
====================

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