summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-031-0/+2
|\
| * Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-271-0/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz2024-08-231-2/+8
* Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-08-151-12/+7
* Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanningLuiz Augusto von Dentz2024-07-261-7/+0
* Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz2024-07-151-1/+0
* Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz2024-07-151-2/+1
* Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz2024-07-151-2/+2
* Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz2024-07-151-25/+4
* Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz2024-07-151-15/+12
* Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu2024-07-141-0/+16
* Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer2024-07-141-2/+2
* Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer2024-07-141-7/+4
* Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-54/+18
* Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa2024-06-281-0/+4
* Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz2024-05-141-0/+9
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-122/+10
* LE Create Connection command timeout increased to 20 secsMahesh Talewad2024-05-141-1/+1
* Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2024-05-141-2/+9
* Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz2024-05-141-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