aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sync.c
AgeCommit message (Expand)Author
2023-10-10Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz
2023-10-10Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-19Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-05-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2023-03-30Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li
2023-03-30Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim
2023-03-30Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang
2023-02-01Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka
2023-02-01Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()Zhengchao Shao
2023-01-24Bluetooth: hci_sync: Fix use HCI_OP_LE_READ_BUFFER_SIZE_V2Luiz Augusto von Dentz
2022-12-31Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N
2022-12-02Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas
2022-09-30Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz
2022-09-28Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi
2022-09-14Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang
2022-09-06Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz
2022-09-06Bluetooth: Implement support for MeshBrian Gix
2022-08-25Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang
2022-08-25Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix
2022-08-25Bluetooth: Rework le_scan_restart for hci_syncBrian Gix
2022-08-25Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu
2022-07-21Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu
2022-07-21Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu
2022-07-21Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas