summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
14 daysBluetooth: L2CAP: Fix UAF in channel timeout by holding conn refMarco Elver1-14/+22
14 daysBluetooth: L2CAP: fix UAF in l2cap_le_connect_rspJiale Yao1-0/+5
2026-07-24Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-3/+26
2026-07-24Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lockRunyu Xiao1-8/+2
2026-07-24Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim1-6/+3
2026-07-24Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-14/+39
2026-07-24Bluetooth: L2CAP: validate option length before reading conf opt valueMuhammad Bilal1-8/+28
2026-06-19Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito1-0/+46
2026-06-19Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !connSiwei Zhang1-1/+3
2026-06-19Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
2026-06-19Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
2026-06-01Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rspDudu Lu1-0/+6
2026-06-01Bluetooth: L2CAP: Fix printing wrong information if SDU length exceeds MTULuiz Augusto von Dentz1-1/+1
2026-04-18Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
2026-04-18Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loopHyunwoo Kim1-7/+12
2026-04-18Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim1-0/+5
2026-04-18Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers1-0/+1
2026-04-18Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers1-3/+7
2026-04-18Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-04-18Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-04Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz1-0/+7
2026-03-04Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+2
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-18/+45
2025-12-07Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-08-28Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz1-5/+21
2025-07-10Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis1-1/+8
2025-06-27Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz1-1/+2
2025-06-04Bluetooth: L2CAP: Fix not checking l2cap_chan security levelLuiz Augusto von Dentz1-7/+8
2025-05-02Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-03-13Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2024-12-14Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz1-9/+0
2024-08-19Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-7/+1
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng1-1/+7
2024-02-23Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis1-1/+2
2024-01-05Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis1-6/+15
2023-08-26Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang1-0/+5
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-05-24Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-04-20Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz1-18/+6
2023-03-30Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz1-24/+0
2022-12-21Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim1-1/+2
2022-11-26Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz1-1/+1
2022-11-10Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz1-1/+2
2022-11-10Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz1-0/+25
2022-11-10Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei1-4/+3
2022-11-10Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao1-0/+1