]> 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>
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)
commit7037684b9fd29987e743a1caa41bfd530efa9076
tree452190cff4e9fc83129243a64225a3849440dc6e
parent49b41aceda7f90494ee8f83ac228f682c0c80494
parent8ee8b127128c9cedba7f64e70b2a0b71276b9015
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.
====================