]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'mptcp-sync-the-msk-sndbuf-at-accept-time'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 23 Apr 2026 11:20:24 +0000 (13:20 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 23 Apr 2026 11:20:25 +0000 (13:20 +0200)
commitd40831b016b4986e70d20d0ad14e6a0c62318986
treed56bb91cb98e9a6315b3abf54da8c213e6e47913
parent1cb36e252211506f51095fe7ced8286cc77b4c80
parentd0576eb8508e68b950ee9d2820116a6fc205fd07
Merge branch 'mptcp-sync-the-msk-sndbuf-at-accept-time'

Matthieu Baerts says:

====================
mptcp: sync the msk->sndbuf at accept() time

On passive MPTCP connections, the MPTCP socket send buffer doesn't have
the expected size at accept() time.

Patch 1 fixes the regression introduced in v6.7, while the following one
validates the fix in the selftests.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
====================

Link: https://patch.msgid.link/20260420-net-mptcp-sync-sndbuf-accept-v1-0-e3523e3aeb44@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>