Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-03-19--15-00 (v6.14-rc6-1669-g2d4518203ddd)
   remotes/brancher/net-next-2025-03-19--18-00 (v6.14-rc6-1677-g3cb47077933a)

==== BASE DIFF ====
 .../devicetree/bindings/net/ieee802154/ca8210.txt  |  2 +-
 .../devicetree/bindings/net/snps,dwmac.yaml        |  1 +
 arch/arm/boot/dts/st/stm32mp151.dtsi               |  1 -
 arch/riscv/boot/dts/starfive/jh7110.dtsi           |  2 -
 drivers/gpio/gpiolib-of.c                          |  9 +++
 .../ethernet/mellanox/mlx5/core/steering/hws/cmd.c |  6 --
 .../ethernet/mellanox/mlx5/core/steering/hws/cmd.h |  3 -
 .../mellanox/mlx5/core/steering/hws/definer.c      |  6 +-
 .../mellanox/mlx5/core/steering/hws/pat_arg.c      |  3 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c     |  5 +-
 .../net/ethernet/stmicro/stmmac/dwmac-starfive.c   |  1 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c  |  1 +
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |  1 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  | 16 +++--
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |  5 +-
 drivers/net/ieee802154/ca8210.c                    | 78 +++++++++-------------
 drivers/net/tap.c                                  |  2 +-
 drivers/net/tun.c                                  |  2 +-
 include/linux/netdevice.h                          |  4 +-
 include/linux/stmmac.h                             |  3 +-
 net/core/dev.c                                     | 41 ++++--------
 net/core/dev.h                                     |  3 +-
 net/core/dev_api.c                                 | 19 +++++-
 net/core/dev_ioctl.c                               |  2 +-
 net/core/net-sysfs.c                               |  7 +-
 net/core/rtnetlink.c                               | 17 +++--
 tools/testing/selftests/drivers/net/ping.py        | 16 ++---
 .../tc-testing/tc-tests/actions/police.json        | 10 +--
 28 files changed, 140 insertions(+), 126 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.yf2uRES54s b/tmp/tmp.DuSiSrepLX
index 66b1c7693e20..0deb956139dd 100644
--- a/tmp/tmp.yf2uRES54s
+++ b/tmp/tmp.DuSiSrepLX
@@ -4,6 +4,10 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+sunrpc: don't immediately retransmit on seqno miss
+sunrpc: implement rfc2203 rpcsec_gss seqnum cache
+netpoll: Eliminate redundant assignment
+net: introduce per netns packet chains
 igc: Fix TX drops in XDP ZC
 net/mlx5e: TC, Don't offload CT commit if it's the last action
 net/mlx5e: CT: Filter legacy rules that are unrelated to nic
@@ -308,25 +312,6 @@ netconsole: allow selection of egress interface via MAC address
 net, treewide: define and use MAC_ADDR_STR_LEN
 net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI data
 r8169: switch away from deprecated pcim_iomap_table
-net: reorder dev_addr_sem lock
-Revert "net: replace dev_addr_sem with netdev instance lock"
-tc-tests: Update tc police action tests for tc buffer size rounding fixes.
-xfrm: Remove unnecessary NULL check in xfrm_lookup_with_ifid()
-net: stmmac: dwmac-rk: Provide FIFO sizes for DWMAC 1000
-selftests: drv-net: use defer in the ping test
-net/mlx5: HWS, log the unsupported mask in definer
-net/mlx5: HWS, use list_move() instead of del/add
-net/mlx5: HWS, remove unused code for alias flow tables
-net: lwtunnel: fix recursion loops
-net: axienet: Add support for 2500base-X only configuration.
-dt-bindings: net: xlnx,axi-ethernet: Modify descriptions and phy-mode value to support 2500base-X only configuration
-net: stmmac: deprecate "snps,en-tx-lpi-clockgating" property
-dt-bindings: deprecate "snps,en-tx-lpi-clockgating" property
-ARM: dts: stm32: remove "snps,en-tx-lpi-clockgating" property
-riscv: dts: starfive: remove "snps,en-tx-lpi-clockgating" property
-net: stmmac: stm32: use PHY capability for TX clock stop
-net: stmmac: starfive: use PHY capability for TX clock stop
-net: stmmac: allow platforms to use PHY tx clock stop capability
 MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
 Merge branch 'tcp-add-some-rto-min-and-delack-max-bpf_getsockopt-supports'
 selftests/bpf: Add bpf_getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN