]> 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>
Wed, 31 Jul 2019 15:49:09 +0000 (08:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Jul 2019 15:49:09 +0000 (08:49 -0700)
commit51709ba7d38d7262e831fbd44bc2ccab1076aee9
tree1bcc1afd7642464740c1f7486eaf22f0c09977a6
parent1ba2f7b1f3bc4ff92bb885e5bacded1a8b27649a
parent100bc94d97a8a4ea3405e5cf31eaff488a483706
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 your net tree:

1) memleak in ebtables from the error path for the 32/64 compat layer,
   from Florian Westphal.

2) Fix inverted meta ifname/ifidx matching when no interface is set
   on either from the input/output path, from Phil Sutter.

3) Remove goto label in nft_meta_bridge, also from Phil.

4) Missing include guard in xt_connlabel, from Masahiro Yamada.

5) Two patch to fix ipset destination MAC matching coming from
   Stephano Brivio, via Jozsef Kadlecsik.

6) Fix set rename and listing concurrency problem, from Shijie Luo.
   Patch also coming via Jozsef Kadlecsik.

7) ebtables 32/64 compat missing base chain policy in rule count,
   from Florian Westphal.
====================

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