summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz2024-10-101-9/+14
* Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz2024-10-041-4/+9
* Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2024-09-121-42/+42
* Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz2024-09-121-18/+19
* Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-09-121-18/+7
* Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-08-291-0/+4
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-57/+27
* Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
* Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
* Bluetooth: Fix eir name lengthFrédéric Danis2024-03-081-1/+1
* Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Roman Smirnov2024-03-061-2/+1
* Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Roman Smirnov2024-03-061-2/+1
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-061-1/+2
* Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2024-03-061-0/+4
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-061-72/+1
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-061-1/+1
* Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler2024-03-061-0/+14
* Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler2024-03-061-16/+0
* Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis2024-02-281-1/+3
* Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz2023-12-221-17/+0
* Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2023-12-151-7/+18
* Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-241-3/+3
* Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-111-3/+3
* Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-111-14/+1
* Bluetooth: Check for ISO support in controllerClaudia Draghicescu2023-08-111-0/+6
* Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-15/+11
* Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz2023-04-231-4/+8
* Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2023-04-231-0/+4
* Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2023-04-231-2/+2
* Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung2023-03-231-1/+2
* Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix2023-03-221-6/+0
* Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen2023-02-091-0/+12
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-1/+1
|\
| * Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland2022-12-121-1/+1
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han2022-09-201-3/+1
* Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa2022-09-141-1/+3
* Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-8/+104
* Bluetooth: Implement support for MeshBrian Gix2022-09-061-8/+472
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-311-1/+14
* Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-251-1/+0
* Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-251-29/+42
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-251-3/+2
* Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa2022-08-081-0/+2
* Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz2022-08-081-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+0
|\
| * Bluetooth: mgmt: Fix double free on error pathDan Carpenter2022-07-261-1/+0
* | Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-7/+8