summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz7 days1-0/+9
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7 days1-122/+10
* LE Create Connection command timeout increased to 20 secsMahesh Talewad7 days1-1/+1
* Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz7 days1-2/+9
* Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz7 days1-8/+8
* Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim2024-05-031-2/+1
* Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-03-291-3/+3
* Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen2024-03-061-1/+1
* Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz2024-03-061-1/+1
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-061-14/+32
* Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-061-4/+5
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-061-27/+57
* Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler2024-03-061-2/+33
* Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu2024-02-281-3/+4
* Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-0/+3
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-201-0/+1
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-09-201-3/+5
* Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu2023-09-201-0/+5
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-08-111-1/+1
* Bluetooth: Fix potential use-after-free when clear keysMin Li2023-08-111-8/+8
* Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-111-1/+1
* Bluetooth: Fix hci_suspend_sync crashYing Hsu2023-08-111-0/+4
* Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-08-111-5/+5
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-7/+31
* Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-051-0/+2
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-051-4/+4
* Bluetooth: Cancel sync command before suspend and power offArchie Pusaka2023-04-231-0/+3
* Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi2023-04-231-0/+1
* Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz2023-03-221-4/+19
* Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang2022-12-121-1/+1
* Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-021-2/+6
* Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-281-0/+4
* Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2022-09-271-11/+23
* Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-191-2/+13
* Bluetooth: Implement support for MeshBrian Gix2022-09-061-3/+10
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-1/+1
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-30/+50
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-221-1/+5
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-221-47/+183
* Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2022-07-221-0/+32
* Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-211-53/+28
* Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-211-26/+20
* Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka2022-07-211-1/+9
* Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-211-22/+20
* Bluetooth: fix an error code in hci_register_dev()Dan Carpenter2022-07-211-1/+2
* Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-211-8/+25
* Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-211-1/+9
* Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-051-0/+3