summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-151-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 Xi2021-11-261-5/+4
* 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: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz2021-09-221-31/+62
* Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi2021-09-221-23/+16
* Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi2021-09-221-6/+29
* 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
* Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø2021-08-261-1/+1
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-123-24/+44
* Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman2021-08-081-8/+8
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-201-8/+8
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-201-0/+3
* Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz2021-07-201-1/+12
* Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz2021-07-201-0/+3
* Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-06-101-2/+2
* Bluetooth: fix the erroneous flush_work() orderLin Ma2021-06-101-1/+6
* Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo2021-06-031-0/+5
* Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-05-261-0/+9
* Bluetooth: check for zapped sk before connectingArchie Pusaka2021-05-221-0/+8
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-05-221-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-05-221-0/+2
* bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma2021-05-221-4/+8
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-221-1/+2
* Fix misc new gcc warningsLinus Torvalds2021-05-221-1/+1
* Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-03-071-0/+3
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-03-041-2/+4
* Bluetooth: drop HCI device reference before returnPan Bian2021-03-041-0/+1
* Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2021-03-041-1/+1