summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2021-11-18Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-11-18Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai1-8/+16
2021-09-18Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz1-31/+62
2021-09-18Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi1-23/+16
2021-09-18Bluetooth: schedule SCO timeouts with delayed_workDesmond Cheong Zhi Xi1-6/+29
2021-09-18Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi1-0/+15
2021-09-16Revert "Bluetooth: Move shutdown callback before flushing tx and rx queue"Sasha Levin1-8/+0
2021-09-15Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-09-15Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-0/+8
2021-09-15Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-5/+1
2021-09-15Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-09-15Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-1/+1
2021-09-15Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-08-26Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-1/+1
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman1-8/+8
2021-07-19Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An1-0/+2
2021-07-19Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz1-2/+2
2021-07-19Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz1-2/+2
2021-07-19Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng1-8/+8
2021-07-19Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K1-3/+3
2021-07-19Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu1-0/+3
2021-07-14Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-07-14Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz1-22/+29
2021-07-14Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz1-8/+6
2021-07-14Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-07-14Bluetooth: Remove spurious error messageSzymon Janc1-9/+5
2021-06-10Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma1-2/+2
2021-06-10Bluetooth: fix the erroneous flush_work() orderLin Ma1-1/+6
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz1-0/+9
2021-05-19Bluetooth: check for zapped sk before connectingArchie Pusaka1-0/+8
2021-05-19Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-05-19Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-05-19Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-05-14Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina1-4/+0
2021-05-14bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma1-4/+8
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-05-11Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-03-07Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari1-0/+3
2021-03-07Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede1-7/+11
2021-03-07Bluetooth: btusb: fix memory leak on suspend and resumeVamshi K Sthambamkadi1-1/+2
2021-03-04Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian1-2/+4
2021-03-04Bluetooth: drop HCI device reference before returnPan Bian1-0/+1
2021-03-04Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill1-1/+1
2021-01-09Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear1-1/+1
2020-12-30Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun1-0/+5
2020-12-30Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman1-4/+8
2020-12-30Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn1-0/+5