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-7.2.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
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref
Marco Elver
1
-14
/
+22
14 days
Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp
Jiale Yao
1
-0
/
+5
2026-07-24
Bluetooth: L2CAP: Fix regressions caused by reusing ident
Luiz Augusto von Dentz
1
-3
/
+26
2026-07-24
Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock
Runyu Xiao
1
-8
/
+2
2026-07-24
Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()
Hyunwoo Kim
1
-6
/
+3
2026-07-24
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Luiz Augusto von Dentz
1
-14
/
+39
2026-07-24
Bluetooth: L2CAP: validate option length before reading conf opt value
Muhammad Bilal
1
-8
/
+28
2026-06-19
Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
Michael Bommarito
1
-0
/
+46
2026-06-19
Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn
Siwei Zhang
1
-1
/
+3
2026-06-19
Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
Luiz Augusto von Dentz
1
-5
/
+22
2026-06-19
Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success
Zhenghang Xiao
1
-2
/
+8
2026-06-01
Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp
Dudu Lu
1
-0
/
+6
2026-06-01
Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTU
Luiz Augusto von Dentz
1
-1
/
+1
2026-04-18
Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
1
-1
/
+9
2026-04-18
Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop
Hyunwoo Kim
1
-7
/
+12
2026-04-18
Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...
Hyunwoo Kim
1
-0
/
+5
2026-04-18
Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU
Christian Eggers
1
-0
/
+1
2026-04-18
Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU
Christian Eggers
1
-3
/
+7
2026-04-18
Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access
Lukas Johannes Möller
1
-2
/
+4
2026-04-18
Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
Lukas Johannes Möller
1
-2
/
+2
2026-03-04
Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ
Luiz Augusto von Dentz
1
-0
/
+7
2026-03-04
Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
1
-1
/
+2
2026-03-04
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
1
-18
/
+45
2025-12-07
Bluetooth: L2CAP: export l2cap_chan_hold for modules
Pauli Virtanen
1
-0
/
+1
2025-08-28
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
Luiz Augusto von Dentz
1
-5
/
+21
2025-07-10
Bluetooth: L2CAP: Fix L2CAP MTU negotiation
Frédéric Danis
1
-1
/
+8
2025-06-27
Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
Luiz Augusto von Dentz
1
-1
/
+2
2025-06-04
Bluetooth: L2CAP: Fix not checking l2cap_chan security level
Luiz Augusto von Dentz
1
-7
/
+8
2025-05-02
Bluetooth: l2cap: Check encryption key size on incoming connection
Frédéric Danis
1
-1
/
+2
2025-03-13
Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response
Luiz Augusto von Dentz
1
-2
/
+7
2024-12-14
Bluetooth: L2CAP: Fix uaf in l2cap_connect
Luiz Augusto von Dentz
1
-9
/
+0
2024-08-19
Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()
Dmitry Antipov
1
-0
/
+1
2024-07-05
Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
Luiz Augusto von Dentz
1
-7
/
+1
2024-05-17
Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
Duoming Zhou
1
-0
/
+3
2024-03-06
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
1
-1
/
+7
2024-02-23
Bluetooth: L2CAP: Fix possible multiple reject send
Frédéric Danis
1
-1
/
+2
2024-01-05
Bluetooth: L2CAP: Send reject on command corrupted request
Frédéric Danis
1
-6
/
+15
2023-08-26
Bluetooth: L2CAP: Fix use-after-free
Zhengping Jiang
1
-0
/
+5
2023-06-14
Bluetooth: L2CAP: Add missing checks for invalid DCID
Sungwoo Kim
1
-0
/
+9
2023-06-14
Bluetooth: Fix l2cap_disconnect_req deadlock
Ying Hsu
1
-0
/
+4
2023-05-24
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
Min Li
1
-1
/
+0
2023-04-20
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
1
-18
/
+6
2023-03-30
Bluetooth: L2CAP: Fix responding with wrong PDU type
Luiz Augusto von Dentz
1
-38
/
+79
2023-03-10
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
1
-24
/
+0
2022-12-21
Bluetooth: L2CAP: Fix u8 overflow
Sungwoo Kim
1
-1
/
+2
2022-11-26
Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
Luiz Augusto von Dentz
1
-1
/
+1
2022-11-10
Bluetooth: L2CAP: Fix attempting to access uninitialized memory
Luiz Augusto von Dentz
1
-1
/
+2
2022-11-10
Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
Luiz Augusto von Dentz
1
-0
/
+25
2022-11-10
Bluetooth: L2CAP: Fix memory leak in vhci_write
Hawkins Jiawei
1
-4
/
+3
2022-11-10
Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
Zhengchao Shao
1
-0
/
+1
[next]