summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btmtkuart: fix recv_buf() return valueFrancesco Dolcini2024-01-251-8/+3
* Bluetooth: vhci: Fix race when opening vhci deviceArkadiusz Bokowy2023-10-251-0/+3
* Bluetooth: nokia: fix value check in nokia_bluetooth_serdev_probe()Yuanjun Gong2023-09-231-1/+5
* Bluetooth: btsdio: fix use after free bug in btsdio_remove due to race conditionZheng Wang2023-09-231-0/+1
* Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unf...Liu Jian2023-05-171-1/+0
* Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished ...Zheng Wang2023-04-051-0/+1
* Bluetooth: btqcomsmd: Fix command timeout after setting BD addressStephan Gerhold2023-04-051-1/+16
* Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-3/+3
* Bluetooth: hci_intel: Add check for platform_driver_registerJiasheng Jiang2022-08-251-1/+5
* Bluetooth: hci_serdev: call init_rwsem() before p->open()Pavel Skripkin2022-04-151-1/+2
* Bluetooth: hci_bcm: Check for error irqJiasheng Jiang2022-01-271-1/+6
* Bluetooth: bfusb: fix division by zero in send pathJohan Hovold2022-01-271-0/+3
* Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc.Tim Jiang2021-07-201-0/+5
* Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtlClaire Chang2021-03-071-0/+5
* Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the prob...Christophe JAILLET2021-03-041-8/+19
* Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede2021-01-121-6/+2
* Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2021-01-061-2/+6
* Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam2020-12-301-0/+3
* Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2020-10-292-0/+3
* Bluetooth: btrtl: Use kvmalloc for FW allocationsMaxim Mikityanskiy2020-10-011-9/+11
* Bluetooth: hci_serdev: Only unregister device if it was registeredNicolas Boichat2020-08-191-1/+2
* Bluetooth: hci_h5: Set HCI_UART_RESET_ON_INIT to correct flagsNicolas Boichat2020-08-191-1/+1
* Bluetooth: hci_bcm: fix freeing not-requested IRQMichał Mirosław2020-06-221-1/+4
* Bluetooth: btbcm: Add 2 missing models to subver tablesHans de Goede2020-06-221-0/+2
* Bluetooth: btusb: fix PM leak in error case of setupOliver Neukum2020-01-091-1/+2
* Bluetooth: hci_bcm: Handle specific unknown packets after firmware loadingJonathan Bakker2019-12-051-0/+22
* Bluetooth: Fix invalid-free in bcsp_close()Tomas Bortoli2019-12-011-0/+3
* Bluetooth: btrsi: fix bt tx timeout issueSanjay Kumar Konduri2019-11-201-1/+12
* Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi2019-11-201-0/+1
* Bluetooth: btrtl: Additional Realtek 8822CE Bluetooth devicesJian-Hong Pan2019-10-011-0/+3
* Bluetooth: btrtl: HCI reset on close for Realtek BT chipJian-Hong Pan2019-10-013-0/+27
* Revert "Bluetooth: btusb: driver to enable the usb-wakeup feature"Mario Limonciello2019-09-191-5/+0
* Bluetooth: btqca: Add a short delay before downloading the NVMMatthias Kaehlcke2019-09-101-0/+3
* Bluetooth: hci_uart: check for missing tty operationsVladis Dronov2019-08-047-0/+29
* Bluetooth: Add new 13d3:3501 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-261-0/+1
* Bluetooth: Add new 13d3:3491 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-261-0/+1
* Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli2019-07-261-0/+5
* Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Balakrishna Godavarthi2019-05-311-0/+2
* Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-05-081-0/+2
* Bluetooth: btusb: request wake pin with NOAUTOENBrian Norris2019-05-081-1/+1
* Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_p...Kefeng Wang2019-03-271-2/+1
* Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-03-271-7/+14
* Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()Myungho Jung2019-03-272-0/+8
* Bluetooth: btrtl: Restore old logic to assume firmware is already loadedKai-Heng Feng2019-03-101-3/+7
* Bluetooth: hci_bcm: Handle deferred probing for the clock supplyChen-Yu Tsai2019-02-121-0/+4
* Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029Raghuram Hegde2019-01-261-35/+37
* Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi2018-11-131-6/+9