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)
commit1439caa1d989ef845765b755aa8fde77ab49ab6f
tree0fe2759fb2790d90f5407ae56488a81e5ee514fc
parente0bfcf9c77d9b2c11d2767f0c747f7721ae0cc51
parentd9aaaf223297f6146d9d7f36caca927c92ab855a
Merge git://git./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>