summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-2/+1
* Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-141-24/+51
* Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-22/+16
* Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()Gustavo A. R. Silva2024-05-141-1/+1
* Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva2024-05-141-15/+11
* Bluetooth: hci_conn: Remove a redundant check for HFP offloadZijun Hu2024-05-141-4/+4
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-2/+4
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-061-1/+1
* Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu2024-03-061-6/+26
* Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz2024-03-061-58/+12
* Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz2024-03-061-1/+2
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-061-3/+5
* Bluetooth: Remove pending ACL connection attemptsJonas Dreßler2024-03-061-16/+0
* Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler2024-03-061-60/+9
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-061-4/+0
* Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu2023-12-221-3/+8
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2023-12-221-5/+3
* Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu2023-12-221-2/+30
* Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-10-231-4/+2
* Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-25/+32
* Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-231-8/+30
* Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu2023-10-231-0/+12
* Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2023-10-231-1/+1
* Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-231-0/+1
* Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2023-10-231-0/+7
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-111-0/+9
* Bluetooth: Avoid redundant authenticationYing Hsu2023-09-201-28/+35
* Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen2023-08-241-8/+24
* Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-2/+11
* Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-241-2/+1
* Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen2023-08-111-0/+2
* Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz2023-08-111-9/+10
* Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz2023-08-111-94/+63
* Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz2023-08-111-3/+6
* Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-111-0/+27
* Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen2023-08-111-0/+5
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-111-23/+14
* Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-111-3/+22
* Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz2023-08-111-4/+19
* Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-111-124/+30
* Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-111-23/+17
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-111-44/+30
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-111-46/+106
* Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-5/+5
* Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-06-291-3/+1
* Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-291-2/+2
* Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-06-291-8/+39
* Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-051-0/+2
* Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen2023-06-051-7/+6