summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-271-8/+0
* Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-071-0/+1
* Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz2024-06-281-0/+3
* Bluetooth: fix connection setup in l2cap_connectPauli Virtanen2024-06-101-2/+2
* Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-7/+1
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-17/+4
* Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-141-14/+3
* Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2024-05-141-7/+49
* Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-05-141-25/+21
* Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou2024-05-031-0/+3
* Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim2024-05-031-11/+10
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-1/+1
* Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
* Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz2024-03-061-6/+4
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-061-1051/+18
* Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-02-281-1/+7
* Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis2023-12-221-1/+2
* Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis2023-12-151-6/+15
* Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-06-291-0/+5
* Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-051-0/+9
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-051-0/+4
* Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-04-231-1/+0
* Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-231-4/+3
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-101-18/+6
* Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz2023-03-231-38/+79
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-02-091-24/+0
* Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz2022-12-121-1/+1
* Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2022-12-021-1/+2
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-021-1/+2
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-021-1/+1
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-11-021-0/+25
* Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei2022-11-021-4/+3
* Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-021-0/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-021-7/+41
* Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-09-291-0/+7
* Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-09-191-4/+6
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-251-5/+5
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-081-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-13/+48
|\
| * Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-13/+48
* | Bluetooth: use memset avoid memory leaksXiaohui Zhang2022-07-211-0/+1
|/
* Bluetooth: Don't assign twice the same valueChristophe JAILLET2022-03-181-1/+0
* Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)2022-03-041-0/+1
* Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-221-1/+1
* Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-301-1/+1
* Bluetooth: use inclusive language when filtering devicesArchie Pusaka2021-06-261-2/+2
* Bluetooth: use inclusive language in HCI role commentsArchie Pusaka2021-06-261-1/+1
* Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz2021-06-261-2/+2
* Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz2021-06-261-2/+2
* Bluetooth: Return whether a connection is outboundYu Liu2021-06-261-1/+1