index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
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
2026-07-06
Bluetooth: sco: Fix a race condition in sco_sock_timeout()
Sungwoo Kim
1
-1
/
+14
2026-07-06
Bluetooth: MGMT: Fix adv monitor add failure cleanup
Cen Zhang
2
-1
/
+3
2026-07-06
Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
Cen Zhang
2
-6
/
+16
2026-07-06
Bluetooth: 6lowpan: avoid untracked enable work
Cen Zhang
1
-23
/
+4
2026-07-06
Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
Siwei Zhang
2
-32
/
+122
2026-07-06
Bluetooth: L2CAP: validate option length before reading conf opt value
Muhammad Bilal
1
-8
/
+28
2026-07-06
Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock
Runyu Xiao
1
-8
/
+2
2026-07-06
Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()
Muhammad Bilal
1
-1
/
+12
2026-07-06
Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete
Samuel Page
1
-0
/
+3
2026-07-06
Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdev
Luiz Augusto von Dentz
1
-15
/
+3
[next]