diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-02-01 09:14:13 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-01 09:14:13 -0800 |
commit | 93561eefbf87c0a57e15ebf647895e9ca83911c7 (patch) | |
tree | 56f5a77599d9c49d8542398c989d95e523bd3ef0 /kernel/capability.c | |
parent | f0588b157f48b9c6277a75c9f14650e86d969e03 (diff) | |
parent | 8059918a1377f2f1fff06af4f5a4ed3d5acd6bc4 (diff) | |
download | linux-stable-93561eefbf87c0a57e15ebf647895e9ca83911c7.tar.gz linux-stable-93561eefbf87c0a57e15ebf647895e9ca83911c7.tar.bz2 linux-stable-93561eefbf87c0a57e15ebf647895e9ca83911c7.zip |
Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Pablo Neira Ayuso says:
====================
Netfilter fixes for net
1) TCP conntrack now only evaluates window negotiation for packets in
the REPLY direction, from Ryan Schaefer. Otherwise SYN retransmissions
trigger incorrect window scale negotiation. From Ryan Schaefer.
2) Restrict tunnel objects to NFPROTO_NETDEV which is where it makes sense
to use this object type.
3) Fix conntrack pick up from the middle of SCTP_CID_SHUTDOWN_ACK packets.
From Xin Long.
4) Another attempt from Jozsef Kadlecsik to address the slow down of the
swap command in ipset.
5) Replace a BUG_ON by WARN_ON_ONCE in nf_log, and consolidate check for
the case that the logger is NULL from the read side lock section.
6) Address lack of sanitization for custom expectations. Restrict layer 3
and 4 families to what it is supported by userspace.
* tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations
netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger
netfilter: ipset: fix performance regression in swap operation
netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new
netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
netfilter: conntrack: correct window scaling with retransmitted SYN
====================
Link: https://lore.kernel.org/r/20240131225943.7536-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'kernel/capability.c')
0 files changed, 0 insertions, 0 deletions