summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2023-08-11Bluetooth: Check for ISO support in controllerClaudia Draghicescu
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-04-23Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz
2023-04-23Bluetooth: Cancel sync command before suspend and power offArchie Pusaka
2023-04-23Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz
2023-03-23Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung
2023-03-22Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix
2023-02-09Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMSInga Stotland
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-09-20Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han
2022-09-14Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa
2022-09-06Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix
2022-09-06Bluetooth: Implement support for MeshBrian Gix
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix
2022-08-25Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa
2022-08-25Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix
2022-08-08Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa
2022-08-08Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz
2022-07-21Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz
2022-07-21Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik
2022-07-21Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik
2022-07-21Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang
2022-07-21Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz
2022-03-18Bluetooth: Send AdvMonitor Dev Found for all matched devicesManish Mandlik
2022-03-18Bluetooth: mgmt: remove redundant assignment to variable cur_lenColin Ian King
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-04Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche
2022-03-04Bluetooth: make array bt_uuid_any static constColin Ian King
2022-03-04Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki
2022-03-04Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki