summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-0/+2
* Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen2023-06-061-7/+6
* Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen2023-06-061-2/+5
* Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li2023-05-201-15/+6
* Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-201-11/+22
* Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li2023-05-201-3/+3
* Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li2023-05-201-9/+12
* Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2023-04-241-57/+1
* Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2023-04-241-1/+2
* Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-241-42/+113
* Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu2023-04-241-1/+0
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-241-76/+86
* Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz2023-04-101-6/+24
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-101-2/+5
* Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz2023-04-101-28/+24
* Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka2023-02-091-0/+2
* Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka2023-02-091-1/+8
* Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook2023-02-091-9/+3
* Bluetooth: hci_conn: Fix memory leaksZhengchao Shao2023-01-181-4/+14
* Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz2022-12-121-1/+1
* Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul2022-12-121-4/+2
* Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong2022-12-121-2/+1
* Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen2022-12-121-6/+0
* Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz2022-11-021-0/+11
* Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2022-11-021-6/+1
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-09-011-0/+76
* Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-261-11/+75
* Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-091-9/+2
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-231-53/+508
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-231-0/+440
* Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz2022-07-221-1/+1
* Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2022-07-221-0/+3