]> 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>
Thu, 21 Oct 2021 11:32:41 +0000 (12:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2021 11:32:41 +0000 (12:32 +0100)
commit123e4dab10c5aea8f5da96f6408f99df9477ff1b
tree0fe2759fb2790d90f5407ae56488a81e5ee514fc
parent4baadaca40bbf8958e2529660eb6325601b2a653
parent6eac4b42dc2d2c9879269fedb9a2bfa4a144de5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains Netfilter fixes for net:

1) Crash due to missing initialization of timer data in
   xt_IDLETIMER, from Juhee Kang.

2) NF_CONNTRACK_SECMARK should be bool in Kconfig, from Vegard Nossum.

3) Skip netdev events on netns removal, from Florian Westphal.

4) Add testcase to show port shadowing via UDP, also from Florian.

5) Remove pr_debug() code in ip6t_rt, this fixes a crash due to
   unsafe access to non-linear skbuff, from Xin Long.

6) Make net/ipv4/vs/debug_level read-only from non-init netns,
   from Antoine Tenart.

7) Remove bogus invocation to bash in selftests/netfilter/nft_flowtable.sh
   also from Florian.
====================

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