[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240530233616.85897-1-kuba@kernel.org>
Date: Thu, 30 May 2024 16:36:13 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: edumazet@...gle.com,
pabeni@...hat.com
Cc: davem@...emloft.net,
netdev@...r.kernel.org,
mptcp@...ts.linux.dev,
matttbe@...nel.org,
martineau@...nel.org,
borisp@...dia.com,
willemdebruijn.kernel@...il.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/3] tcp: refactor skb_cmp_decrypted() checks
Refactor the input patch coalescing checks and wrap "EOR forcing"
logic into a helper. This will hopefully make the code easier to
follow. While at it throw some DEBUG_NET checks into skb_shift().
Jakub Kicinski (3):
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
tcp: add a helper for setting EOR on tail skb
net: skb: add compatibility warnings to skb_shift()
include/net/tcp.h | 16 ++++++++++++++++
net/core/skbuff.c | 3 +++
net/ipv4/tcp_input.c | 11 +++--------
net/ipv4/tcp_ipv4.c | 3 +--
net/tls/tls_device.c | 11 ++---------
5 files changed, 25 insertions(+), 19 deletions(-)
--
2.45.1
Powered by blists - more mailing lists