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: Remove HCI_AMP support
Luiz Augusto von Dentz
2024-05-14
1
-2
/
+1
*
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
Sungwoo Kim
2024-05-14
1
-24
/
+51
*
Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning
Gustavo A. R. Silva
2024-05-14
1
-22
/
+16
*
Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()
Gustavo A. R. Silva
2024-05-14
1
-1
/
+1
*
Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warning
Gustavo A. R. Silva
2024-05-14
1
-15
/
+11
*
Bluetooth: hci_conn: Remove a redundant check for HFP offload
Zijun Hu
2024-05-14
1
-4
/
+4
*
Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
Luiz Augusto von Dentz
2024-04-24
1
-2
/
+4
*
Bluetooth: hci_sync: Fix overwriting request callback
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+1
*
Bluetooth: ISO: Add hcon for listening bis sk
Iulia Tanasescu
2024-03-06
1
-6
/
+26
*
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
2024-03-06
1
-58
/
+12
*
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+2
*
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
2024-03-06
1
-3
/
+5
*
Bluetooth: Remove pending ACL connection attempts
Jonas Dreßler
2024-03-06
1
-16
/
+0
*
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
2024-03-06
1
-60
/
+9
*
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
2024-03-06
1
-4
/
+0
*
Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
Zijun Hu
2023-12-22
1
-3
/
+8
*
Bluetooth: Fix bogus check for re-auth no supported with non-ssp
Luiz Augusto von Dentz
2023-12-22
1
-5
/
+3
*
Bluetooth: ISO: Reassociate a socket with an active BIS
Iulia Tanasescu
2023-12-22
1
-2
/
+30
*
Bluetooth: Fix double free in hci_conn_cleanup
ZhengHan Wang
2023-10-23
1
-4
/
+2
*
Bluetooth: Make handle of hci_conn be unique
Ziyang Xuan
2023-10-23
1
-25
/
+32
*
Bluetooth: ISO: Fix bcast listener cleanup
Iulia Tanasescu
2023-10-23
1
-8
/
+30
*
Bluetooth: ISO: Match QoS adv handle with BIG handle
Iulia Tanasescu
2023-10-23
1
-0
/
+12
*
Bluetooth: ISO: Allow binding a bcast listener to 0 bises
Iulia Tanasescu
2023-10-23
1
-1
/
+1
*
Bluetooth: ISO: Pass BIG encryption info through QoS
Iulia Tanasescu
2023-10-23
1
-0
/
+1
*
Bluetooth: ISO: Fix BIS cleanup
Iulia Tanasescu
2023-10-23
1
-0
/
+7
*
Bluetooth: Reject connection with the device which has same BD_ADDR
Lee, Chun-Yi
2023-10-11
1
-0
/
+9
*
Bluetooth: Avoid redundant authentication
Ying Hsu
2023-09-20
1
-28
/
+35
*
Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early
Pauli Virtanen
2023-08-24
1
-8
/
+24
*
Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync
Iulia Tanasescu
2023-08-24
1
-2
/
+11
*
Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL
Luiz Augusto von Dentz
2023-08-24
1
-2
/
+1
*
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
[next]