summaryrefslogtreecommitdiff
path: root/drivers/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2023-01-24Bluetooth: hci_qca: Fix driver shutdown on closed serdevKrzysztof Kozlowski1-0/+7
2022-12-31Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-31Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+3
2022-12-31Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo1-2/+3
2022-12-14Bluetooth: btusb: Add debug message for CSR controllersIsmael Ferreras Morezuelas1-0/+5
2022-11-10Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster1-1/+1
2022-10-26Bluetooth: btintel: Mark Intel controller to support LE_STATES quirkKiran K1-9/+8
2022-10-26Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa2-5/+12
2022-10-26Bluetooth: btusb: mediatek: fix WMT failure during runtime suspendSean Wang1-0/+14
2022-08-17Bluetooth: hci_intel: Add check for platform_driver_registerJiasheng Jiang1-1/+5
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu1-0/+4
2022-08-11Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma1-0/+3
2022-08-11Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson1-0/+1
2022-08-11Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2-0/+3
2022-07-12Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_eventSean Wang1-1/+2
2022-06-06Bluetooth: hci_qca: Use del_timer_sync() before freeingSteven Rostedt1-2/+2
2022-04-08Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interruptYake Yang1-2/+2
2022-04-08Bluetooth: hci_uart: add missing NULL check in h5_enqueuePavel Skripkin1-3/+5
2022-04-08Bluetooth: hci_serdev: call init_rwsem() before p->open()Pavel Skripkin1-1/+2
2022-04-08Bluetooth: btintel: Fix WBS setting for Intel legacy ROM productsTedd Ho-Jeong An3-3/+15
2022-03-28Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger1-0/+2
2022-03-28Bluetooth: btusb: Add another Realtek 8761BUHelmut Grohne1-0/+2
2022-01-27Bluetooth: btusb: Return error code when getting patch status failedMark Chen1-0/+1
2022-01-27Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATESLuiz Augusto von Dentz1-0/+2
2022-01-27Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloaderTedd Ho-Jeong An1-4/+22
2022-01-27Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probeMiaoqian Lin1-3/+3
2022-01-27Bluetooth: hci_bcm: Check for error irqJiasheng Jiang1-1/+6
2022-01-27Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish1-0/+3
2022-01-27Bluetooth: btusb: Handle download_firmware failure casesMark Chen1-0/+4
2022-01-27Bluetooth: btmtksdio: fix resume failureSean Wang1-0/+2
2022-01-27Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()Soenke Huster1-0/+3
2022-01-16Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2Aditya Garg1-0/+12
2022-01-16Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security chipAditya Garg1-0/+39
2022-01-16Bluetooth: bfusb: fix division by zero in send pathJohan Hovold1-0/+3
2022-01-16Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0Aaron Ma1-0/+3
2022-01-16Bluetooth: btintel: Fix broken LED quirk for legacy ROM devicesTedd Ho-Jeong An3-13/+22
2022-01-16Bluetooth: btusb: Add support for Foxconn MT7922AAaron Ma1-0/+8
2022-01-16Bluetooth: btusb: Add two more Bluetooth parts for WCN6855Zijun Hu1-0/+6
2022-01-16Bluetooth: btusb: Add one more Bluetooth part for WCN6855Zijun Hu1-0/+3
2022-01-16Bluetooth: btusb: Add the new support IDs for WCN6855tjiang@codeaurora.org1-0/+6
2022-01-16Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AELarry Finger1-0/+2
2022-01-16Bluetooth: btusb: enable Mediatek to support AOSP extensionmark-yw.chen1-0/+1
2022-01-16Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()Mark-YW.Chen1-0/+5