summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1313-53/+2829
|\
| * Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| * Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| * Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo2022-12-121-2/+3
| * Bluetooth: btintel: Fix existing sparce warningsLuiz Augusto von Dentz2022-12-121-8/+8
| * Bluetooth: btusb: Fix existing sparce warningLuiz Augusto von Dentz2022-12-121-1/+1
| * Bluetooth: btusb: Fix new sparce warningsLuiz Augusto von Dentz2022-12-121-12/+13
| * Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CUGongwei Li2022-12-121-0/+4
| * Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559Artem Lukyanov2022-12-121-0/+4
| * Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922Andy Chi2022-12-121-0/+3
| * Bluetooth: hci_bcm4377: Fix missing pci_disable_device() on error in bcm4377_...Yang Yingliang2022-12-121-1/+1
| * Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761Raman Varabets2022-12-121-0/+2
| * Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boardsSven Peter2022-12-123-0/+2527
| * Bluetooth: hci_bcm: Add CYW4373A0 supportMarek Vasut2022-12-121-1/+12
| * Bluetooth: btusb: Add more device IDs for WCN6855Shengyu Qu2022-12-121-0/+84
| * Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=yLuiz Augusto von Dentz2022-12-121-0/+1
| * Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNCLuiz Augusto von Dentz2022-12-122-0/+13
| * virtio_bt: Fix alignment in configuration structIgor Skalkin2022-12-121-3/+13
| * Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang2022-12-121-1/+2
| * Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chipHilda Wu2022-12-122-2/+30
| * Bluetooth: btrtl: Add btrealtek data structHilda Wu2022-12-122-0/+24
| * Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin2022-12-121-2/+17
| * Bluetooth: Work around SCO over USB HCI design defectNicolas Cavallari2022-12-121-2/+33
| * Bluetooth: btusb: Introduce generic USB resetArchie Pusaka2022-12-121-10/+25
| * btusb: Avoid reset of ISOC endpoint alt settings to zeroChethan Tumkur Narayan2022-12-121-2/+3
* | Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-121-2/+8
|\ \ | |/ |/|
| * Bluetooth: hci_qca: Fix the teardown problem for realThomas Gleixner2022-11-241-2/+8
* | Bluetooth: btusb: Add debug message for CSR controllersIsmael Ferreras Morezuelas2022-12-021-0/+5
* | Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-0/+1
* | Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster2022-11-021-1/+1
|/
* Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failureTetsuo Handa2022-09-192-5/+12
* Bluetooth: btusb: Add a new VID/PID 0e8d/0608 for MT7921Daniel Golle2022-09-141-0/+3
* Bluetooth: btusb: Add a new PID/VID 13d3/3583 for MT7921Sean Wang2022-09-141-0/+3
* Bluetooth: btintel: Mark Intel controller to support LE_STATES quirkKiran K2022-09-091-9/+8
* Bluetooth: btintel: Add support for MagnetorKiran K2022-09-091-0/+3
* Bluetooth: btusb: Add a new PID/VID 13d3/3578 for MT7921Chris Lu2022-09-091-0/+3
* Bluetooth: btusb: mediatek: fix WMT failure during runtime suspendSean Wang2022-09-011-0/+14
* Bluetooth: btusb: Add BT device 0cb8:c549 from RTW8852AE to tablesLarry Finger2022-08-311-0/+2
* Bluetooth: btusb: Add RTL8761BUV device (Edimax BT-8500)Szabolcs Sipos2022-08-311-0/+2
* Bluetooth: btusb: RTL8761BUV consistent namingSzabolcs Sipos2022-08-311-5/+1
* Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3592Max Chou2022-08-311-0/+2
* Bluetooth: Add VID/PID 0489/e0e0 for MediaTek MT7921Fae2022-08-251-0/+3
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-045-72/+5
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_390.RULEThomas Gleixner2022-06-105-72/+5
* | Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2022-07-221-0/+10
* | Bluetooth: btusb: Add support for ISO packetsLuiz Augusto von Dentz2022-07-221-0/+14