]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mptcp: fix rx timestamp corruption on fastopen
authorPaolo Abeni <pabeni@redhat.com>
Fri, 1 May 2026 19:35:36 +0000 (21:35 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 5 May 2026 02:20:50 +0000 (19:20 -0700)
commit6254a16d6f0c672e3809ca5d7c9a28a55d71f764
tree306b7bb58ea2c15c9d35d63153a94274a07f913d
parenta6da02d4c00fdda2417e42ad2b762a9209e6cc49
mptcp: fix rx timestamp corruption on fastopen

The skb cb offset containing the timestamp presence flag is cleared
before loading such information. Cache such value before MPTCP CB
initialization.

Fixes: 36b122baf6a8 ("mptcp: add subflow_v(4,6)_send_synack()")
Cc: stable@vger.kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20260501-net-mptcp-misc-fixes-7-1-rc3-v1-3-b70118df778e@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/fastopen.c