All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-net 0/4] mptcp: a few fixes
@ 2026-08-12 17:08 Paolo Abeni
  2026-08-12 17:08 ` [PATCH mptcp-net 1/4] mptcp: being below memory limit is a likely() condition Paolo Abeni
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Paolo Abeni @ 2026-08-12 17:08 UTC (permalink / raw)
  To: mptcp

This is mostly a follow-up to the recent OoO queue pruning series.
Explicitly targeting net as we have already a lot of patches pending for
net-next, and no need to rush IMHO.

First 2 patches addresses explicit comments from sashiko, 3rd one is a
somewhat unrelated cleanup I stumbled upon while implementing patch 4.

The last patch fixes another thing implided by sashiko while reviewing
the mentioned series.

Paolo Abeni (4):
  mptcp: being below memory limit is a likely() condition
  mptcp: avoid pruning for OoW data
  mptcp: remove unneeded READ_ONCE() annotation
  mptcp: do not reschedule the RTX timer for fallback sockets

 net/mptcp/options.c  |  4 ++--
 net/mptcp/protocol.c | 27 ++++++++++++++++-----------
 net/mptcp/protocol.h |  1 +
 3 files changed, 19 insertions(+), 13 deletions(-)

-- 
2.55.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-08-14 11:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 17:08 [PATCH mptcp-net 0/4] mptcp: a few fixes Paolo Abeni
2026-08-12 17:08 ` [PATCH mptcp-net 1/4] mptcp: being below memory limit is a likely() condition Paolo Abeni
2026-08-12 17:08 ` [PATCH mptcp-net 2/4] mptcp: avoid pruning for OoW data Paolo Abeni
2026-08-12 17:08 ` [PATCH mptcp-net 3/4] mptcp: remove unneeded READ_ONCE() annotation Paolo Abeni
2026-08-12 17:08 ` [PATCH mptcp-net 4/4] mptcp: do not reschedule the RTX timer for fallback sockets Paolo Abeni
2026-08-12 20:54 ` [PATCH mptcp-net 0/4] mptcp: a few fixes Matthieu Baerts
2026-08-13  6:34   ` Paolo Abeni
2026-08-13 11:09     ` Matthieu Baerts
2026-08-14 11:38     ` Paolo Abeni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.