summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-09-10Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILEDLuiz Augusto von Dentz1-4/+2
2024-09-10Bluetooth: hci_conn: Remove redundant memset after kzallocKuan-Wei Chiu1-1/+0
2024-08-30Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz1-1/+5
2024-07-15Bluetooth: Remove hci_request.{c,h}Luiz Augusto von Dentz1-1/+0
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin1-3/+12
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-2/+1
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-24/+51
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva1-22/+16
2024-05-14Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-15/+11
2024-05-14Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu1-4/+4
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz1-2/+4
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-1/+1
2024-03-06Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu1-6/+26
2024-03-06Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz1-58/+12
2024-03-06Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz1-1/+2
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz1-3/+5
2024-03-06Bluetooth: Remove pending ACL connection attemptsJonas Dreßler1-16/+0
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler1-60/+9
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz1-4/+0
2023-12-22Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu1-3/+8
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-5/+3
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu1-2/+30
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang1-4/+2
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-25/+32
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu1-8/+30
2023-10-23Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu1-0/+12
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu1-1/+1
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu1-0/+1
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu1-0/+7
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi1-0/+9
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu1-28/+35
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen1-8/+24
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu1-2/+11
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz1-2/+1
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen1-0/+2
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz1-9/+10
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz1-94/+63
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz1-3/+6
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-0/+27
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen1-0/+5
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-23/+14
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-3/+22
2023-08-11Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz1-4/+19
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-124/+30
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-23/+17
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen1-44/+30
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-46/+106
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant1-2/+2