]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'mptcp-support-msg_eor-and-small-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Tue, 7 Apr 2026 02:14:30 +0000 (19:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 7 Apr 2026 02:14:31 +0000 (19:14 -0700)
commitc149d90e260ca1b6b9175468955a15c4d95a9f3b
tree88720131a8e46116f6f4ea1a1e2b98de30974caa
parentede3136e56557498ec3f2e6da58cb0920d8074e1
parentc4a5cb2f00f9a8e48437b973d1aceb1540851b98
Merge branch 'mptcp-support-msg_eor-and-small-cleanups'

Matthieu Baerts says:

====================
mptcp: support MSG_EOR and small cleanups

This series contains various unrelated patches:

- Patches 1 & 2: support MSG_EOR instead of ignoring it.

- Patch 3: avoid duplicated code in TCP and MPTCP by using a new helper.

- Patch 4: adapt test to reproduce bug and increase code coverage.
====================

Link: https://patch.msgid.link/20260403-net-next-mptcp-msg_eor-misc-v1-0-b0b33bea3fed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>