Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 25 Nov 2025 17:59:11 +0100 you wrote:
From: Paolo Abeni pabeni@redhat.com
When __mptcp_retrans() kicks-in, it schedules one or more subflows for retransmission, but such subflows could be actually left alone if there is no more data to retransmit and/or in case of concurrent fallback.
Scheduled subflows could be processed much later in time, i.e. when new data will be transmitted, leading to bad subflow selection.
[...]
Here is the summary with links: - [net] mptcp: clear scheduled subflows on retransmit https://git.kernel.org/netdev/net/c/27fd02860164
You are awesome, thank you!