]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tcp: make tcp_rcvbuf_grow() accessible to mptcp code
authorPaolo Abeni <pabeni@redhat.com>
Sat, 27 Sep 2025 09:40:38 +0000 (11:40 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Sep 2025 01:23:35 +0000 (18:23 -0700)
commita7556779745c047efb7b0ce8732889b0cdc80936
treef74ee15eabeaa067dee73bdc7da764886d51c3a8
parent9aa59323f2709370cb4f01acbba599a9167f317b
tcp: make tcp_rcvbuf_grow() accessible to mptcp code

To leverage the auto-tuning improvements brought by commit 2da35e4b4df9
("Merge branch 'tcp-receive-side-improvements'"), the MPTCP stack need
to access the mentioned helper.

Acked-by: Geliang Tang <geliang@kernel.org>
Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250927-net-next-mptcp-rcv-path-imp-v1-2-5da266aa9c1a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
net/ipv4/tcp_input.c