Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-02-07--12-00 (v6.14-rc1-281-gd084c7ba9ffc)
   remotes/brancher/net-next-2025-02-07--15-00 (v6.14-rc1-298-g15fabbdbd53c)

==== BASE DIFF ====
 drivers/net/dsa/rzn1_a5psw.c                  |  8 +++-----
 drivers/net/dsa/sja1105/sja1105_mdio.c        |  6 +-----
 drivers/net/ethernet/actions/owl-emac.c       |  7 +------
 drivers/net/ethernet/ibm/emac/core.c          |  7 +------
 drivers/net/ethernet/mediatek/mtk_eth_soc.c   |  7 +------
 drivers/net/ethernet/mediatek/mtk_star_emac.c |  7 +------
 drivers/of/base.c                             | 27 +++++++++++++++++++++++++++
 include/linux/of.h                            |  9 +++++++++
 8 files changed, 44 insertions(+), 34 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.5eObzigeO0 b/tmp/tmp.Ulswf1o96w
index fe65af56a5bb..aa669b58d848 100644
--- a/tmp/tmp.5eObzigeO0
+++ b/tmp/tmp.Ulswf1o96w
@@ -3,6 +3,14 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: fec: Refactor MAC reset to function
+selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support
+netlink: support dumping IPv4 multicast addresses
+net: sxgbe: rework EEE handling based on PHY negotiation
+batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()
+batman-adv: Drop unmanaged ELP metric worker
+batman-adv: Ignore neighbor throughput metrics in error case
+batman-adv: fix panic during interface removal
 ptp: vmclock: Remove goto-based cleanup logic
 ptp: vmclock: Clean up miscdev and ptp clock through devres
 ptp: vmclock: Don't unregister misc device if it was not registered
@@ -11,6 +19,14 @@ ptp: vmclock: Add .owner to vmclock_miscdev_fops
 selftests: bonding: fix incorrect mac address
 bonding: fix incorrect MAC address setting to receive NS messages
 net: stmmac: Apply new page pool parameters when SPH is enabled
+net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.
+net: fib_rules: Add error_free label in fib_delrule().
+net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.
+net: fib_rules: Factorise fib_newrule() and fib_delrule().
+ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
+net: fib_rules: Split fib_nl2rule().
+net: fib_rules: Pass net to fib_nl2rule() instead of skb.
+net: fib_rules: Don't check net in rule_exists() and rule_find().
 tap: Use tun's vnet-related code
 tap: Keep hdr_len in tap_get_user()
 tun: Extract the vnet handling code
@@ -94,11 +110,4 @@ net: stmmac: split stmmac_init_eee() and move to phylink methods
 net: stmmac: dwmac4: ensure LPIATE is cleared
 net: stmmac: ensure LPI is disabled when disabling EEE
 net: stmmac: delete software timer before disabling LPI
-net: ibm: emac: Use of_get_available_child_by_name()
-net: ethernet: actions: Use of_get_available_child_by_name()
-net: ethernet: mtk_eth_soc: Use of_get_available_child_by_name()
-net: ethernet: mtk-star-emac: Use of_get_available_child_by_name()
-net: dsa: sja1105: Use of_get_available_child_by_name()
-net: dsa: rzn1_a5psw: Use of_get_available_child_by_name()
-of: base: Add of_get_available_child_by_name()
 net: phy: dp83td510: introduce LED framework support