aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
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
2023-04-23Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz
2023-04-23Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz
2023-04-23Bluetooth: hci_conn: remove extra line in hci_le_big_create_syncIulia Tanasescu
2023-04-23Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu
2023-04-10Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz
2023-02-09Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka
2023-02-09Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka
2023-02-09Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook
2023-01-17Bluetooth: hci_conn: Fix memory leaksZhengchao Shao
2022-12-12Bluetooth: hci_conn: Fix crash on hci_create_cis_syncLuiz Augusto von Dentz
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetKang Minchul
2022-12-12Bluetooth: Use kzalloc instead of kmalloc/memsetJiapeng Chong
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen
2022-11-02Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnectLuiz Augusto von Dentz
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix
2022-08-25Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix
2022-08-08Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-21Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-03-18Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz
2021-09-07Bluetooth: Add support for msbc coding formatKiran K
2021-09-07Bluetooth: Configure codec for HFP offload use caseKiran K
2021-09-07Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka
2021-06-02Bluetooth: Fix spelling mistakesZheng Yongjun
2021-03-16Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina
2021-03-02Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedYu Liu