All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mptcp-next 0/4] mptcp: autotune related improvement
@ 2025-10-31 17:29 Paolo Abeni
  2025-10-31 17:29 ` [PATCH mptcp-next 1/4] mptcp: avoid unneeded subflow-level drops Paolo Abeni
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Paolo Abeni @ 2025-10-31 17:29 UTC (permalink / raw)
  To: mptcp

This series collects a few follow-up for the backlog refactor, with some
of them posing as fixes just to confuse the enemy (or feel the season
mood)

Targeting net-next as the issues addressed are very old, the change
is quite invasive and, as mentioned, based on the BL refactor.

Only patch 1/4 could be considered for net, but still included because
somewhat related to the others and to keep my life easy.

Paolo Abeni (4):
  mptcp: avoid unneeded subflow-level drops.
  mptcp: fix receive space time initialization.
  mptcp: better mptcp-level rtt estimator
  mptcp: add receive queue awareness in tcp_rcv_space_adjust()

 net/mptcp/options.c  |  31 ++++++++
 net/mptcp/protocol.c | 177 ++++++++++++++++++++++++++-----------------
 net/mptcp/protocol.h |  15 +++-
 net/mptcp/subflow.c  |   2 -
 4 files changed, 150 insertions(+), 75 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-11-01 11:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 17:29 [PATCH mptcp-next 0/4] mptcp: autotune related improvement Paolo Abeni
2025-10-31 17:29 ` [PATCH mptcp-next 1/4] mptcp: avoid unneeded subflow-level drops Paolo Abeni
2025-10-31 17:29 ` [PATCH mptcp-next 2/4] mptcp: fix receive space time initialization Paolo Abeni
2025-10-31 17:29 ` [PATCH mptcp-next 3/4] mptcp: better mptcp-level rtt estimator Paolo Abeni
2025-10-31 17:29 ` [PATCH mptcp-next 4/4] mptcp: add receive queue awareness in tcp_rcv_space_adjust() Paolo Abeni
2025-11-01  9:33 ` [PATCH mptcp-next 0/4] mptcp: autotune related improvement Matthieu Baerts
2025-11-01 11:20 ` MPTCP CI

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.