summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-25Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-0/+3
2025-12-07Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov1-1/+7
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-0/+21
2025-06-27Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2024-11-17Revert "Bluetooth: hci_conn: Consolidate code for aborting connections"Greg Kroah-Hartman1-1/+1
2024-11-17Revert "Bluetooth: hci_sync: Fix overwriting request callback"Greg Kroah-Hartman1-1/+0
2024-10-17Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz1-2/+2
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-03-27Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-3/+3
2024-03-27Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-0/+4
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-0/+1
2024-03-27Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-1/+1
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-01Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-0/+5
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang1-0/+1
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-0/+1
2022-12-31Bluetooth: Add quirk to disable MWS Transport ConfigurationSven Peter1-0/+3
2022-12-31Bluetooth: Add quirk to disable extended scanningSven Peter1-1/+3
2022-09-06Bluetooth: Implement support for MeshBrian Gix1-2/+14
2022-09-01Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix1-0/+1
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-9/+80
2022-07-23Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz1-2/+16
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-1/+106
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz1-0/+2
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix1-1/+0
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix1-1/+0
2022-07-22Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik1-4/+2
2022-07-22Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik1-4/+1
2022-07-22Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz1-0/+11
2022-07-22Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi1-0/+2
2022-06-06bluetooth: don't use bitmaps for random flag accessesLinus Torvalds1-10/+7
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz1-2/+6
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz1-0/+8
2022-01-25Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-0/+3
2022-01-21Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik1-0/+3
2022-01-21Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik1-0/+11
2021-12-23Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz1-0/+6
2021-12-23Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz1-2/+1
2021-12-23Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg1-0/+1
2021-12-07Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz1-0/+1
2021-12-07Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flagLuiz Augusto von Dentz1-0/+4
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz1-12/+12