Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-02-11--12-00 (v6.14-rc1-445-g48ecd64a7f74) remotes/brancher/net-next-2025-02-11--15-00 (v6.14-rc1-445-g807788c480c4) ==== BASE DIFF ==== Documentation/networking/ip-sysctl.rst | 13 +++++++++ .../net_cachelines/inet_connection_sock.rst | 1 + .../net_cachelines/netns_ipv4_sysctl.rst | 1 + include/net/inet_connection_sock.h | 1 + include/net/netns/ipv4.h | 1 + include/net/tcp.h | 23 ++++++++++------ include/uapi/linux/tcp.h | 1 + net/ipv4/sysctl_net_ipv4.c | 10 +++++++ net/ipv4/tcp.c | 14 +++++++++- net/ipv4/tcp_fastopen.c | 4 +-- net/ipv4/tcp_input.c | 19 ++++++------- net/ipv4/tcp_ipv4.c | 6 ++--- net/ipv4/tcp_output.c | 17 ++++++------ net/ipv4/tcp_timer.c | 31 +++++++++++----------- 14 files changed, 93 insertions(+), 49 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.aDzUTJ5rFk b/tmp/tmp.8Ai7XUueGz index c46000d5ca52..3d313277cfff 100644 --- a/tmp/tmp.aDzUTJ5rFk +++ b/tmp/tmp.8Ai7XUueGz @@ -114,13 +114,7 @@ hamradio: baycom: replace strcpy() with strscpy() blackhole_dev: convert self-test to KUnit net: phylink: make configuring clock-stop dependent on MAC support net: ethernet: mediatek: add ethtool EEE callbacks -trace: tcp: Add tracepoint for tcp_cwnd_reduction() selftests: test_vxlan_fdb_changelink: Add a test for MC remote change selftests: test_vxlan_fdb_changelink: Convert to lib.sh selftests: forwarding: lib: Move require_command to net, generalize vxlan: Join / leave MC group after remote changes -tcp: add tcp_rto_max_ms sysctl -tcp: add the ability to control max RTO -tcp: use tcp_reset_xmit_timer() -tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() -tcp: remove tcp_reset_xmit_timer() @max_when argument