index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()
Pavitra Jha
1
-1
/
+3
11 days
Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections
Luiz Augusto von Dentz
3
-21
/
+21
11 days
Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast Source
Luiz Augusto von Dentz
1
-1
/
+1
11 days
Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINK
Luiz Augusto von Dentz
2
-2
/
+15
11 days
Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connections
Yang Li
6
-27
/
+37
11 days
Bluetooth: RFCOMM: Fix session UAF in set_termios
Chengfeng Ye
2
-4
/
+20
11 days
Bluetooth: hci_sync: Protect UUID list traversal
Chengfeng Ye
1
-2
/
+11
11 days
Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds
Pauli Virtanen
1
-4
/
+22
11 days
Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
Pauli Virtanen
1
-0
/
+16
11 days
Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update
Cen Zhang
1
-9
/
+35
2026-07-24
Bluetooth: L2CAP: fix tx ident leak for commands without a response
Stig Hornang
1
-2
/
+13
2026-07-24
Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdev
Luiz Augusto von Dentz
1
-15
/
+3
2026-07-24
Bluetooth: L2CAP: Fix regressions caused by reusing ident
Luiz Augusto von Dentz
1
-3
/
+26
2026-07-24
Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle
Luiz Augusto von Dentz
1
-1
/
+1
2026-07-24
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Siwei Zhang
4
-105
/
+121
2026-07-24
Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregister
Pauli Virtanen
1
-2
/
+23
2026-07-24
Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
Siwei Zhang
2
-32
/
+122
2026-07-24
Bluetooth: separate CIS_LINK and BIS_LINK link types
Pauli Virtanen
6
-45
/
+64
2026-07-24
Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
Luiz Augusto von Dentz
3
-34
/
+54
2026-07-24
Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock
Runyu Xiao
1
-8
/
+2
2026-07-24
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Luiz Augusto von Dentz
1
-14
/
+39
2026-07-24
Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref
Marco Elver
1
-14
/
+20
2026-07-24
Bluetooth: SCO: hold sk properly in sco_conn_ready
Pauli Virtanen
1
-12
/
+32
2026-07-24
Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready
Pauli Virtanen
1
-11
/
+9
2026-07-24
Bluetooth: MGMT: Fix adv monitor add failure cleanup
Cen Zhang
2
-1
/
+3
2026-07-24
Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
Cen Zhang
2
-6
/
+16
2026-07-24
Bluetooth: hci: validate codec capability element length
Samuel Moelius
1
-1
/
+1
2026-07-24
Bluetooth: hci_core: Fix UAF in hci_unregister_dev()
Jordan Walters
1
-0
/
+2
2026-07-24
Bluetooth: eir: Fix stack OOB write when prepending the Flags AD
Weiming Shi
1
-3
/
+5
2026-07-24
jiffies: Define secs_to_jiffies()
Easwar Hariharan
1
-2
/
+0
2026-07-18
Bluetooth: L2CAP: validate option length before reading conf opt value
Muhammad Bilal
1
-8
/
+28
2026-07-18
Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()
Muhammad Bilal
1
-1
/
+12
2026-07-18
Bluetooth: fix UAF in bt_accept_dequeue()
Yousef Alhouseen
2
-16
/
+5
2026-07-18
Bluetooth: bnep: pin L2CAP connection during netdev registration
Yousef Alhouseen
1
-6
/
+21
2026-07-18
Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete
Samuel Page
1
-0
/
+3
2026-06-19
Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
Michael Bommarito
1
-0
/
+46
2026-06-19
Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend
Yuqi Xu
1
-0
/
+5
2026-06-19
Bluetooth: MGMT: Fix backward compatibility with userspace
Luiz Augusto von Dentz
1
-2
/
+3
2026-06-19
Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls
SeungJu Cheon
1
-16
/
+44
2026-06-19
Bluetooth: ISO: Fix not using bc_sid as advertisement SID
Luiz Augusto von Dentz
4
-15
/
+64
2026-06-19
Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync
Luiz Augusto von Dentz
1
-0
/
+1
2026-06-19
Bluetooth: fix memory leak in error path of hci_alloc_dev()
Bharath Reddy
1
-2
/
+4
2026-06-19
Bluetooth: bnep: reject short frames before parsing
Zhang Cen
1
-21
/
+36
2026-06-19
Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...
Dudu Lu
1
-3
/
+10
2026-06-19
Bluetooth: RFCOMM: validate skb length in MCC handlers
SeungJu Cheon
1
-18
/
+49
2026-06-19
Bluetooth: MGMT: validate advertising TLV before type checks
Zhang Cen
1
-6
/
+6
2026-06-19
Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
Zhang Cen
1
-4
/
+22
2026-06-09
Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync
Doruk Tan Ozturk
1
-1
/
+3
2026-06-09
Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock
Muhammad Bilal
1
-1
/
+1
2026-06-09
Bluetooth: ISO: fix UAF in iso_recv_frame
Muhammad Bilal
1
-3
/
+7
[next]