Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-28--12-00 (v6.18-rc2-608-gcddfbbe71514) remotes/brancher/net-next-2025-10-28--15-00 (v6.18-rc2-610-g87b0c0649511) ==== BASE DIFF ==== .../devicetree/bindings/net/cdns,macb.yaml | 10 ++ Documentation/networking/devlink/index.rst | 1 + Documentation/networking/devlink/stmmac.rst | 31 ++++ drivers/dibs/dibs_main.c | 5 +- drivers/net/ethernet/cadence/macb.h | 6 +- drivers/net/ethernet/cadence/macb_main.c | 94 +++++++++--- drivers/net/ethernet/stmicro/stmmac/Kconfig | 1 + drivers/net/ethernet/stmicro/stmmac/stmmac.h | 3 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 163 ++++++++++++++++++--- 9 files changed, 268 insertions(+), 46 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.iEnWx3ujS9 b/tmp/tmp.PpIVV40cbC index a4914690f974..20b23208fdd6 100644 --- a/tmp/tmp.iEnWx3ujS9 +++ b/tmp/tmp.PpIVV40cbC @@ -12,6 +12,10 @@ 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 +tcp: fix too slow tcp_rcvbuf_grow() action +tcp: add newval parameter to tcp_rcvbuf_grow() +trace: tcp: add three metrics to trace_tcp_rcvbuf_grow() +mptcp: fix subflow rcvbuf adjust mptcp: zero window probe mib mptcp: restore window probe mptcp: fix MSG_PEEK stream corruption @@ -155,20 +159,7 @@ xsk: avoid data corruption on cq descriptor number net: phy: realtek: Add RTL8224 cable testing support net: rps: softnet_data reorg to make enqueue_to_backlog() fast net: optimize enqueue_to_backlog() for the fast path -net: stmmac: Add a devlink attribute to control timestamping mode -net: stmmac: Move subsecond increment configuration in dedicated helper net: mana: Support HW link state events -net: macb: Add "mobileye,eyeq5-gem" compatible -net: macb: rename bp->sgmii_phy field to bp->phy -net: macb: add no LSO capability (MACB_CAPS_NO_LSO) -net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment -dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface -dibs: Use subsys_initcall() -dibs: Remove reset of static vars in dibs_init() -netrom: Preventing the use of abnormal neighbor -selftests/bpf: Add mptcp test with sockmap -bpf,sockmap: disallow MPTCP sockets from sockmap -net,mptcp: fix proto fallback detection with BPF sockmap net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy net: mdio: introduce mdio_device_has_reset() net: mdio: change property read from fwnode_property_read_u32() to device_property_read_u32()