summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
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
2022-03-04Bluetooth: mgmt: Remove unneeded variableMinghao Chi
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede
2022-03-01Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix
2022-01-27Bluetooth: Increment management interface revisionMarcel Holtmann
2022-01-20Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik
2021-12-23Bluetooth: MGMT: Fix spelling mistake "simultanous" -> "simultaneous"Colin Ian King
2021-12-22Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz
2021-12-22Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz