summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-4/+30
2025-06-19Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz1-0/+1
2025-06-19Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-3/+1
2025-06-19Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen1-8/+3
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-3/+7
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-7/+3
2024-12-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-11-22Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-10-17Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz1-15/+12
2024-10-10Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-0/+2
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz1-2/+8
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-07-25Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz1-54/+18
2024-07-25Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-06-12Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-122/+10
2024-06-12Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-4/+5
2024-05-17Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim1-2/+1
2024-04-03Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz1-3/+3
2024-03-27Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen1-1/+1
2024-03-27Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz1-1/+1
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-14/+32
2024-03-27Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz1-27/+57
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2023-11-20Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-0/+3
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz1-0/+1
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-3/+5
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu1-0/+5
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik1-1/+1
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: Fix hci_suspend_sync crashYing Hsu1-0/+4
2023-08-11Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson1-5/+5
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson1-1/+3
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-7/+31
2023-06-06Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+2
2023-06-06Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-04-24Bluetooth: Cancel sync command before suspend and power offArchie Pusaka1-0/+3
2023-04-24Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi1-0/+1
2023-03-23Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-4/+19
2022-12-13Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-13Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang1-1/+1
2022-12-03Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz1-2/+6
2022-09-28Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi1-0/+4
2022-09-28Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz1-11/+23
2022-09-19Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa1-2/+13
2022-09-06Bluetooth: Implement support for MeshBrian Gix1-3/+10
2022-08-26Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix1-1/+1
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-30/+50
2022-07-23Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz1-1/+5
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-47/+183