summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add more enc key size checkAlex Lu2024-01-011-1/+15
* Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao2024-01-012-7/+25
* Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis2024-01-011-6/+15
* Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim2024-01-011-1/+6
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2024-01-011-1/+2
* Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2024-01-011-0/+3
* Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2023-11-282-15/+14
* Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler2023-11-201-2/+2
* 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: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz2023-10-101-3/+6
* Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao2023-10-101-2/+0
* Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz2023-10-101-9/+4
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-10-103-0/+3
* Bluetooth: Fix hci_suspend_sync crashYing Hsu2023-09-231-0/+4
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-09-132-2/+2
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-09-131-1/+1
* Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-09-131-5/+5
* Bluetooth: Fix potential use-after-free when clear keysMin Li2023-09-131-8/+8
* Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-08-231-1/+1
* Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-08-231-0/+5
* Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-08-111-0/+2
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-271-1/+3
* Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-271-22/+31
* Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-271-0/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-275-44/+159
* Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-07-191-10/+5
* Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen2023-07-191-0/+12
* Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-07-191-8/+39
* Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold2023-07-191-17/+11
* Bluetooth: fix debugfs registrationJohan Hovold2023-06-141-0/+3
* 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: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-141-0/+2
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-141-0/+4
* Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-142-6/+16
* 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-241-1/+0
* Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini2023-05-241-1/+5
* Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-05-241-2/+7
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-011-1/+8
* Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-201-1/+1