summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-221-1/+68
* | Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2022-07-221-0/+33
* | Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-221-4/+4
* | Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz2022-07-221-39/+12
* | Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2022-07-211-3/+35
* | Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-211-38/+24
* | Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-211-35/+17
* | Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang2022-07-211-5/+5
* | Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz2022-07-211-2/+2
|/
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-23/+14
* Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
* Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik2022-03-181-33/+37
* Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King2022-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+1
|\
| * Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede2022-03-031-1/+1
* | Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche2022-03-041-1/+3
* | Bluetooth: make array bt_uuid_any static constColin Ian King2022-03-041-1/+3
* | Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2022-03-041-17/+8
* | Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2022-03-041-10/+8
* | Bluetooth: mgmt: Remove unneeded variableMinghao Chi2022-03-041-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-36/+63
|\|