summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook2023-10-251-1/+2
* Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD2023-10-251-1/+1
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-251-5/+7
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-10-251-3/+5
* Bluetooth: Avoid redundant authenticationYing Hsu2023-10-251-28/+35
* Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-251-1/+1
* Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-251-2/+1
* Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-251-2/+2
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-252-0/+20
* Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-251-0/+9
* 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-051-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: fix null ptr deref on hci_sync_conn_complete_evtSoenke Huster2023-02-061-0/+13
* 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: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-141-1/+3
* 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-031-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-011-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