summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sync.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-101-3/+10
* Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim2023-03-231-0/+2
* Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li2023-03-221-0/+2
* Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang2023-03-221-20/+44
* Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao2023-01-171-10/+3
* Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz2023-01-171-3/+3
* Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter2022-12-121-1/+1
* Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2022-12-121-0/+1
* Bluetooth: hci_sync: Fix not setting static addressLuiz Augusto von Dentz2022-12-121-0/+18
* Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2022-12-021-4/+6
* Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-2/+7
* Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz2022-09-301-0/+1
* Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi2022-09-281-7/+26
* Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang2022-09-141-1/+1
* Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-061-6/+6
* Bluetooth: Implement support for MeshBrian Gix2022-09-061-10/+77
* Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-251-2/+4
* Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-251-10/+14
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-0/+20
* Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-251-0/+73
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-251-8/+121
* Bluetooth: Rework le_scan_restart for hci_syncBrian Gix2022-08-251-0/+75
* Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix2022-08-251-0/+73
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-3/+3
|\
| * Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi2022-07-261-3/+3
* | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-1/+248
* | Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-221-1/+48
* | Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-221-0/+10
* | Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2022-07-211-2/+1
* | Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz2022-07-211-99/+126
* | Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2022-07-211-3/+0
* | Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2022-07-211-2/+2
* | Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu2022-07-211-2/+2
* | Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz2022-07-211-2/+5
* | Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz2022-07-211-0/+3
* | Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang2022-07-211-3/+2
* | Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-211-21/+45
|/
* Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-051-1/+0
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-3/+3
* Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
* Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-131-0/+1
* Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
* Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-1/+10
* Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas2022-03-181-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-26/+23
|\
| * Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz2022-03-031-26/+23
* | Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix2022-03-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-9/+21
|\|
| * Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2022-02-241-6/+15
| * Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz2022-02-241-1/+4