aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_sync.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Bluetooth: hci_sync: Fix not updating privacy_modeGravatar Luiz Augusto von Dentz 1-0/+3
2022-07-21Bluetooth: hci_sync: Fix resuming scan after suspend resumeGravatar Zhengping Jiang 1-3/+2
2022-07-21Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataGravatar Luiz Augusto von Dentz 1-21/+45
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Gravatar Vasyl Vavrychuk 1-1/+0
2022-06-05bluetooth: don't use bitmaps for random flag accessesGravatar Linus Torvalds 1-3/+3
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanGravatar Luiz Augusto von Dentz 1-15/+43
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeGravatar Vasyl Vavrychuk 1-0/+1
2022-05-13Bluetooth: Print broken quirksGravatar Luiz Augusto von Dentz 1-0/+31
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedGravatar Luiz Augusto von Dentz 1-1/+10
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLGravatar Ismael Ferreras Morezuelas 1-0/+16
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-26/+23
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Gravatar Tom Rix 1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+21
2022-03-03Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workGravatar Luiz Augusto von Dentz 1-26/+23
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutGravatar Luiz Augusto von Dentz 1-6/+15
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncGravatar Luiz Augusto von Dentz 1-1/+4
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Gravatar Lin Ma 1-2/+2
2022-01-27Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is setGravatar Luiz Augusto von Dentz 1-0/+3
2022-01-10Bluetooth: hci_sync: Fix compilation warningGravatar Luiz Augusto von Dentz 1-2/+2
2021-12-22Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedGravatar Luiz Augusto von Dentz 1-5/+5
2021-12-22Bluetooth: hci_sync: Add check simultaneous roles supportGravatar Luiz Augusto von Dentz 1-12/+12
2021-12-22Bluetooth: hci_sync: Wait for proper events when connecting LEGravatar Luiz Augusto von Dentz 1-4/+7
2021-12-22Bluetooth: hci_sync: Add support for waiting specific LE subeventsGravatar Luiz Augusto von Dentz 1-1/+1
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncGravatar Luiz Augusto von Dentz 1-0/+277
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueGravatar Benjamin Berg 1-1/+26
2021-12-21Bluetooth: hci_sync: Fix not always pausing advertising when necessaryGravatar Luiz Augusto von Dentz 1-4/+2
2021-12-07Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listGravatar Luiz Augusto von Dentz 1-6/+45
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsGravatar Luiz Augusto von Dentz 1-4/+3
2021-12-07Bluetooth: add quirk disabling LE Read Transmit PowerGravatar Aditya Garg 1-1/+2
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIGravatar Benjamin Berg 1-0/+17
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncGravatar Luiz Augusto von Dentz 1-0/+31
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncGravatar Luiz Augusto von Dentz 1-1/+89
2021-11-16Bluetooth: Don't initialize msft/aosp when using user channelGravatar Jesse Melhuish 1-4/+8
2021-11-02Bluetooth: hci_sync: Fix not setting adv set durationGravatar Luiz Augusto von Dentz 1-1/+1
2021-11-01Bluetooth: hci_sync: Fix missing static warningsGravatar Luiz Augusto von Dentz 1-2/+2
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierGravatar Luiz Augusto von Dentz 1-16/+278
2021-10-29Bluetooth: hci_sync: Rework init stagesGravatar Luiz Augusto von Dentz 1-4/+1655
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPGravatar Brian Gix 1-1/+6
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEGravatar Brian Gix 1-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATAGravatar Brian Gix 1-0/+9
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEGravatar Brian Gix 1-2/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOGravatar Brian Gix 1-0/+6
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNGravatar Brian Gix 1-2/+16
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOGravatar Brian Gix 1-0/+19
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrGravatar Brian Gix 1-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEGravatar Brian Gix 1-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYGravatar Luiz Augusto von Dentz 1-12/+226
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDGravatar Luiz Augusto von Dentz 1-3/+581
2021-10-29Bluetooth: hci_sync: Rework background scanGravatar Luiz Augusto von Dentz 1-0/+9
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledGravatar Luiz Augusto von Dentz 1-72/+196