index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_conn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHED
Luiz Augusto von Dentz
1
-57
/
+1
2023-04-24
Bluetooth: hci_conn: Fix not matching by CIS ID
Luiz Augusto von Dentz
1
-1
/
+2
2023-04-24
Bluetooth: hci_conn: Add support for linking multiple hcon
Luiz Augusto von Dentz
1
-42
/
+113
2023-04-24
Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync
Iulia Tanasescu
1
-1
/
+0
2023-04-24
Bluetooth: Split bt_iso_qos into dedicated structures
Iulia Tanasescu
1
-76
/
+86
2023-04-10
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
1
-6
/
+24
2023-04-10
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
1
-2
/
+5
2023-04-10
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
Luiz Augusto von Dentz
1
-28
/
+24
2023-02-10
Bluetooth: Make sure LE create conn cancel is sent when timeout
Archie Pusaka
1
-0
/
+2
2023-02-10
Bluetooth: Free potentially unfreed SCO connection
Archie Pusaka
1
-1
/
+8
2023-02-10
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
Kees Cook
1
-9
/
+3
2023-01-18
Bluetooth: hci_conn: Fix memory leaks
Zhengchao Shao
1
-4
/
+14
2022-12-13
Bluetooth: hci_conn: Fix crash on hci_create_cis_sync
Luiz Augusto von Dentz
1
-1
/
+1
2022-12-13
Bluetooth: Use kzalloc instead of kmalloc/memset
Kang Minchul
1
-4
/
+2
2022-12-13
Bluetooth: Use kzalloc instead of kmalloc/memset
Jiapeng Chong
1
-2
/
+1
2022-12-13
Bluetooth: hci_conn: use HCI dst_type values also for BIS
Pauli Virtanen
1
-6
/
+0
2022-11-03
Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
Luiz Augusto von Dentz
1
-0
/
+11
2022-11-03
Bluetooth: hci_conn: Fix CIS connection dst_type handling
Pauli Virtanen
1
-6
/
+1
2022-09-01
Bluetooth: Move hci_abort_conn to hci_conn.c
Brian Gix
1
-0
/
+76
2022-08-26
Bluetooth: Convert SCO configure_datapath to hci_sync
Brian Gix
1
-11
/
+75
2022-08-09
Bluetooth: hci_conn: Fix updating ISO QoS PHY
Luiz Augusto von Dentz
1
-9
/
+2
2022-07-23
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
1
-53
/
+508
2022-07-23
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
1
-0
/
+440
2022-07-22
Bluetooth: Use bt_status to convert from errno
Luiz Augusto von Dentz
1
-1
/
+1
2022-07-22
Bluetooth: clear the temporary linkkey in hci_conn_cleanup
Alain Michaud
1
-0
/
+3
2022-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-05-23
Bluetooth: hci_conn: Fix hci_connect_le_sync
Luiz Augusto von Dentz
1
-2
/
+3
2022-05-13
Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
Luiz Augusto von Dentz
1
-1
/
+1
2022-04-26
Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted
Luiz Augusto von Dentz
1
-8
/
+24
2022-03-18
Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed
Niels Dossche
1
-0
/
+2
2022-01-25
Bluetooth: hci_event: Ignore multiple conn complete events
Soenke Huster
1
-0
/
+1
2021-12-23
Bluetooth: hci_sync: Add hci_le_create_conn_sync
Luiz Augusto von Dentz
1
-291
/
+14
2021-10-29
Bluetooth: hci_sync: Rework hci_suspend_notifier
Luiz Augusto von Dentz
1
-10
/
+0
2021-10-29
Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERY
Luiz Augusto von Dentz
1
-2
/
+2
2021-10-29
Bluetooth: hci_sync: Rework background scan
Luiz Augusto von Dentz
1
-3
/
+3
2021-09-08
Bluetooth: Add support for msbc coding format
Kiran K
1
-0
/
+26
2021-09-08
Bluetooth: Configure codec for HFP offload use case
Kiran K
1
-0
/
+4
2021-09-08
Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command
Kiran K
1
-3
/
+102
2021-08-31
Bluetooth: Fix using RPA when address has been resolved
Luiz Augusto von Dentz
1
-14
/
+19
2021-06-26
Bluetooth: use inclusive language in HCI role comments
Archie Pusaka
1
-4
/
+4
2021-06-26
Bluetooth: use inclusive language to describe CPB
Archie Pusaka
1
-1
/
+1
2021-06-03
Bluetooth: Fix spelling mistakes
Zheng Yongjun
1
-1
/
+1
2021-03-16
Bluetooth: avoid deadlock between hci_dev->lock and socket lock
Jiri Kosina
1
-4
/
+0
2021-03-02
Bluetooth: Notify suspend on le conn failed
Abhishek Pandit-Subedi
1
-0
/
+10
2021-02-01
Bluetooth: Skip eSCO 2M params when not supported
Yu Liu
1
-2
/
+18
2020-12-19
Bluetooth: Cancel Inquiry before Create Connection
Sonny Sasaka
1
-0
/
+17
2020-11-09
Bluetooth: Resume advertising after LE connection
Daniel Winkler
1
-2
/
+10
2020-09-19
net: bluetooth: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-07-30
Bluetooth: Enable/Disable address resolution during le create conn
Sathish Narasimman
1
-1
/
+6
2020-07-15
Bluetooth: Add per-instance adv disable/remove
Daniel Winkler
1
-1
/
+1
[next]