summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz10-47/+1
2024-06-12Bluetooth: qca: Fix error code in qca_read_fw_build_info()Dan Carpenter1-1/+3
2024-05-17Bluetooth: qca: fix firmware check error pathJohan Hovold1-1/+1
2024-05-17Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2-5/+21
2024-05-17Bluetooth: qca: fix info leak when fetching board idJohan Hovold1-0/+5
2024-05-17Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-05-17Bluetooth: qca: fix NVM configuration parsingJohan Hovold1-2/+22
2024-05-17Bluetooth: qca: add missing firmware sanity checksJohan Hovold1-6/+32
2024-05-17Bluetooth: qca: fix wcn3991 device address checkJohan Hovold1-1/+4
2024-05-17Bluetooth: qca: fix invalid device address checkJohan Hovold2-2/+38
2024-05-17Bluetooth: qca: add support for QCA2066Tim Jiang3-1/+83
2024-05-02Bluetooth: qca: fix NULL-deref on non-serdev setupJohan Hovold1-2/+4
2024-05-02Bluetooth: qca: fix NULL-deref on non-serdev suspendJohan Hovold1-0/+3
2024-05-02Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853WangYuli1-0/+2
2024-05-02Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()Bartosz Golaszewski1-5/+13
2024-05-02Bluetooth: btusb: mediatek: Fix double free of skb in coredumpSean Wang1-4/+3
2024-05-02Bluetooth: btusb: Fix triggering coredump implementation for QCAZijun Hu1-5/+4
2024-04-13Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz1-2/+2
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-0/+1
2024-04-13Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922Takashi Iwai2-0/+2
2024-04-13Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2024-04-10Bluetooth: qca: fix device-address endiannessJohan Hovold2-2/+16
2024-04-10Revert "Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DT"Johan Hovold1-12/+1
2024-04-03Bluetooth: btnxpuart: Fix btnxpuart_closeMarcel Ziswiler1-0/+3
2024-03-27Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz2-5/+9
2024-03-27Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov1-0/+1
2024-03-27Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov3-6/+19
2024-03-27Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski1-3/+3
2024-03-06Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold1-2/+1
2024-03-06Bluetooth: qca: Fix triggering coredump implementationZijun Hu1-5/+4
2024-03-06Bluetooth: hci_qca: Set BDA quirk bit if fwnode exists in DTJanaki Ramaiah Thota1-1/+12
2024-03-06Bluetooth: qca: Fix wrong event type for patch config commandZijun Hu1-1/+1
2024-02-05Bluetooth: qca: Set both WIDEBAND_SPEECH and LE_STATES quirks for QCA2066Zijun Hu1-0/+1
2024-01-26Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini1-8/+3
2024-01-26Bluetooth: btnxpuart: fix recv_buf() return valueFrancesco Dolcini1-4/+3
2024-01-01Bluetooth: Fix deadlock in vhci_send_frameYing Hsu1-4/+6
2023-11-28Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao1-0/+2
2023-11-28Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tablesMasum Reza1-0/+2
2023-11-28Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-11-08Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau1-0/+5
2023-10-14Bluetooth: btrtl: Ignore error return for hci_devcd_register()Max Chou1-7/+3
2023-10-11Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy1-0/+3
2023-09-20Bluetooth: btusb: add shutdown function for QCA6174Rocky Liao1-0/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+4
2023-08-24Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave()Jinjie Ruan1-1/+1
2023-08-24Bluetooth: btusb: Fix quirks table namingBastien Nocera1-2/+2
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-0/+6
2023-08-24Bluetooth: btintel: Send new command for PPAGLokendra Singh2-13/+19
2023-08-24Bluetooth: qca: add support for WCN7850Neil Armstrong3-1/+41
2023-08-24Bluetooth: qca: use switch case for soc type behaviorNeil Armstrong3-120/+236