All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: pull request: bluetooth-next 2023-08-24
Date: Thu, 24 Aug 2023 13:14:58 -0700	[thread overview]
Message-ID: <20230824201458.2577-1-luiz.dentz@gmail.com> (raw)

The following changes since commit 59da9885767a75df697c84c06aaf2296e10d85a4:

  net: dsa: use capital "OR" for multiple licenses in SPDX (2023-08-24 12:02:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-08-24

for you to fetch changes up to 2a05334d7f91ff189692089c05fc48cc1d8204de:

  Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() (2023-08-24 12:24:37 -0700)

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

 - Introduce HCI_QUIRK_BROKEN_LE_CODED
 - Add support for PA/BIG sync
 - Add support for NXP IW624 chipset
 - Add support for Qualcomm WCN7850

----------------------------------------------------------------
Bastien Nocera (1):
      Bluetooth: btusb: Fix quirks table naming

Claudia Draghicescu (1):
      Bluetooth: ISO: Add support for periodic adv reports processing

Iulia Tanasescu (1):
      Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync

Jinjie Ruan (1):
      Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()

Lokendra Singh (1):
      Bluetooth: btintel: Send new command for PPAG

Luiz Augusto von Dentz (4):
      Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync
      Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL
      Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH
      Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED

Neeraj Sanjay Kale (3):
      Bluetooth: btnxpuart: Remove check for CTS low after FW download
      Bluetooth: btnxpuart: Add support for IW624 chipset
      Bluetooth: btnxpuart: Improve inband Independent Reset handling

Neil Armstrong (3):
      dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset
      Bluetooth: qca: use switch case for soc type behavior
      Bluetooth: qca: add support for WCN7850

Pauli Virtanen (1):
      Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early

 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  23 ++
 drivers/bluetooth/btintel.c                        |  31 ++-
 drivers/bluetooth/btintel.h                        |   7 +-
 drivers/bluetooth/btnxpuart.c                      | 216 ++++++++++-------
 drivers/bluetooth/btqca.c                          |  97 +++++---
 drivers/bluetooth/btqca.h                          |  37 +--
 drivers/bluetooth/btusb.c                          |   6 +-
 drivers/bluetooth/hci_qca.c                        | 264 ++++++++++++++++-----
 include/net/bluetooth/hci.h                        |  21 ++
 include/net/bluetooth/hci_core.h                   |  40 +++-
 net/bluetooth/eir.c                                |   2 +-
 net/bluetooth/hci_conn.c                           |  48 +++-
 net/bluetooth/hci_event.c                          |  64 ++++-
 net/bluetooth/hci_sync.c                           |  75 ++++--
 net/bluetooth/iso.c                                | 188 ++++++++++++---
 net/bluetooth/mgmt.c                               |   6 +-
 16 files changed, 818 insertions(+), 307 deletions(-)

             reply	other threads:[~2023-08-24 20:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 20:14 Luiz Augusto von Dentz [this message]
2023-08-26  1:40 ` pull request: bluetooth-next 2023-08-24 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230824201458.2577-1-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.