]> 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>
Mon, 12 Mar 2018 16:49:30 +0000 (12:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2018 16:49:30 +0000 (12:49 -0400)
commitb747594829aab6dcd2afadb9040d48f8b5a3d4f2
tree452190cff4e9fc83129243a64225a3849440dc6e
parent4665c6b04651e96c1e2eb9129a30d6055040ff73
parentc04a3f730021c304c7cc4bc30ee57ee70ad98d57
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, they are:

1) Fixed hashtable representation doesn't support timeout flag, skip it
   otherwise rules to add elements from the packet fail bogusly fail with
   EOPNOTSUPP.

2) Fix bogus error with 32-bits ebtables userspace and 64-bits kernel,
   patch from Florian Westphal.

3) Sanitize proc names in several x_tables extensions, also from Florian.

4) Add sanitization to ebt_among wormhash logic, from Florian.

5) Missing release of hook array in flowtable.
====================