]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
authorNeal Cardwell <ncardwell@google.com>
Sun, 15 Jun 2025 00:14:35 +0000 (20:14 -0400)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Jun 2025 23:19:04 +0000 (16:19 -0700)
commitdb16319efcc717a31dcb9c8f038acb6e4111c12e
tree14cc0ade0798fa4be0354a733325bb8e911b010d
parentba4618885b23372c45bb1566ed8e3f1c191ff22d
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()

Now that we have removed the RFC3517/RFC6675 hints,
tcp_clear_retrans_hints_partial() is empty, and can be removed.

Suggested-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Yuchung Cheng <ycheng@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250615001435.2390793-4-ncardwell.sw@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c