Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-09-15--08-00 (v6.17-rc5-1246-ga4d0751aff1c) remotes/brancher/net-next-hw-2025-09-15--16-00 (v6.17-rc5-1254-g887ebbeb5bc8) ==== BASE DIFF ==== Documentation/networking/devlink/zl3073x.rst | 14 + drivers/dpll/zl3073x/Makefile | 2 +- drivers/dpll/zl3073x/core.c | 362 +++++++++--- drivers/dpll/zl3073x/core.h | 33 ++ drivers/dpll/zl3073x/devlink.c | 156 ++++- drivers/dpll/zl3073x/devlink.h | 3 + drivers/dpll/zl3073x/flash.c | 666 ++++++++++++++++++++++ drivers/dpll/zl3073x/flash.h | 29 + drivers/dpll/zl3073x/fw.c | 419 ++++++++++++++ drivers/dpll/zl3073x/fw.h | 52 ++ drivers/dpll/zl3073x/regs.h | 51 ++ drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 2 +- 12 files changed, 1697 insertions(+), 92 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.cqWwSFb6wW b/tmp/tmp.wSP8E6ZeQu index 86f2e9005c08..0d025aada260 100644 --- a/tmp/tmp.cqWwSFb6wW +++ b/tmp/tmp.wSP8E6ZeQu @@ -13,6 +13,18 @@ nipa: profile (time) test output nipa: config: x86: use periodic HZ tick nipa: disable 6.17's merge window kunit tests nipa: disable random kunit tests +net: ipv4: convert ip_rcv_options to drop reasons +net: ipv4: simplify drop reason handling in ip_rcv_finish_core +net: ipv4: make udp_v4_early_demux explicitly return drop reason +ptp: netc: only enable periodic pulse event interrupts for PPS +net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs +net: stmmac: est: Drop frames causing HLBS error +net: stmmac: Consider Tx VLAN offload tag length for maxSDU +net: stmmac: est: Fix GCL bounds checks +phy: mscc: Fix PTP for vsc8574 and VSC8572 +inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule() +inet: Avoid ehash lookup race in inet_ehash_insert() +rculist: Add __hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu() net: mana: Add standard counter rx_missed_errors net: mana: Refactor GF stats to use global mana_context bnxt_en: Implement ethtool .set_tunable() for ETHTOOL_PFC_PREVENTION_TOUT @@ -69,7 +81,6 @@ selftests/tc-testing: Adapt tc police action tests for Gb rounding changes ethernet: Extend device_get_mac_address() to use NVMEM microchip: lan865x: Enable MAC address validation io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULL -net/mlx5: fix typo in pci_irq.c comment bonding: fix standard reference typo in ad_select description net: phy: clear EEE runtime state in PHY_HALTED/PHY_ERROR selftests: mptcp: sockopt: fix error messages @@ -136,15 +147,5 @@ tcp: reorganize tcp_sock_write_txrx group for variables later tcp: fast path functions later tcp: reorganize SYN ECN code dpll: zl3073x: Allow to use custom phase measure averaging factor -net: pcs: rzn1-miic: Add RZ/T2H MIIC support -net: pcs: rzn1-miic: Add per-SoC control for MIIC register unlock/lock -net: pcs: rzn1-miic: Add support to handle resets -net: pcs: rzn1-miic: Make switch mode mask SoC-specific -net: pcs: rzn1-miic: move port range handling into SoC data -net: pcs: rzn1-miic: Move configuration data to SoC-specific struct -net: pcs: rzn1-miic: Add missing include files -net: pcs: rzn1-miic: Drop trailing comma from of_device_id table -dt-bindings: net: pcs: renesas,rzn1-miic: Add RZ/T2H and RZ/N2H support selftests: bonding: add fail_over_mac testing bonding: set random address only when slaves already exist -syztest