Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-12-10--03-00 (v6.13-rc1-487-g6e371e5d2d5d) remotes/brancher/net-next-2024-12-10--06-00 (v6.13-rc1-488-g74559d63fd6c) ==== BASE DIFF ==== .../devicetree/bindings/net/nxp,s32-dwmac.yaml | 105 +++++++++++ .../devicetree/bindings/net/snps,dwmac.yaml | 1 + MAINTAINERS | 7 + drivers/net/ethernet/apm/xgene/xgene_enet_hw.c | 16 +- drivers/net/ethernet/cadence/macb_main.c | 14 +- drivers/net/ethernet/stmicro/stmmac/Kconfig | 12 ++ drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + drivers/net/ethernet/stmicro/stmmac/common.h | 2 + .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c | 11 +- drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 15 +- .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 22 +-- .../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 2 +- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 30 +-- drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c | 202 +++++++++++++++++++++ .../net/ethernet/stmicro/stmmac/dwmac-starfive.c | 19 +- drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c | 18 +- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 6 +- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +- include/linux/phy.h | 23 +++ include/linux/stmmac.h | 10 +- 21 files changed, 399 insertions(+), 121 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.3cxLpQ9HmU b/tmp/tmp.KBf5ORJUeS index 58f26a83f726..628c07fc8f03 100644 --- a/tmp/tmp.3cxLpQ9HmU +++ b/tmp/tmp.KBf5ORJUeS @@ -102,19 +102,4 @@ virtio_ring: add a func argument 'recycle_done' to virtqueue_resize() virtio_net: replace vq2rxq with vq2txq where appropriate virtio_net: correct netdev_tx_reset_queue() invocation point Do not invoke addrconf_verify_rtnl unnecessarily -MAINTAINERS: Add Jan Petrous as the NXP S32G/R DWMAC driver maintainer -net: stmmac: dwmac-s32: add basic NXP S32G/S32R glue driver -dt-bindings: net: Add DT bindings for DWMAC on NXP S32G/R SoCs -net: dwmac-sti: Use helper rgmii_clock -net: xgene_enet: Use helper rgmii_clock -net: macb: Use helper rgmii_clock -net: dwmac-starfive: Use helper rgmii_clock -net: dwmac-rk: Use helper rgmii_clock -net: dwmac-intel-plat: Use helper rgmii_clock -net: dwmac-imx: Use helper rgmii_clock -net: dwmac-dwc-qos-eth: Use helper rgmii_clock -net: phy: Add helper for mapping RGMII link speed to clock rate -net: stmmac: Fix clock rate variables size -net: stmmac: Extend CSR calc support -net: stmmac: Fix CSR divider comment octeontx2-af: Fix installation of PF multicast rule