]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mptcp: remove MPC && MPJ check
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>
Mon, 3 Aug 2026 16:16:35 +0000 (18:16 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Aug 2026 15:46:23 +0000 (08:46 -0700)
commit900e6d80548e69be7ffd358122790fbaa458a9b4
treeb2ee5d68188d8c0acbeeb00163a35f52387e1e3f
parentb6ee361524641f57b2e2363f7737f20e17f67827
mptcp: remove MPC && MPJ check

After the parent commit ("mptcp: avoid combining some incoming
suboptions"), the parsing step no longer allow to have both the
MP_CAPABLE and MP_JOIN suboptions set together.

These chunks are now unreachable, these checks can then be removed.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20260803-net-mptcp-misc-fixes-7-2-rc6-v2-3-b8f496d71664@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/subflow.c