Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-01-20--21-00 (v6.13-rc7-1651-g0af8ccf1b904)
   remotes/brancher/net-next-2025-01-21--00-01 (v6.13-rc7-1652-gb0f4ce039d49)

==== BASE DIFF ====
 drivers/net/ethernet/ti/am65-cpsw-nuss.c | 429 +++++++++++++++++--------------
 include/net/addrconf.h                   |   5 +
 net/ipv6/addrconf.c                      | 253 +++++++++---------
 3 files changed, 366 insertions(+), 321 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.5QydcQ0JbG b/tmp/tmp.Xh42VOVRF6
index 273e1963ea36..81cbb2581aca 100644
--- a/tmp/tmp.5QydcQ0JbG
+++ b/tmp/tmp.Xh42VOVRF6
@@ -3,6 +3,7 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: davicom: fix UAF in dm9000_drv_remove
 net: airoha: Fix wrong GDM4 register definition
 net: phy: dp83822: Add support for changing the transmit amplitude voltage
 net: phy: Add helper for getting tx amplitude gain
@@ -13,15 +14,10 @@ net: phylink: fix regression when binding a PHY
 net: fec: implement TSO descriptor cleanup
 net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpios
 net: hns3: fix oops when unload drivers paralleling
-net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanup
-net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
-net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
 NFC: nci: Add bounds checking in nci_hci_create_pipe()
 selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support
 netlink: support dumping IPv4 multicast addresses
 net/ncsi: wait for the last response to Deselect Package before configuring channel
-net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
-seg6: inherit inner IPv4 TTL on ip4ip6 encapsulation
 net: homa: create Makefile and Kconfig
 net: homa: create homa_plumbing.c and homa_utils.c
 net: homa: create homa_timer.c
@@ -35,15 +31,4 @@ net: homa: create shared Homa header files
 net: homa: create homa_wire.h
 net: homa: define user-visible API for Homa
 net/rose: prevent integer overflows in rose_setsockopt()
-ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
-ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
-ipv6: Move lifetime validation to inet6_rtm_newaddr().
-ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().
-ipv6: Pass dev to inet6_addr_add().
-ipv6: Convert inet6_ioctl() to per-netns RTNL.
-ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().
-ipv6: Hold rtnl_net_lock() in addrconf_dad_work().
-ipv6: Hold rtnl_net_lock() in addrconf_verify_work().
-ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.
-ipv6: Add __in6_dev_get_rtnl_net().
 net: sched: fix ets qdisc OOB Indexing