]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'tcp-make-tcp_ack-faster'
authorJakub Kicinski <kuba@kernel.org>
Thu, 29 Jan 2026 03:31:53 +0000 (19:31 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Jan 2026 03:31:53 +0000 (19:31 -0800)
Eric Dumazet says:

====================
tcp: make tcp_ack() faster

Move tcp_rack_update_reo_wnd() and tcp_rack_advance() to tcp_input.c
to allow their (auto)inlining.

No functional change in this series.
====================

Link: https://patch.msgid.link/20260127032147.3498272-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge