summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-261-2/+0
* Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-03-061-0/+4
* Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz2024-03-061-1/+4
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2024-01-251-9/+2
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2024-01-081-1/+2
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-251-5/+7
* Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-251-1/+1
* Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-251-2/+1
* Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-251-2/+2
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-251-0/+11
* Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-251-0/+9
* Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-04-151-1/+2
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-081-5/+5
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz2021-09-221-31/+62
* Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi2021-09-221-0/+15
* Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz2021-07-201-1/+12
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-221-1/+2
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-301-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-301-7/+5
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-10-171-12/+8
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-10-171-25/+3
* Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-10-011-2/+17
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-10-011-0/+6
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-111-0/+7
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-08-051-7/+19
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-06-221-0/+1
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-10-011-5/+0
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-261-0/+5
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-311-0/+12
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2019-01-261-0/+6
* Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+28
* Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-061-3/+0
* Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-301-3/+40
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-1/+36
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-0/+72
* Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-301-0/+18
* Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-13/+37
* Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-301-0/+26
* Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-061-0/+47
* Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
* Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-061-0/+52
* Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-061-0/+51
* Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-061-16/+21
* Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-061-0/+17
* Bluetooth: Store Resolv list sizeAnkit Navik2018-07-061-0/+18