]> 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, 9 Jul 2018 21:23:13 +0000 (14:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jul 2018 21:23:13 +0000 (14:23 -0700)
commitba65ca9544449a046bca7d6bab29fb0d3d51c6e6
treee8dab59ac98ef64fcb9faa4002cac5a1cba604ef
parent70c7bafe620f01649ef0f407b76b5368a2d06dec
parentc25c30889e76ee98b3d47abde6f61f659b7cbc00
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) Missing module autoloadfor icmp and icmpv6 x_tables matches,
   from Florian Westphal.

2) Possible non-linear access to TCP header from tproxy, from
   Mate Eckl.

3) Do not allow rbtree to be used for single elements, this patch
   moves all set backend into one single module since such thing
   can only happen if hashtable module is explicitly blacklisted,
   which should not ever be done.

4) Reject error and standard targets from nft_compat for sanity
   reasons, they are never used from there.

5) Don't crash on double hashsize module parameter, from Andrey
   Ryabinin.

6) Drop dst on skb before placing it in the fragmentation
   reassembly queue, from Florian Westphal.
====================

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