summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz10 days1-5/+6
* Bluetooth: Support new quirks for ATS2851Danil Pylaev2024-11-141-1/+8
* Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim2024-10-301-7/+11
* Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2024-10-231-3/+9
* Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCELLuiz Augusto von Dentz2024-09-101-1/+4
* Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-08-301-2/+40
* Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov2024-08-071-0/+14
* Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz2024-07-261-0/+21
* Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz2024-07-151-3/+11
* Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2024-07-151-5/+48
* Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-151-3/+2
* Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-151-5/+5
* Bluetooth: hci_core: cleanup struct hci_devDmitry Antipov2024-07-151-1/+0
* Bluetooth: hci_core, hci_sync: cleanup struct discovery_stateDmitry Antipov2024-07-151-2/+0
* Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz2024-07-151-0/+18
* Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-0/+13
* Bluetooth: hci_sync: Fix not using correct handleLuiz Augusto von Dentz2024-06-101-1/+1
* Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-141-9/+8
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-108/+4
* Bluetooth: hci_sync: Use cmd->num_cis instead of magic numberGustavo A. R. Silva2024-05-141-1/+1
* Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-141-50/+34
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-3/+6
* Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3
* Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-03-291-1/+4
* Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-1/+4
* Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz2024-03-081-0/+3
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-061-3/+18
* Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz2024-03-061-11/+55
* Bluetooth: hci_sync: Use address filtering when HCI_PA_SYNC is setLuiz Augusto von Dentz2024-03-061-10/+35
* Bluetooth: hci_sync: Fix UAF on create_le_conn_completeLuiz Augusto von Dentz2024-03-061-0/+3
* Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2024-03-061-9/+4
* Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz2024-03-061-9/+65
* Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz2024-03-061-8/+124
* Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz2024-03-061-6/+10
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-061-1/+1
* Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler2024-03-061-0/+70
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-061-9/+11
* Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler2024-03-061-5/+11
* Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz2024-02-281-1/+4
* Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler2024-02-281-1/+1
* Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang2023-12-221-4/+6
* Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz2023-12-221-89/+7
* Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-10-231-2/+2
* Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu2023-10-231-2/+2
* Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-231-16/+12
* Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen2023-10-111-14/+12
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-201-0/+1
* Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz2023-09-201-9/+4
* Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-08-241-1/+4
* Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-0/+15