Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-10-14--00-00 (net-next-6.18-10978-g406df089af7d) remotes/brancher/net-next-hw-2025-10-14--08-00 (net-next-6.18-10978-g37448a610f18) ==== BASE DIFF ==== drivers/dpll/zl3073x/core.c | 21 +++ drivers/dpll/zl3073x/regs.h | 3 + drivers/net/ethernet/intel/idpf/idpf_ptp.c | 3 + .../net/ethernet/intel/idpf/idpf_virtchnl_ptp.c | 1 + drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 3 +- drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h | 15 ++ drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 79 +++++++++ drivers/net/ethernet/intel/ixgbevf/defines.h | 1 + drivers/net/ethernet/intel/ixgbevf/ipsec.c | 10 ++ drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 7 + drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 34 +++- drivers/net/ethernet/intel/ixgbevf/mbx.h | 8 + drivers/net/ethernet/intel/ixgbevf/vf.c | 182 +++++++++++++++++---- drivers/net/ethernet/intel/ixgbevf/vf.h | 1 + drivers/net/ethernet/realtek/r8169_main.c | 5 +- drivers/net/phy/broadcom.c | 20 ++- drivers/net/phy/realtek/realtek_main.c | 23 ++- include/linux/brcmphy.h | 1 + include/net/ip_tunnels.h | 15 ++ net/core/gro_cells.c | 10 ++ net/ipv4/ip_tunnel.c | 14 -- net/ipv6/ip6_tunnel.c | 3 +- 22 files changed, 394 insertions(+), 65 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.k7HQQI1nzH b/tmp/tmp.oG39jHiTQh index 98f0916a2942..b9733dcfdec3 100644 --- a/tmp/tmp.k7HQQI1nzH +++ b/tmp/tmp.oG39jHiTQh @@ -31,21 +31,8 @@ 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 -net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not present 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 -ixgbe: fix too early devlink_free() in ixgbe_remove() -ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmd -ixgbevf: fix mailbox API compatibility by negotiating supported features -ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operation -ixgbevf: fix getting link speed data for E610 devices -idpf: cleanup remaining SKBs in PTP flows -net: dlink: fix null dereference in receive_packet() -net/ip6_tunnel: Prevent perpetual tunnel growth -net: phy: bcm54811: Fix GMII/MII/MII-Lite selection -r8169: fix packet truncation after S4 resume on RTL8168H/RTL8111H -net: gro_cells: Use nested-BH locking for gro_cell -dpll: zl3073x: Handle missing or corrupted flash configuration