]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Sun, 16 Aug 2020 23:05:36 +0000 (16:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Aug 2020 23:05:36 +0000 (16:05 -0700)
commit8c26544f5ace22ee159113a3300de077f2973519
tree0cef2328e377ddc1a060991bea967094d9ce5203
parent71a50419c7307bef6367e8f3787570f546ae96f8
parent5c04da55c754c44937b3d19c6522f9023fd5c5d5
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) Endianness issue in IPv4 option support in nft_exthdr,
   from Stephen Suryaputra.

2) Removes the waitcount optimization in nft_compat,
   from Florian Westphal.

3) Remove ipv6 -> nf_defrag_ipv6 module dependency, from
   Florian Westphal.

4) Memleak in chain binding support, also from Florian.

5) Simplify nft_flowtable.sh selftest, from Fabian Frederick.

6) Optional MTU arguments for selftest nft_flowtable.sh,
   also from Fabian.

7) Remove noise error report when killing process in
   selftest nft_flowtable.sh, from Fabian Frederick.

8) Reject bogus getsockopt option length in ebtables,
   from Florian Westphal.
====================

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