summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-06Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu
2024-03-06Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: Remove pending ACL connection attemptsJonas Dreßler
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz
2023-12-22Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu
2023-10-23Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-06-29Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz
2023-06-29Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen
2023-06-05Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen
2023-06-05Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen
2023-06-05Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen
2023-05-19Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li
2023-05-19Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li
2023-05-19Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li
2023-04-23Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz