index
:
pub/scm/linux/kernel/git/jyang/linux.git
master
Jiaxun Yang kernel tree
Jiaxun Yang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()
Zijun Hu
1
-1
/
+4
2026-08-07
Bluetooth: hci_sync: Simplify hci_reset_sync()
Zijun Hu
1
-8
/
+2
2026-08-07
Bluetooth: hci_sync: Introduce __hci_reset_sync() for device drivers
Zijun Hu
1
-0
/
+8
2026-08-07
Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()
Siwei Zhang
1
-26
/
+0
2026-08-07
Bluetooth: simplify force_no_mitm_write() with kstrtobool_from_user()
Dmitry Antipov
1
-8
/
+4
2026-08-07
Bluetooth: enable context analysis
Pauli Virtanen
4
-0
/
+8
2026-08-07
Bluetooth: RFCOMM: Add minimal context analysis annotations
Pauli Virtanen
1
-0
/
+1
2026-08-07
Bluetooth: L2CAP: Add minimal context analysis annotations
Pauli Virtanen
1
-0
/
+1
2026-08-07
Bluetooth: hci_core: Add minimal context analysis annotations
Pauli Virtanen
1
-0
/
+3
2026-08-07
Bluetooth: af_bluetooth: Add minimal context analysis annotations
Pauli Virtanen
1
-2
/
+5
2026-07-28
Bluetooth: SCO: give the socket its own sco_conn reference
Aldo Ariel Panzardo
1
-9
/
+13
2026-07-28
Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_sync
Pauli Virtanen
1
-13
/
+0
2026-07-28
Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_sync
Pauli Virtanen
1
-1
/
+3
2026-07-28
Bluetooth: hci_sync: hold conn in hci_past_sync() callback
Pauli Virtanen
1
-3
/
+8
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback
Pauli Virtanen
1
-2
/
+7
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback
Pauli Virtanen
1
-4
/
+12
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks
Pauli Virtanen
1
-8
/
+24
2026-07-28
Bluetooth: hci_conn: hold conn reference in abort_conn_sync()
Pauli Virtanen
1
-1
/
+11
2026-07-28
Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero
Pauli Virtanen
2
-11
/
+55
2026-07-28
Bluetooth: ISO: fix refcounting of iso_conn
Pauli Virtanen
1
-12
/
+17
2026-07-28
Bluetooth: ISO: ensure no dangling hcon references in iso_conn
Pauli Virtanen
1
-3
/
+21
2026-07-28
Bluetooth: ISO: avoid deadlocks in iso_sock_timeout
Pauli Virtanen
1
-31
/
+29
2026-07-28
Bluetooth: ISO: fix leaking sk after socket release
Pauli Virtanen
1
-4
/
+18
2026-07-28
Bluetooth: ISO: hold sk properly in iso_conn_ready
Pauli Virtanen
1
-11
/
+23
2026-07-28
Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()
Pauli Virtanen
1
-3
/
+3
2026-07-28
Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qos
Pauli Virtanen
1
-1
/
+1
2026-07-28
Bluetooth: ISO: lock sk in iso_connect_ind
Pauli Virtanen
1
-8
/
+11
2026-07-28
Bluetooth: ISO: lock sk in iso_sock_getname
Pauli Virtanen
1
-0
/
+4
2026-07-28
Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/release
Pauli Virtanen
1
-6
/
+20
2026-07-28
Bluetooth: hci_sync: Fix advertising data UAFs
Chengfeng Ye
1
-34
/
+97
2026-07-28
Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame
Jiale Yao
1
-0
/
+5
2026-07-28
Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp
Jiale Yao
1
-0
/
+5
2026-07-28
Bluetooth: HIDP: validate numbered report payloads
Sangho Lee
1
-2
/
+3
2026-07-28
Bluetooth: HIDP: reject frames without a transaction header
Sangho Lee
1
-10
/
+15
2026-07-28
Bluetooth: mgmt: fix pending command UAF in EIR updates
Zihan Xi
1
-2
/
+18
2026-07-28
Bluetooth: mgmt: fix UAF in pair command cancellation
Zihan Xi
1
-18
/
+46
2026-07-28
Bluetooth: ISO: clear iso_data always when detaching conn from hcon
Pauli Virtanen
1
-0
/
+1
2026-07-20
Bluetooth: RFCOMM: Fix session UAF in set_termios
Chengfeng Ye
2
-4
/
+20
2026-07-20
Bluetooth: hci_sync: Protect UUID list traversal
Chengfeng Ye
1
-2
/
+11
2026-07-13
Bluetooth: mgmt: Translate HCI reason in Device Disconnected event
Mikhail Gavrilov
2
-18
/
+19
2026-07-13
Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups
Pauli Virtanen
1
-4
/
+20
2026-07-13
Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds
Pauli Virtanen
1
-4
/
+22
2026-07-13
Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
Pauli Virtanen
1
-0
/
+16
2026-07-13
Bluetooth: hci_sync: extend conn_hash lookup critical sections
Pauli Virtanen
1
-3
/
+39
2026-07-13
Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update
Cen Zhang
1
-9
/
+35
2026-07-06
Bluetooth: L2CAP: fix tx ident leak for commands without a response
Stig Hornang
1
-2
/
+13
2026-07-06
Bluetooth: ISO: fix malformed ISO_END/CONT handling
Pauli Virtanen
1
-15
/
+16
2026-07-06
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Siwei Zhang
4
-105
/
+121
2026-07-06
Bluetooth: fix UAF in bt_accept_dequeue()
Yousef Alhouseen
2
-16
/
+5
2026-07-06
Bluetooth: bnep: pin L2CAP connection during netdev registration
Yousef Alhouseen
1
-6
/
+21
[prev]
[next]