summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-2/+2
* Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-131-2/+0
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-0/+1
|\
| * Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz2022-02-241-0/+1
* | Bluetooth: hci_core: Rate limit the logging of invalid SCO handleLuiz Augusto von Dentz2022-01-251-2/+2
* | Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik2022-01-201-0/+1
|/
* Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-221-1/+1
* Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-071-1/+7
* Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg2021-12-031-3/+11
* Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-291-94/+12
* Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz2021-10-291-1202/+1
* Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-291-12/+33
* Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-291-7/+7
* Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-291-19/+4