summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-08-311-0/+76
* Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-251-11/+75
* Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-081-9/+2
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-53/+508
* Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-221-0/+440
* Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz2022-07-211-1/+1
* Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud2022-07-211-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-2/+3
|\
| * Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-231-2/+3
* | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-131-1/+1
|/
* Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-8/+24
* Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failedNiels Dossche2022-03-181-0/+2
* Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster2022-01-241-0/+1
* Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-221-291/+14
* Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-291-10/+0
* Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz2021-10-291-2/+2
* Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-291-3/+3
* Bluetooth: Add support for msbc coding formatKiran K2021-09-071-0/+26
* Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-071-0/+4
* Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-071-3/+102
* Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-301-14/+19
* Bluetooth: use inclusive language in HCI role commentsArchie Pusaka2021-06-261-4/+4
* Bluetooth: use inclusive language to describe CPBArchie Pusaka2021-06-261-1/+1
* Bluetooth: Fix spelling mistakesZheng Yongjun2021-06-021-1/+1
* Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina2021-03-161-4/+0
* Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi2021-03-021-0/+10
* Bluetooth: Skip eSCO 2M params when not supportedYu Liu2021-02-011-2/+18
* Bluetooth: Cancel Inquiry before Create ConnectionSonny Sasaka2020-12-181-0/+17
* Bluetooth: Resume advertising after LE connectionDaniel Winkler2020-11-091-2/+10
* net: bluetooth: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
* Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman2020-07-301-1/+6
* Bluetooth: Add per-instance adv disable/removeDaniel Winkler2020-07-151-1/+1
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-06-221-0/+17
* Bluetooth: Terminate the link if pairing is cancelledManish Mandlik2020-06-181-3/+8
* Bluetooth: centralize default value initialization.Alain Michaud2020-06-121-10/+4
* Bluetooth: Fix assuming EIR flags can result in SSP authenticationLuiz Augusto von Dentz2020-05-201-2/+0
* Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-051-4/+21