Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-03-04--00-00 (v6.14-rc4-1049-gb9097418aa00) remotes/brancher/net-next-2025-03-04--03-00 (v6.14-rc4-1044-g36c53f349f16) ==== BASE DIFF ==== drivers/net/phy/sfp.c | 11 ++++++----- include/net/dropreason-core.h | 9 +++++++++ include/net/inet6_hashtables.h | 2 +- include/net/inet_hashtables.h | 2 +- include/net/sock.h | 2 ++ include/net/tcp.h | 2 +- net/core/sock.c | 16 ++++++++++++++++ net/ipv4/tcp.c | 36 ++++++++++++++++++------------------ net/ipv4/tcp_input.c | 5 ++--- net/ipv4/tcp_ipv4.c | 17 +++++++++-------- net/ipv4/tcp_metrics.c | 6 +++--- net/ipv4/tcp_minisocks.c | 17 ++++++++++++----- net/ipv4/tcp_offload.c | 2 +- net/ipv4/tcp_output.c | 2 +- net/ipv4/udp_offload.c | 2 +- net/ipv6/exthdrs.c | 3 +-- net/ipv6/tcp_ipv6.c | 27 ++++++++++++++------------- net/ipv6/tcpv6_offload.c | 2 +- net/ipv6/udp_offload.c | 2 +- net/mptcp/pm_userspace.c | 3 +-- net/mptcp/protocol.c | 7 ++----- net/mptcp/protocol.h | 1 - net/sctp/protocol.c | 7 ++----- 23 files changed, 105 insertions(+), 78 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.ZXcrBwpkql b/tmp/tmp.87JCDGWU0H index 940cf25ed146..1a770616436d 100644 --- a/tmp/tmp.ZXcrBwpkql +++ b/tmp/tmp.87JCDGWU0H @@ -3,6 +3,9 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: mdio: Add RTL9300 MDIO driver +net-timestamp: support TCP GSO case for a few missing flags +wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag net: cadence: macb: Synchronize standard stats octeontx2-af: fix build warnings flagged by clang, sparse ,kernel test robot mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr @@ -37,12 +40,7 @@ tcp: use RCU lookup in __inet_hash_connect() tcp: add RCU management to inet_bind_bucket tcp: optimize inet_use_bhash2_on_bind() tcp: use RCU in __inet{6}_check_established() -tcp: tcp_set_window_clamp() cleanup -tcp: remove READ_ONCE(req->ts_recent) -net: gro: convert four dev_net() calls -tcp: convert to dev_net_rcu() -tcp: add four drop reasons to tcp_check_req() -tcp: add a drop_reason pointer to tcp_check_req() +net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device ppp: use IFF_NO_QUEUE in virtual interfaces ionic: Simplify maximum determination in ionic_adminq_napi() dsa: mt7530: Utilize REGMAP_IRQ for interrupt handling @@ -109,10 +107,6 @@ net: plumb extack in __dev_change_net_namespace() net: advertise netns_immutable property via netlink net: rename netns_local to netns_immutable bnx2: Fix unused data compilation warning -mptcp: use sock_kmemdup for address entry -net: use sock_kmemdup for ip_options -sock: add sock_kmemdup helper -mptcp: Remove unused declaration mptcp_set_owner_r() qlcnic: fix a memory leak in qlcnic_sriov_set_guest_vlan_mode() eth: bnxt: count xdp xmit packets eth: bnxt: maintain tx pkt/byte stats in SW @@ -132,16 +126,6 @@ enic: enable rq extended cq support enic: enic rq extended cq defines enic: enic rq code reorg enic: Move function from header file to c file -tsnep: Add loopback selftests -net: selftests: Add selftests sets with fixed speed -net: selftests: Support selftest sets -tsnep: Select speed for loopback -net: phy: marvell: Align set_loopback() implementation -net: phy: micrel: Add loopback support -net: phy: Support speed selection for PHY loopback -net: phy: Allow loopback speed selection for PHY drivers -net: ethtool: netlink: Pass a context for default ethnl notifications -net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device be2net: fix sleeping while atomic bugs in be_ndo_bridge_getlink selftest: net: add proc_net_pktgen net: pktgen: remove all superfluous index assignements @@ -160,7 +144,5 @@ net: phylink: use pl->link_interface in phylink_expects_phy() net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for v4.7 net: ipa: Fix QSB data for v4.7 net: ipa: Fix v4.7 resource group names -net: ti: icssg-prueth: Add ICSSG FW Stats -net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module net: hsr: Add KUnit test for PRP net: hsr: Fix PRP duplicate detection