Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-01-20--09-00 (v6.13-rc7-1650-gb57ac85454db)
   remotes/brancher/net-next-2025-01-20--12-00 (v6.13-rc7-1647-g983e6e7dfcb8)

==== BASE DIFF ====
 drivers/net/dsa/mv88e6xxx/pcs-639x.c     |  3 +-
 drivers/net/dsa/mv88e6xxx/port.c         |  3 +-
 drivers/net/dsa/realtek/rtl8366rb.c      |  7 ++--
 drivers/net/ethernet/ti/am65-cpsw-nuss.c |  2 +-
 include/net/pkt_cls.h                    | 13 ++++++--
 include/net/sch_generic.h                |  5 ++-
 net/appletalk/aarp.c                     | 45 ++++---------------------
 net/core/dev.c                           | 15 +++++----
 net/sched/cls_api.c                      | 57 +++++++++++++-------------------
 net/sched/cls_bpf.c                      |  2 ++
 net/sched/cls_flower.c                   |  2 ++
 net/sched/cls_matchall.c                 |  2 ++
 net/sched/cls_u32.c                      |  4 +++
 13 files changed, 71 insertions(+), 89 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.5EOs3hbg2m b/tmp/tmp.1dpVL18Eyd
index 95e1a9239c19..d57dd04d7305 100644
--- a/tmp/tmp.5EOs3hbg2m
+++ b/tmp/tmp.1dpVL18Eyd
@@ -3,6 +3,8 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net: phylink: fix regression when binding a PHY
+net: phy: Handle both led@0 and led subnode name for single-LED PHYs
 net: fec: implement TSO descriptor cleanup
 hamradio: baycom: replace strcpy() with strscpy()
 netfilter: flowtable: add CLOSING state
@@ -46,14 +48,8 @@ net: phylink: always do a major config when attaching a SFP PHY
 selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support
 netlink: support dumping IPv4 multicast addresses
 net: stmmac: Drop redundant skb_mark_for_recycle() for SKB frags
-net: appletalk: Drop aarp_send_probe_phase1()
 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
-net: ethernet: ti: am65-cpsw: fix freeing IRQ in am65_cpsw_nuss_remove_tx_chns()
-virtio_net: Use persistent NAPI config
-virtio_net: Map NAPIs to queues
-virtio_net: Prepare for NAPI to queue mapping
-net: protect queue -> napi linking with netdev_lock()
 af_unix: Use consume_skb() in connect() and sendmsg().
 af_unix: Reuse out_pipe label in unix_stream_sendmsg().
 af_unix: Set drop reason in unix_dgram_disconnected().
@@ -64,8 +60,6 @@ af_unix: Set drop reason in unix_sock_destructor().
 af_unix: Set drop reason in unix_release_sock().
 net: dropreason: Gather SOCKET_ drop reasons.
 seg6: inherit inner IPv4 TTL on ip4ip6 encapsulation
-selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()
-dsa: Use str_enable_disable-like helpers
 net: homa: create Makefile and Kconfig
 net: homa: create homa_plumbing.c and homa_utils.c
 net: homa: create homa_timer.c
@@ -79,7 +73,6 @@ 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()
-net: sched: refine software bypass handling in tc_run
 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().