summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2024-08-07Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz
2024-06-10Bluetooth: fix connection setup in l2cap_connectPauli Virtanen
2024-06-10Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-14Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-14Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-03Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim
2024-04-24Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz
2024-04-10Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng
2023-12-22Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis
2023-06-29Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang
2023-06-05Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim
2023-06-05Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu
2023-04-23Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li
2023-04-23Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz
2023-04-10Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz
2023-03-23Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz
2023-02-09Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz
2022-12-12Bluetooth: Add CONFIG_BT_LE_L2CAP_ECREDLuiz Augusto von Dentz
2022-12-02Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim
2022-11-02Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz
2022-11-02Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei
2022-11-02Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao
2022-11-02Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy
2022-09-29Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz
2022-09-19Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa
2022-08-25Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz
2022-08-08Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-21Bluetooth: use memset avoid memory leaksXiaohui Zhang
2022-03-18Bluetooth: Don't assign twice the same valueChristophe JAILLET
2022-03-04Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka
2021-06-26Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz
2021-06-26Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu
2021-04-06Bluetooth: use the correct print format for L2CAP debug statementsKai Ye