index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_conn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS ids
Pauli Virtanen
2023-08-11
1
-0
/
+2
*
Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros
Luiz Augusto von Dentz
2023-08-11
1
-9
/
+10
*
Bluetooth: hci_conn: Fix hci_le_set_cig_params
Luiz Augusto von Dentz
2023-08-11
1
-94
/
+63
*
Bluetooth: hci_conn: Fix not allowing valid CIS ID
Luiz Augusto von Dentz
2023-08-11
1
-3
/
+6
*
Bluetooth: hci_conn: Fix modifying handle while aborting
Luiz Augusto von Dentz
2023-08-11
1
-0
/
+27
*
Bluetooth: ISO: handle bound CIS cleanup via hci_conn
Pauli Virtanen
2023-08-11
1
-0
/
+5
*
Bluetooth: ISO: Notify user space about failed bis connections
Iulia Tanasescu
2023-08-11
1
-23
/
+14
*
Bluetooth: hci_conn: Always allocate unique handles
Luiz Augusto von Dentz
2023-08-11
1
-3
/
+22
*
Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
Luiz Augusto von Dentz
2023-08-11
1
-4
/
+19
*
Bluetooth: hci_conn: Consolidate code for aborting connections
Luiz Augusto von Dentz
2023-08-11
1
-124
/
+30
*
Bluetooth: ISO: Support multiple BIGs
Iulia Tanasescu
2023-08-11
1
-23
/
+17
*
Bluetooth: ISO: do not emit new LE Create CIS if previous is pending
Pauli Virtanen
2023-08-11
1
-44
/
+30
*
Bluetooth: ISO: Add support for connecting multiple BISes
Iulia Tanasescu
2023-08-11
1
-46
/
+106
*
Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link
Siddh Raman Pant
2023-07-20
1
-2
/
+2
*
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
2023-07-20
1
-5
/
+5
*
Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpy
Jiapeng Chong
2023-06-29
1
-3
/
+1
*
Bluetooth: ISO: Rework sync_interval to be sync_factor
Luiz Augusto von Dentz
2023-06-29
1
-2
/
+2
*
Bluetooth: ISO: use hci_sync for setting CIG parameters
Pauli Virtanen
2023-06-29
1
-8
/
+39
*
Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
Pauli Virtanen
2023-06-06
1
-0
/
+2
*
Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
Pauli Virtanen
2023-06-06
1
-7
/
+6
*
Bluetooth: ISO: consider right CIS when removing CIG at cleanup
Pauli Virtanen
2023-06-06
1
-2
/
+5
*
Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
Ruihan Li
2023-05-20
1
-15
/
+6
*
Bluetooth: Fix UAF in hci_conn_hash_flush again
Ruihan Li
2023-05-20
1
-11
/
+22
*
Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
Ruihan Li
2023-05-20
1
-3
/
+3
*
Bluetooth: Fix potential double free caused by hci_conn_unlink
Ruihan Li
2023-05-20
1
-9
/
+12
*
Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHED
Luiz Augusto von Dentz
2023-04-24
1
-57
/
+1
*
Bluetooth: hci_conn: Fix not matching by CIS ID
Luiz Augusto von Dentz
2023-04-24
1
-1
/
+2
*
Bluetooth: hci_conn: Add support for linking multiple hcon
Luiz Augusto von Dentz
2023-04-24
1
-42
/
+113
*
Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync
Iulia Tanasescu
2023-04-24
1
-1
/
+0
*
Bluetooth: Split bt_iso_qos into dedicated structures
Iulia Tanasescu
2023-04-24
1
-76
/
+86
*
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
2023-04-10
1
-6
/
+24
*
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
2023-04-10
1
-2
/
+5
*
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
Luiz Augusto von Dentz
2023-04-10
1
-28
/
+24
*
Bluetooth: Make sure LE create conn cancel is sent when timeout
Archie Pusaka
2023-02-09
1
-0
/
+2
*
Bluetooth: Free potentially unfreed SCO connection
Archie Pusaka
2023-02-09
1
-1
/
+8
*
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
Kees Cook
2023-02-09
1
-9
/
+3
*
Bluetooth: hci_conn: Fix memory leaks
Zhengchao Shao
2023-01-18
1
-4
/
+14
*
Bluetooth: hci_conn: Fix crash on hci_create_cis_sync
Luiz Augusto von Dentz
2022-12-12
1
-1
/
+1
*
Bluetooth: Use kzalloc instead of kmalloc/memset
Kang Minchul
2022-12-12
1
-4
/
+2
*
Bluetooth: Use kzalloc instead of kmalloc/memset
Jiapeng Chong
2022-12-12
1
-2
/
+1
*
Bluetooth: hci_conn: use HCI dst_type values also for BIS
Pauli Virtanen
2022-12-12
1
-6
/
+0
*
Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
Luiz Augusto von Dentz
2022-11-02
1
-0
/
+11
*
Bluetooth: hci_conn: Fix CIS connection dst_type handling
Pauli Virtanen
2022-11-02
1
-6
/
+1
*
Bluetooth: Move hci_abort_conn to hci_conn.c
Brian Gix
2022-09-01
1
-0
/
+76
*
Bluetooth: Convert SCO configure_datapath to hci_sync
Brian Gix
2022-08-26
1
-11
/
+75
*
Bluetooth: hci_conn: Fix updating ISO QoS PHY
Luiz Augusto von Dentz
2022-08-09
1
-9
/
+2
*
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-23
1
-53
/
+508
*
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
2022-07-23
1
-0
/
+440
*
Bluetooth: Use bt_status to convert from errno
Luiz Augusto von Dentz
2022-07-22
1
-1
/
+1
*
Bluetooth: clear the temporary linkkey in hci_conn_cleanup
Alain Michaud
2022-07-22
1
-0
/
+3
[next]