aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
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
2021-04-02Bluetooth: Coding style fixMeng Yu
2021-04-02Bluetooth: Remove 'return' in void functionMeng Yu
2021-03-25Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury
2021-03-22Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa
2021-03-22Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka
2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz
2021-01-25Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera
2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz
2020-12-07Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg
2020-11-11Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik
2020-05-11Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan