Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-10-14--08-00 (net-next-6.18-10978-g37448a610f18) remotes/brancher/net-next-hw-2025-10-14--16-00 (net-next-6.18-11010-g4c67779cefa1) ==== BASE DIFF ==== drivers/net/ethernet/airoha/airoha_eth.c | 16 +++++- drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 1 - drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 1 + drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 1 + drivers/net/usb/r8152.c | 7 ++- drivers/net/usb/usbnet.c | 2 + drivers/net/wan/hdlc_ppp.c | 4 +- include/net/netmem.h | 66 +++++++++++----------- net/core/netmem_priv.h | 16 +++--- net/hsr/hsr_netlink.c | 2 + net/ipv4/tcp_output.c | 19 +++++-- tools/testing/selftests/net/rtnetlink.sh | 2 + tools/testing/selftests/net/vlan_bridge_binding.sh | 2 + 13 files changed, 88 insertions(+), 51 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.Zecu9UbAE8 b/tmp/tmp.NUIRWhu8FH index b9733dcfdec3..bc65864787de 100644 --- a/tmp/tmp.Zecu9UbAE8 +++ b/tmp/tmp.NUIRWhu8FH @@ -13,8 +13,41 @@ nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests nipa: fbnic: link up on QEMU +gve: Check valid ts bit on RX descriptor before hw timestamping +net: core: fix lockdep splat on device unregister +eth: fealnx: fix typo in comments +net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset +MAINTAINERS: add myself as maintainer for b53 +net: bcmasp: Add support for PHY-based Wake-on-LAN net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45 -netdevsim: set the carrier when the device goes up +eth: fbnic: fix various typos in comments and strings +net: dsa: b53: implement port isolation support +net: allow busy connected flows to switch tx queues +net: add /proc/sys/net/core/txq_reselection_ms control +net: control skb->ooo_okay from skb_set_owner_w() +net: add SK_WMEM_ALLOC_BIAS constant +tcp: better handle TCP_TX_DELAY on established flows +net: dev_queue_xmit() llist adoption +net: sched: claim one cache line in Qdisc +Revert "net/sched: Fix mirred deadlock on device recursion" +net/sched: act_mirred: add loop detection +net: add add indirect call wrapper in skb_release_head_state() +Documentation: networking: Document the phy_port infrastructure +net: phy: dp83822: Add SFP support through the phy_port interface +net: phy: Only rely on phy_port for PHY-driven SFP +net: phy: qca807x: Support SFP through phy_port interface +net: phy: at803x: Support SFP through phy_port interface +net: phy: marvell10g: Support SFP through phy_port +net: phy: marvell: Support SFP through phy_port interface +net: phy: marvell-88x2222: Support SFP through phy_port interface +net: phy: Introduce generic SFP handling for PHY drivers +net: phy: Create a phy_port for PHY-driven SFPs +dt-bindings: net: dp83822: Deprecate ti,fiber-mode +net: phy: dp83822: Add support for phy_port representation +net: phy: Introduce PHY ports representation +net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values +net: ethtool: common: Indicate that BaseT works on up to 4 lanes +dt-bindings: net: Introduce the ethernet-connector description net: airoha: Add get_link ethtool callback net: airoha: Add missing stats to ethtool_eth_mac_stats net: pse-pd: pd692x0: Preserve PSE configuration across reboots @@ -25,14 +58,3 @@ net: airoha: npu: Add airoha_npu_soc_data struct dt-bindings: net: airoha: npu: Add AN7583 support net: bridge: correct debug message function name in br_fill_ifinfo net: cxgb4/ch_ipsec: fix potential use-after-free in ch_ipsec_xfrm_add_state() callback -selftests: net: check jq command is supported -netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc() -eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor -hdlc_ppp: fix potential null pointer in ppp_cp_event logging -net: airoha: Take into account out-of-order tx completions in airoha_dev_xmit() -tcp: fix tcp_tso_should_defer() vs large RTT -r8152: add error handling in rtl8152_driver_init -usbnet: Fix using smp_processor_id() in preemptible code warnings -Octeontx2-af: Fix missing error code in cgx_probe() -net: ethernet: ti: am65-cpts: fix timestamp loss due to race conditions -amd-xgbe: Avoid spurious link down messages during interface toggle