summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-13Bluetooth: 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-06-09Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-06-09Bluetooth: use inclusive language when filtering devicesArchie Pusaka1-35/+35
2022-06-09Bluetooth: use inclusive language in HCI role commentsArchie Pusaka1-3/+3
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: stop proccessing malicious adv dataPavel Skripkin1-1/+7
2021-09-18Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-09-18Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-07-19Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K1-3/+3
2021-07-14Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-07-14Bluetooth: Remove spurious error messageSzymon Janc1-9/+5
2021-05-19Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2020-12-30Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn1-0/+5
2020-12-26Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye1-7/+5
2020-09-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-6/+83
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka1-6/+11
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi1-0/+72
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+19
2020-07-30Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud1-7/+19
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-0/+1
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-0/+4
2020-07-30Bluetooth: Translate additional address type during le_connSathish Narasimman1-0/+16
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye1-0/+7
2020-07-13Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-10Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud1-1/+1
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz1-12/+8
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou1-2/+3
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi1-4/+4
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-25/+3
2020-05-18Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao1-0/+1
2020-05-13Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-04-28Bluetooth: allow scatternet connections if supported.Alain Michaud1-1/+3
2020-04-09Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis1-1/+2