mbox series

[GIT,PULL] bluetooth 2025-04-25

Message ID 20250425192355.1578678-1-luiz.dentz@gmail.com
State New
Headers show
Series [GIT,PULL] bluetooth 2025-04-25 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-25

Message

Luiz Augusto von Dentz April 25, 2025, 7:23 p.m. UTC
The following changes since commit 49ba1ca2e0cc6d2eb0667172f1144c8b85907971:

  Merge branch 'mlx5-misc-fixes-2025-04-23' (2025-04-24 18:20:00 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git tags/for-net-2025-04-25

for you to fetch changes up to 3908feb1bd7f319a10e18d84369a48163264cc7d:

  Bluetooth: L2CAP: copy RX timestamp to new fragments (2025-04-25 15:03:19 -0400)

----------------------------------------------------------------
bluetooth pull request for net:

 - btmtksdio: Check function enabled before doing close
 - btmtksdio: Do close if SDIO card removed without close
 - btusb: avoid NULL pointer dereference in skb_dequeue()
 - btintel_pcie: Avoid redundant buffer allocation
 - btintel_pcie: Add additional to checks to clear TX/RX paths
 - hci_conn: Fix not setting conn_timeout for Broadcast Receiver
 - hci_conn: Fix not setting timeout for BIG Create Sync

----------------------------------------------------------------
Chris Lu (2):
      Bluetooth: btmtksdio: Check function enabled before doing close
      Bluetooth: btmtksdio: Do close if SDIO card removed without close

En-Wei Wu (1):
      Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()

Kiran K (2):
      Bluetooth: btintel_pcie: Avoid redundant buffer allocation
      Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths

Luiz Augusto von Dentz (2):
      Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver
      Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync

Pauli Virtanen (1):
      Bluetooth: L2CAP: copy RX timestamp to new fragments

 drivers/bluetooth/btintel_pcie.c |  57 ++++++------
 drivers/bluetooth/btmtksdio.c    |  12 ++-
 drivers/bluetooth/btusb.c        | 101 ++++++++++++++++------
 include/net/bluetooth/hci.h      |   4 +-
 include/net/bluetooth/hci_core.h |  20 ++---
 include/net/bluetooth/hci_sync.h |   3 +
 net/bluetooth/hci_conn.c         | 181 ++-------------------------------------
 net/bluetooth/hci_event.c        |  15 +---
 net/bluetooth/hci_sync.c         | 150 ++++++++++++++++++++++++++++++--
 net/bluetooth/iso.c              |  26 +++---
 net/bluetooth/l2cap_core.c       |   3 +
 11 files changed, 300 insertions(+), 272 deletions(-)