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

==== BASE DIFF ====
 Documentation/networking/netconsole.rst            |  6 ++-
 drivers/net/ethernet/cadence/macb.h                |  2 +-
 drivers/net/ethernet/realtek/r8169_main.c          |  9 ++--
 .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c    |  4 +-
 drivers/net/netconsole.c                           |  2 +-
 drivers/nvmem/brcm_nvram.c                         |  2 +-
 drivers/nvmem/layouts/u-boot-env.c                 |  2 +-
 include/linux/if_ether.h                           |  3 ++
 include/linux/netpoll.h                            |  6 +++
 include/net/bluetooth/hci.h                        |  2 +-
 lib/net_utils.c                                    |  4 +-
 net/bluetooth/6lowpan.c                            |  7 ++-
 net/core/netpoll.c                                 | 51 +++++++++++++++++-----
 net/mac80211/debugfs_sta.c                         |  7 +--
 14 files changed, 76 insertions(+), 31 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.rQnWrv2vod b/tmp/tmp.QYlawDlMQg
index 0deb956139dd..57c7f6a55962 100644
--- a/tmp/tmp.rQnWrv2vod
+++ b/tmp/tmp.QYlawDlMQg
@@ -4,6 +4,11 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
+netfilter: x_tables: Remove unnecessary strscpy() size arguments
+net/mlx5e: Always select CONFIG_PAGE_POOL_STATS
+net/mlx5e: Use right API to free bitmap memory
+net/mlx5: Remove NULL check before dev_{put, hold}
+net: phylink: Remove unused function pointer from phylink structure
 sunrpc: don't immediately retransmit on seqno miss
 sunrpc: implement rfc2203 rpcsec_gss seqnum cache
 netpoll: Eliminate redundant assignment
@@ -237,7 +242,6 @@ netconsole: append release to sysdata
 netconsole: add 'sysdata' suffix to related functions
 netconsole: implement configfs for release_enabled
 netconsole: introduce 'release' as a new sysdata field
-Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
 net: mdio: mdio-i2c: Add support for single-byte SMBus operations
 net: phy: sfp: Add support for SMBus module access
 net: airoha: fix CONFIG_DEBUG_FS check
@@ -290,7 +294,6 @@ mptcp: pm: use pm variable instead of msk->pm
 mptcp: pm: in-kernel: use kmemdup helper
 mptcp: pm: split netlink and in-kernel init
 net: vlan: don't propagate flags on open
-net: don't relock netdev when on qdisc_create replay
 xsk: fix an integer overflow in xp_create_and_assign_umem()
 net: fix NULL pointer dereference in l3mdev_l3_rcv
 ptp: ocp: reject unsupported periodic output flags
@@ -306,17 +309,9 @@ net: phy: marvell: Align set_loopback() implementation
 net: phy: micrel: Add loopback support
 net: phy: Support speed selection for PHY loopback
 net: phy: Allow loopback speed selection for PHY drivers
-wireguard: Add __nonstring annotations for unterminated strings
-net: macb: Add __nonstring annotations for unterminated strings
-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
 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
 tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAX
 tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MIN
 tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flags
-Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
-Bluetooth: Fix error code in chan_alloc_skb_cb()