]> 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)
commit316e96ee025d193ef6319b84ebe64de0fd3b2e5c
tree452190cff4e9fc83129243a64225a3849440dc6e
parent3686b5ba780e0145716f606f3125bd6a56fa4022
parent6ceb7e45694320f96af6a5d6dcc492e474c59d50
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.
====================