Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-10-14--00-00 (net-next-6.18-11003-g4f6921ba7e09) remotes/brancher/net-next-2025-10-14--03-00 (net-next-6.18-11011-g73d59aef2fb0) ==== 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.ORNMptY8MN b/tmp/tmp.UPJy9SKdVs index d2711e26b4d8..8e441bd02d90 100644 --- a/tmp/tmp.ORNMptY8MN +++ b/tmp/tmp.UPJy9SKdVs @@ -13,11 +13,19 @@ 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 net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset MAINTAINERS: add myself as maintainer for b53 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 +ixgbe: Add 10G-BX support +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 @@ -56,21 +64,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