Single branch specified, using that and the previous one:
   remotes/brancher/net-next-2025-03-25--21-00 (v6.14-rc7-2031-gd251956b1242)
   remotes/brancher/net-next-2025-03-26--00-00 (v6.14-rc7-2022-gd3c4527be229)

==== BASE DIFF ====
 .../bindings/net/bluetooth/nxp,88w8987-bt.yaml     |  18 +-
 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |   2 +
 Documentation/networking/timestamping.rst          |   8 +
 drivers/bluetooth/bfusb.c                          |   3 +-
 drivers/bluetooth/btintel.c                        | 341 ++++++++++++
 drivers/bluetooth/btintel.h                        |  24 +
 drivers/bluetooth/btintel_pcie.c                   | 582 ++++++++++++++++++++-
 drivers/bluetooth/btintel_pcie.h                   |  93 ++++
 drivers/bluetooth/btmtk.c                          |  10 -
 drivers/bluetooth/btmtksdio.c                      |   3 +-
 drivers/bluetooth/btnxpuart.c                      | 407 +++++++++++---
 drivers/bluetooth/btqca.c                          |  27 +-
 drivers/bluetooth/btqca.h                          |   4 +
 drivers/bluetooth/btusb.c                          |  36 +-
 drivers/bluetooth/hci_ldisc.c                      |  19 +-
 drivers/bluetooth/hci_qca.c                        |  27 +-
 drivers/bluetooth/hci_uart.h                       |   1 +
 drivers/bluetooth/hci_vhci.c                       |   5 +-
 drivers/net/ethernet/wangxun/libwx/wx_lib.c        |  65 ++-
 drivers/net/usb/ax88172a.c                         |  12 +-
 include/linux/phy.h                                |   1 +
 include/linux/skbuff.h                             |   7 +-
 include/net/bluetooth/bluetooth.h                  |   1 +
 include/net/bluetooth/hci.h                        |  34 ++
 include/net/bluetooth/hci_core.h                   |  27 +-
 include/net/bluetooth/l2cap.h                      |   7 +-
 include/net/bluetooth/mgmt.h                       |   1 +
 include/uapi/linux/errqueue.h                      |   1 +
 include/uapi/linux/net_tstamp.h                    |   6 +-
 net/bluetooth/6lowpan.c                            |   2 +-
 net/bluetooth/coredump.c                           |  28 +-
 net/bluetooth/hci_conn.c                           | 122 +++++
 net/bluetooth/hci_core.c                           |  77 +--
 net/bluetooth/hci_event.c                          |  32 +-
 net/bluetooth/hci_sync.c                           |  32 +-
 net/bluetooth/iso.c                                |  24 +-
 net/bluetooth/l2cap_core.c                         |  45 +-
 net/bluetooth/l2cap_sock.c                         |  15 +-
 net/bluetooth/mgmt.c                               |  52 +-
 net/bluetooth/mgmt_util.c                          |  17 -
 net/bluetooth/mgmt_util.h                          |   4 -
 net/bluetooth/sco.c                                |  19 +-
 net/bluetooth/smp.c                                |   4 +-
 net/core/skbuff.c                                  |   2 +
 net/ethtool/common.c                               |   1 +
 net/socket.c                                       |   3 +
 46 files changed, 1949 insertions(+), 302 deletions(-)


==== COMMIT DIFF ====
diff --git a/tmp/tmp.HOGrZpxCc4 b/tmp/tmp.aKDGnqe2Pb
index 96a863d15e00..3459cbf19da2 100644
--- a/tmp/tmp.HOGrZpxCc4
+++ b/tmp/tmp.aKDGnqe2Pb
@@ -4,79 +4,11 @@ selftests: net: enable profiling
 tc_action dbg
 profile patch
 forwarding: set timeout to 3 hours
-Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
 net: move replay logic to tc_modify_qdisc
