summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sync.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter1-1/+1
2022-12-12Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka1-0/+1
2022-12-12Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz1-0/+18
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N1-4/+6
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas1-2/+7
2022-09-30Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz1-0/+1
2022-09-28Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi1-7/+26
2022-09-14Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang1-1/+1
2022-09-06Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz1-6/+6
2022-09-06Bluetooth: Implement support for MeshBrian Gix1-10/+77
2022-08-25Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang1-2/+4
2022-08-25Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz1-10/+14
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix1-0/+20
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix1-0/+73
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix1-8/+121
2022-08-25Bluetooth: Rework le_scan_restart for hci_syncBrian Gix1-0/+75
2022-08-25Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix1-0/+73
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi1-3/+3
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-1/+248
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-1/+48
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix1-0/+10
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz1-2/+1
2022-07-21Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz1-99/+126
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu1-3/+0
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu1-2/+2
2022-07-21Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu1-2/+2
2022-07-21Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz1-2/+5
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz1-0/+3
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang1-3/+2
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz1-21/+45
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk1-1/+0
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds1-3/+3
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz1-15/+43
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk1-0/+1
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz1-0/+31
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-1/+10
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas1-0/+16
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+23
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+21
2022-03-03Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz1-26/+23
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz1-6/+15
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz1-1/+4
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma1-2/+2
2022-01-27Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz1-0/+3
2022-01-10Bluetooth: hci_sync: Fix compilation warningLuiz Augusto von Dentz1-2/+2
2021-12-22Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz1-5/+5
2021-12-22Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz1-12/+12
2021-12-22Bluetooth: hci_sync: Wait for proper events when connecting LELuiz Augusto von Dentz1-4/+7