summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: fix debugfs registrationJohan Hovold2023-06-141-1/+5
* Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if not setHans de Goede2023-05-241-3/+44
* Bluetooth: btintel: Add LE States quirk supportChethan T N2023-05-241-3/+2
* Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unf...Liu Jian2023-05-111-1/+0
* Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished ...Zheng Wang2023-03-301-0/+1
* Bluetooth: btqcomsmd: Fix command timeout after setting BD addressStephan Gerhold2023-03-301-1/+16
* Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CEMoises Cardona2023-03-101-0/+4
* Bluetooth: hci_qca: get wakeup status from serdev device handleZhengping Jiang2023-03-101-3/+4
* Bluetooth: hci_qca: Fix driver shutdown on closed serdevKrzysztof Kozlowski2023-01-241-0/+7
* Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-311-1/+1
* Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-311-1/+1
* Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-311-1/+1
* Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-311-1/+1
* Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-311-3/+3
* Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo2022-12-311-2/+3
* Bluetooth: btusb: Add debug message for CSR controllersIsmael Ferreras Morezuelas2022-12-141-0/+5
* Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster2022-11-101-1/+1
* Bluetooth: btintel: Mark Intel controller to support LE_STATES quirkKiran K2022-10-261-9/+8
* Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa2022-10-262-5/+12
* Bluetooth: btusb: mediatek: fix WMT failure during runtime suspendSean Wang2022-10-261-0/+14
* Bluetooth: hci_intel: Add check for platform_driver_registerJiasheng Jiang2022-08-171-1/+5
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu2022-08-111-0/+2
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu2022-08-111-0/+4
* Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma2022-08-111-0/+3
* Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson2022-08-111-0/+1
* Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2022-08-112-0/+3
* Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_eventSean Wang2022-07-121-1/+2
* Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt2022-06-061-2/+2
* Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interruptYake Yang2022-04-081-2/+2
* Bluetooth: hci_uart: add missing NULL check in h5_enqueuePavel Skripkin2022-04-081-3/+5
* Bluetooth: hci_serdev: call init_rwsem() before p->open()Pavel Skripkin2022-04-081-1/+2
* Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An2022-04-083-3/+15
* Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger2022-03-281-0/+2
* Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne2022-03-281-0/+2
* Bluetooth: btusb: Return error code when getting patch status failedMark Chen2022-01-271-0/+1
* Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESLuiz Augusto von Dentz2022-01-271-0/+2
* Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderTedd Ho-Jeong An2022-01-271-4/+22
* Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeMiaoqian Lin2022-01-271-3/+3
* Bluetooth: hci_bcm: Check for error irqJiasheng Jiang2022-01-271-1/+6
* Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish2022-01-271-0/+3
* Bluetooth: btusb: Handle download_firmware failure casesMark Chen2022-01-271-0/+4
* Bluetooth: btmtksdio: fix resume failureSean Wang2022-01-271-0/+2
* Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()Soenke Huster2022-01-271-0/+3
* Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2Aditya Garg2022-01-161-0/+12
* Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security chipAditya Garg2022-01-161-0/+39
* Bluetooth: bfusb: fix division by zero in send pathJohan Hovold2022-01-161-0/+3
* Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0Aaron Ma2022-01-161-0/+3