-mac802154_hwsim: define perm_extended_addr initialization
 net: mana: Switch to page pool for jumbo frames
 tcp: Support skb PAWS drop reason when TIME-WAIT
 rndis_host: Flag RNDIS modems as WWAN devices
 mctp: Fix incorrect tx flow invalidation condition in mctp-i2c
 xsk: Bring back busy polling support in XDP_COPY
 net: atm: use sysfs_emit()/sysfs_emit_at() instead of scnprintf().
-net: usb: asix: ax88772: Increase phy_name size
-net: phy: Introduce PHY_ID_SIZE — minimum size for PHY ID string
-net: phy: air_en8811h: Add clk provider for CKO pin
-net: ethtool: pse-pd: Use per-PHY DUMP operations
-net: ethtool: plca: Use per-PHY DUMP operations
-net: ethtool: phy: Convert the PHY_GET command to generic phy dump
-net: ethtool: netlink: Introduce per-phy DUMP helpers
-net: ethtool: netlink: Introduce command-specific dump_one_dev
-net: ethtool: netlink: Rename ethnl_default_dump_one
-net: ethtool: netlink: Allow per-netdevice DUMP operations
-net: ethtool: Set the req_info->dev on DUMP requests for each dev
-net: libwx: fix Tx L4 checksum
-net: libwx: fix Tx descriptor content for some tunnel packets
 net/mlx5e: SHAMPO, Make reserved size independent of page size
-Bluetooth: MGMT: Add LL Privacy Setting
-Bluetooth: hci_event: Fix handling of HCI_EV_LE_DIRECT_ADV_REPORT
-Bluetooth: btnxpuart: Fix kernel panic during FW release
-Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7
-Bluetooth: btnxpuart: Add correct bootloader error codes
-t blameBluetooth: btintel: Fix leading white space
-Bluetooth: btintel: Add support to configure TX power
-Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
-Bluetooth: btmtk: Remove the resetting step before downloading the fw
-Bluetooth: SCO: add TX timestamping
-Bluetooth: L2CAP: add TX timestamping
-Bluetooth: ISO: add TX timestamping
-Bluetooth: add support for skb TX SND/COMPLETION timestamping
-net-timestamp: COMPLETION timestamp on packet tx completion
-HCI: coredump: Log devcd dumps into the monitor
-Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
-Bluetooth: hci_vhci: Mark Sync Flow Control as supported
-Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
-Bluetooth: btintel_pci: Fix build warning
-Bluetooth: btintel_pcie: Trigger device coredump on hardware exception
-Bluetooth: btnxpuart: Add support to set BD address
-dt-bindings: net: bluetooth: nxp: Add support to set BD address
-Bluetooth: btnxpuart: Add support for HCI coredump feature
-Bluetooth: btnxpuart: Move vendor specific initialization to .post_init
-Bluetooth: btintel_pcie: Add support for device coredump
-Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers
-Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken
-Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
-Bluetooth: Add quirk for broken READ_VOICE_SETTING
-Bluetooth: btintel_pcie: Read hardware exception data
-Bluetooth: btintel_pcie: Setup buffers for firmware traces
-Bluetooth: qca: add WCN3950 support
-Bluetooth: qca: simplify WCN399x NVM loading
-dt-bindings: net: bluetooth: qualcomm: document WCN3950
-dt-bindings: net: bluetooth: nxp: Add wakeup pin properties
-bluetooth: btnxpuart: Support for controller wakeup gpio config
-Bluetooth: hci_qca: use the power sequencer for wcn6750
-Bluetooth: btusb: Add 2 HWIDs for MT7922
-Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()
-Bluetooth: SMP: convert timeouts to secs_to_jiffies()
-Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
-Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
-Bluetooth: hci_uart: Fix another race during initialization
-Bluetooth: hci_uart: fix race during initialization
-Bluetooth: btintel: Add DSBR support for ScP
-Bluetooth: Fix code style warning
-Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete
-Bluetooth: MGMT: Remove unused mgmt_pending_find_data
-Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x
-Bluetooth: btintel_pcie: Add device id of Whale Peak
-Bluetooth: btintel: Add support for Intel Scorpius Peak
-Bluetooth: btusb: Add new VID/PID for WCN785x
-Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout