]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'mptcp-implement-read_sock-and-splice_read'
authorJakub Kicinski <kuba@kernel.org>
Tue, 3 Feb 2026 02:15:35 +0000 (18:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 3 Feb 2026 02:15:36 +0000 (18:15 -0800)
commit84b86025f6d7844a208c53702c31b1d41aafe2c4
treed3618fcd649dc40a3c8b0981e754ab7b2c9945b7
parent74ad1dfe2335df7c1fd36139261c2fba6bcaea40
parent2f2dc84645fb25960a0f52aff4d754fce43edea4
Merge branch 'mptcp-implement-read_sock-and-splice_read'

Matthieu Baerts says:

====================
mptcp: implement .read_sock and .splice_read

This series is a preparation work for future in-kernel MPTCP sockets
usage. Here, two interfaces are implemented: read_sock and splice_read.
As a result of this series, splice() with MPTCP sockets -- which was
already supported -- is now improved.

- Patches 1-2: .read_sock implementation

- Patches 3-4: .splice_read implementation

- Patches 5-6: validate splice() support with MPTCP sockets.
====================

Link: https://patch.msgid.link/20260130-net-next-mptcp-splice-v2-0-31332ba70d7f@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>