Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-03-03--12-00 (v6.14-rc4-1124-g7f3ed8592ef3)
   remotes/brancher/net-next-2025-03-03--15-00 (v6.14-rc4-1151-g26cbf2fc2702)

==== BASE DIFF ====
 net/llc/llc_s_ac.c | 49 +++++++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 22 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.U9wY825yYD b/tmp/tmp.ZDNO1C112s
index d75cc79cfc37..a99e21e7786c 100644
--- a/tmp/tmp.U9wY825yYD
+++ b/tmp/tmp.ZDNO1C112s
@@ -3,6 +3,24 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+net/mlx5: Fill out devlink dev info only for PFs
+net: Prevent use after free in netif_napi_set_irq_locked()
+netpoll: guard __netpoll_send_skb() with RCU read lock
+net: phy: dp83869: fix status reporting for speed optimization
+Merge tag 'afs-next-20250303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
+net: phy: phy_caps: Allow getting an phy_interface's capabilities
+net: phylink: Convert capabilities to linkmodes using phy_caps
+net: phylink: Add a mapping between MAC_CAPS and LINK_CAPS
+net: phy: drop phy_settings and the associated lookup helpers
+net: phylink: Use phy_caps_lookup for fixed-link configuration
+net: phy: phy_device: Use link_capabilities lookup for PHY aneg config
+net: phy: phy_caps: Allow looking-up link caps based on speed and duplex
+net: phy: phy_caps: Implement link_capabilities lookup by linkmode
+net: phy: phy_caps: Introduce phy_caps_valid
+net: phy: phy_caps: Move __set_linkmode_max_speed to phy_caps
+net: phy: phy_caps: Move phy_speeds to phy_caps
+net: phy: Use an internal, searchable storage for the linkmodes
+net: ethtool: Export the link_mode_params definitions
 Merge tag 'crypto-krb5-20250303' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
 selftests: txtimestamp: ignore the old skb from ERRQUEUE
 net: ethernet: ti: cpsw_new: populate netdev of_node
@@ -152,11 +170,18 @@ net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for v4.7
 net: ipa: Fix QSB data for v4.7
 net: ipa: Fix v4.7 resource group names
 net: ti: icssg-prueth: Add ICSSG FW Stats
-llc: do not use skb_get() before dev_queue_xmit()
-xsk: fix __xsk_generic_xmit() error code when cq is full
 net: sfp: add quirk for FS SFP-10GM-T copper SFP+ module
 net: hsr: Add KUnit test for PRP
 net: hsr: Fix PRP duplicate detection
+afs: Simplify cell record handling
+afs: Fix afs_server ref accounting
+afs: Use the per-peer app data provided by rxrpc
+rxrpc: Allow the app to store private data on peer structs
+afs: Drop the net parameter from afs_unuse_cell()
+afs: Make afs_lookup_cell() take a trace note
+afs: Improve server refcount/active count tracing
+afs: Improve afs_volume tracing to display a debug ID
+afs: Change dynroot to create contents on demand
 crypto/krb5: Implement crypto self-testing
 crypto/krb5: Implement the Camellia enctypes from rfc6803
 crypto/krb5: Implement the AES enctypes from rfc8009
@@ -200,6 +225,7 @@ crypto: scatterwalk - add new functions for skipping data
 crypto: scatterwalk - move to next sg entry just in time
 hwrng: Kconfig - Fix indentation of HW_RANDOM_CN10K help text
 crypto: bpf - Add MODULE_DESCRIPTION for skcipher
+afs: Remove the "autocell" mount option
 crypto: ahash - Set default reqsize from ahash_alg
 crypto: ahash - Add virtual address support
 crypto: tcrypt - Restore multibuffer ahash tests