summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-11Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2025-12-07Bluetooth: Add more enc key size checkAlex Lu1-2/+19
2025-09-04Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-05-02Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-04-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
2024-12-14Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-1/+1
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-03-27Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng1-0/+4
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-9/+2
2024-01-05Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2023-10-25Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz1-5/+7
2023-10-25Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-25Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-25Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan1-2/+2
2023-10-25Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi1-0/+11
2023-10-25Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi1-0/+9
2023-02-06Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster1-0/+13
2022-07-12Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche1-0/+12
2022-06-09Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-04-13Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-02-01Bluetooth: refactor malicious adv data checkBrian Gix1-5/+5
2022-01-27Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka1-2/+4
2022-01-27Bluetooth: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2021-08-16Bluetooth: Fix race condition in handling NOP commandKiran K1-6/+4
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz1-16/+29
2021-08-16Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-08-04Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz1-9/+23
2021-08-04Bluetooth: HCI: Add proper tracking for enable status of adv instancesLuiz Augusto von Dentz1-0/+28
2021-07-29Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-06-26Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka1-35/+35
2021-06-26Bluetooth: use inclusive language when tracking connectionsArchie Pusaka1-2/+2
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka1-7/+7
2021-06-26Bluetooth: Translate additional address type during le_conn_compSathish Narasimman1-0/+17
2021-06-26Bluetooth: Remove spurious error messageSzymon Janc1-9/+5
2021-06-26Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K1-3/+3
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik1-10/+19
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu1-4/+4
2021-06-03Bluetooth: Fix spelling mistakesZheng Yongjun1-1/+1
2021-04-06Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler1-9/+7
2021-04-02Bluetooth: Coding style fixMeng Yu1-1/+1
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-03-17Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi1-0/+27
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler1-0/+18