summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma2022-02-241-2/+2
* | Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setLuiz Augusto von Dentz2022-01-271-0/+3
* | Bluetooth: hci_sync: Fix compilation warningLuiz Augusto von Dentz2022-01-101-2/+2
|/
* Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz2021-12-221-5/+5
* Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz2021-12-221-12/+12
* Bluetooth: hci_sync: Wait for proper events when connecting LELuiz Augusto von Dentz2021-12-221-4/+7
* Bluetooth: hci_sync: Add support for waiting specific LE subeventsLuiz Augusto von Dentz2021-12-221-1/+1
* Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-221-0/+277
* Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-221-1/+26
* Bluetooth: hci_sync: Fix not always pausing advertising when necessaryLuiz Augusto von Dentz2021-12-211-4/+2
* Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz2021-12-071-6/+45
* Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-071-4/+3
* Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg2021-12-071-1/+2
* Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg2021-12-031-0/+17
* Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2021-11-161-0/+31
* Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2021-11-161-1/+89
* Bluetooth: Don't initialize msft/aosp when using user channelJesse Melhuish2021-11-161-4/+8
* Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2021-11-021-1/+1
* Bluetooth: hci_sync: Fix missing static warningsLuiz Augusto von Dentz2021-11-011-2/+2
* Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-291-16/+278
* Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz2021-10-291-4/+1655
* Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix2021-10-291-1/+6
* Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix2021-10-291-1/+1
* Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix2021-10-291-0/+9
* Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix2021-10-291-2/+1
* Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix2021-10-291-0/+6
* Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix2021-10-291-2/+16
* Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix2021-10-291-0/+19
* Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix2021-10-291-1/+1
* Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix2021-10-291-1/+1
* Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz2021-10-291-12/+226
* Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-291-3/+581
* Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-291-0/+9
* Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2021-10-291-72/+196
* Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz2021-10-291-0/+617
* Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz2021-10-291-0/+890
* Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-291-0/+72
* Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-291-0/+330