summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)Author
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz
2024-07-15Bluetooth: hci_sync: Move handling of interleave_scanLuiz Augusto von Dentz
2024-07-15Bluetooth: hci_core: Don't use hci_prepare_cmdLuiz Augusto von Dentz
2024-07-15Bluetooth: hci_core: Remove usage of hci_req_syncLuiz Augusto von Dentz
2024-07-15Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz
2024-07-14Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu
2024-07-14Bluetooth: hci_core: Prefer array indexing over pointer arithmeticErick Archer
2024-07-14Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad
2024-05-14Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz
2024-05-14Bluetooth: Add proper definitions for scan interval and windowLuiz Augusto von Dentz
2024-05-03Bluetooth: msft: fix slab-use-after-free in msft_do_close()Sungwoo Kim
2024-03-29Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen
2024-03-06Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-06Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-03-06Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: Disconnect connected devices before rfkilling adapterJonas Dreßler
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz
2023-08-11Bluetooth: Fix hci_suspend_sync crashYing Hsu
2023-08-11Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-06-05Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-06-05Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-04-23Bluetooth: Cancel sync command before suspend and power offArchie Pusaka
2023-04-23Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi
2023-03-22Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz
2022-12-12Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-12Bluetooth: hci_core: fix error handling in hci_register_dev()Yang Yingliang
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz
2022-09-28Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi
2022-09-27Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz
2022-09-19Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa
2022-09-06Bluetooth: Implement support for MeshBrian Gix
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz