aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRGravatar Lee, Chun-Yi 1-0/+9
2023-09-20Bluetooth: Avoid redundant authenticationGravatar Ying Hsu 1-28/+35
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyGravatar Pauli Virtanen 1-8/+24
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncGravatar Iulia Tanasescu 1-2/+11
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELGravatar Luiz Augusto von Dentz 1-2/+1
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsGravatar Pauli Virtanen 1-0/+2
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosGravatar Luiz Augusto von Dentz 1-9/+10
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsGravatar Luiz Augusto von Dentz 1-94/+63
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDGravatar Luiz Augusto von Dentz 1-3/+6
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingGravatar Luiz Augusto von Dentz 1-0/+27
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connGravatar Pauli Virtanen 1-0/+5
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsGravatar Iulia Tanasescu 1-23/+14
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesGravatar Luiz Augusto von Dentz 1-3/+22
2023-08-11Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncGravatar Luiz Augusto von Dentz 1-4/+19
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsGravatar Luiz Augusto von Dentz 1-124/+30
2023-08-11Bluetooth: ISO: Support multiple BIGsGravatar Iulia Tanasescu 1-23/+17
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingGravatar Pauli Virtanen 1-44/+30
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesGravatar Iulia Tanasescu 1-46/+106
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkGravatar Siddh Raman Pant 1-2/+2
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncGravatar Pauli Virtanen 1-5/+5
2023-06-29Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyGravatar Jiapeng Chong 1-3/+1
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorGravatar Luiz Augusto von Dentz 1-2/+2
2023-06-29Bluetooth: ISO: use hci_sync for setting CIG parametersGravatar Pauli Virtanen 1-8/+39
2023-06-05Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftGravatar Pauli Virtanen 1-0/+2
2023-06-05Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGGravatar Pauli Virtanen 1-7/+6
2023-06-05Bluetooth: ISO: consider right CIS when removing CIG at cleanupGravatar Pauli Virtanen 1-2/+5
2023-05-19Bluetooth: Unlink CISes when LE disconnects in hci_conn_delGravatar Ruihan Li 1-15/+6
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againGravatar Ruihan Li 1-11/+22
2023-05-19Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkGravatar Ruihan Li 1-3/+3
2023-05-19Bluetooth: Fix potential double free caused by hci_conn_unlinkGravatar Ruihan Li 1-9/+12
2023-04-23Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDGravatar Luiz Augusto von Dentz 1-57/+1
2023-04-23Bluetooth: hci_conn: Fix not matching by CIS IDGravatar Luiz Augusto von Dentz 1-1/+2
2023-04-23Bluetooth: hci_conn: Add support for linking multiple hconGravatar Luiz Augusto von Dentz 1-42/+113
2023-04-23Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncGravatar Iulia Tanasescu 1-1/+0
2023-04-23Bluetooth: Split bt_iso_qos into dedicated structuresGravatar Iulia Tanasescu 1-76/+86
2023-04-10Bluetooth: hci_conn: Fix possible UAFGravatar Luiz Augusto von Dentz 1-6/+24
2023-04-10Bluetooth: Fix printing errors if LE Connection times outGravatar Luiz Augusto von Dentz 1-2/+5
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureGravatar Luiz Augusto von Dentz 1-28/+24
2023-02-09Bluetooth: Make sure LE create conn cancel is sent when timeoutGravatar Archie Pusaka 1-0/+2
2023-02-09Bluetooth: Free potentially unfreed SCO connectionGravatar Archie Pusaka 1-1/+8
2023-02-09Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsGravatar Kees Cook 1-9/+3
2023-01-17Bluetooth: hci_conn: Fix memory leaksGravatar Zhengchao Shao 1-4/+14
2022-12-12Bluetooth: hci_conn: Fix crash on hci_create_cis_syncGravatar Luiz Augusto von Dentz 1-1/+1
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetGravatar Kang Minchul 1-4/+2
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetGravatar Jiapeng Chong 1-2/+1
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISGravatar Pauli Virtanen 1-6/+0
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectGravatar Luiz Augusto von Dentz 1-0/+11
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingGravatar Pauli Virtanen 1-6/+1
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cGravatar Brian Gix 1-0/+76
2022-08-25Bluetooth: Convert SCO configure_datapath to hci_syncGravatar Brian Gix 1-11/+75