summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: use the correct print format for L2CAP debug statementsKai Ye2021-04-061-8/+8
* Bluetooth: Coding style fixMeng Yu2021-04-021-2/+3
* Bluetooth: Remove 'return' in void functionMeng Yu2021-04-021-2/+0
* Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-03-221-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-03-221-0/+2
* Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz2021-03-151-3/+9
* Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera2021-01-251-0/+1
* Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-25/+93
* Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg2020-12-071-1/+1
* Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka2020-11-111-1/+7
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-251-3/+4
* Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-10/+9
* Bluetooth: Terminate the link if pairing is cancelledManish Mandlik2020-06-181-2/+4
* Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan2020-05-111-2/+2
* Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz2020-03-251-10/+127
* Bluetooth: L2CAP: remove set but not used variable 'credits'YueHaibing2020-03-141-2/+1
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-03-121-1/+2