summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-12-12Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz-6/+16
2022-12-12Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz-23/+38
2022-12-12Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: hci_ll: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-1/+1
2022-12-12Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang-3/+3
2022-12-12Bluetooth: btintel: Fix missing free skb in btintel_setup_combined()Wang ShaoBo-2/+3
2022-12-12Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz-1/+1
2022-12-12Bluetooth: btintel: Fix existing sparce warningsLuiz Augusto von Dentz-8/+8
2022-12-12Bluetooth: btusb: Fix existing sparce warningLuiz Augusto von Dentz-1/+1
2022-12-12Bluetooth: btusb: Fix new sparce warningsLuiz Augusto von Dentz-12/+13
2022-12-12Bluetooth: btusb: Add a new PID/VID 13d3/3549 for RTL8822CUGongwei Li-0/+4
2022-12-12Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0cb8:0xc559Artem Lukyanov-0/+4
2022-12-12dt-bindings: net: realtek-bluetooth: Add RTL8723DSSamuel Holland-0/+1
2022-12-12Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922Andy Chi-0/+3
2022-12-12dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1Luca Weiss-0/+2
2022-12-12Bluetooth: hci_bcm4377: Fix missing pci_disable_device() on error in bcm4377_...Yang Yingliang-1/+1
2022-12-12Bluetooth: btusb: Add Realtek 8761BUV support ID 0x2B89:0x8761Raman Varabets-0/+2
2022-12-12Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boardsSven Peter-0/+2528
2022-12-12Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter-1/+14
2022-12-12Bluetooth: Add quirk to disable extended scanningSven Peter-1/+13
2022-12-12Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter-1/+2
2022-12-12arm64: dts: apple: t8103: Add Bluetooth controllerSven Peter-0/+28
2022-12-12dt-bindings: net: Add Broadcom BCM4377 family PCIe BluetoothSven Peter-0/+82
2022-12-12dt-bindings: net: Add generic Bluetooth controllerSven Peter-13/+35
2022-12-12Bluetooth: hci_bcm: Add CYW4373A0 supportMarek Vasut-1/+12
2022-12-12dt-bindings: net: broadcom-bluetooth: Add CYW4373A0 DT bindingMarek Vasut-0/+1
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul-4/+2
2022-12-12Bluetooth: btusb: Add more device IDs for WCN6855Shengyu Qu-0/+84
2022-12-12Bluetooth: Fix EALREADY and ELOOP cases in bt_status()Christophe JAILLET-2/+2
2022-12-12Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz-1/+12
2022-12-12Bluetooth: btusb: Default CONFIG_BT_HCIBTUSB_POLL_SYNC=yLuiz Augusto von Dentz-0/+1
2022-12-12Bluetooth: btusb: Add CONFIG_BT_HCIBTUSB_POLL_SYNCLuiz Augusto von Dentz-0/+13
2022-12-12virtio_bt: Fix alignment in configuration structIgor Skalkin-3/+21
2022-12-12Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland-1/+1
2022-12-12Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang-1/+1
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong-2/+1
2022-12-12Bluetooth: hci_qca: only assign wakeup with serial port supportZhengping Jiang-1/+2
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen-8/+4
2022-12-12Bluetooth: btusb: Ignore zero length of USB packets on ALT 6 for specific chipHilda Wu-2/+30
2022-12-12Bluetooth: btrtl: Add btrealtek data structHilda Wu-0/+24
2022-12-12Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin-2/+17
2022-12-12Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka-0/+1
2022-12-12Bluetooth: hci_sync: Fix not able to set force_static_addressLuiz Augusto von Dentz-1/+1
2022-12-12Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz-0/+18
2022-12-12Bluetooth: Work around SCO over USB HCI design defectNicolas Cavallari-2/+33
2022-12-12Bluetooth: btusb: Introduce generic USB resetArchie Pusaka-10/+26