summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen1-0/+2
2023-06-06Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen1-7/+6
2023-06-06Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen1-2/+5
2023-05-20Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li1-15/+6
2023-05-20Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li1-11/+22
2023-05-20Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li1-3/+3
2023-05-20Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li1-9/+12
2023-04-24Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz1-57/+1
2023-04-24Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz1-1/+2
2023-04-24Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz1-42/+113
2023-04-24Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu1-1/+0
2023-04-24Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu1-76/+86
2023-04-10Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz1-6/+24
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-2/+5
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz1-28/+24
2023-02-10Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka1-0/+2
2023-02-10Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka1-1/+8
2023-02-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-01-18Bluetooth: hci_conn: Fix memory leaksZhengchao Shao1-4/+14
2022-12-13Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz1-1/+1
2022-12-13Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul1-4/+2
2022-12-13Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong1-2/+1
2022-12-13Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen1-6/+0
2022-11-03Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz1-0/+11
2022-11-03Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen1-6/+1
2022-09-01Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix1-0/+76
2022-08-26Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix1-11/+75
2022-08-09Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz1-9/+2
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-53/+508
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-0/+440
2022-07-22Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz1-1/+1
2022-07-22Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud1-0/+3
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz1-2/+3
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz1-1/+1
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-8/+24
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche1-0/+2
2022-01-25Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-0/+1
2021-12-23Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz1-291/+14
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz1-10/+0
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-2/+2
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz1-3/+3
2021-09-08Bluetooth: Add support for msbc coding formatKiran K1-0/+26
2021-09-08Bluetooth: Configure codec for HFP offload use caseKiran K1-0/+4
2021-09-08Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K1-3/+102
2021-08-31Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz1-14/+19
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka1-4/+4
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka1-1/+1
2021-06-03Bluetooth: Fix spelling mistakesZheng Yongjun1-1/+1
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina1-4/+0