summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-08-301-0/+5
* Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-08-111-0/+2
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-141-4/+4
* Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-141-0/+9
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-141-0/+4
* bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li2023-06-091-0/+28
* Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li2023-05-301-1/+0
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-171-1/+8
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-201-1/+1
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-201-18/+6
* Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi2023-03-111-4/+7
* Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2023-03-112-24/+8
* Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka2023-02-061-0/+1
* Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2023-01-181-1/+2
* Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-141-0/+1
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-12-081-0/+13
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-251-1/+1
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-101-1/+2
* Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-101-0/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-101-7/+41
* Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-10-261-0/+7
* Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-10-261-0/+3
* Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-10-261-4/+6
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-251-7/+6
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-251-13/+48
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2022-07-291-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-292-2/+2
* Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2022-07-292-43/+53
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2022-07-291-23/+11
* Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-06-141-8/+13
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-3/+3
* Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz2022-04-201-1/+2
* Bluetooth: refactor malicious adv data checkBrian Gix2022-02-081-5/+5
* Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2022-01-271-0/+1
* Bluetooth: stop proccessing malicious adv dataPavel Skripkin2022-01-271-1/+7
* Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2022-01-271-3/+1
* Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2022-01-271-5/+4
* Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi2022-01-271-6/+29
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-11-261-1/+9
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-11-261-8/+16
* Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi2021-09-221-23/+16
* Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi2021-09-221-0/+15
* Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-09-221-0/+6
* Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-09-221-0/+8
* Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-09-221-5/+1
* Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King2021-09-221-1/+1
* Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter2021-09-221-0/+5