summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet2-2/+2
2023-09-13Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik1-1/+1
2023-09-13Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson1-5/+5
2023-09-13Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-08-23Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko1-1/+1
2023-08-23Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang1-0/+5
2023-08-11Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim1-0/+2
2023-07-27Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson1-1/+3
2023-07-27Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen1-22/+31
2023-07-27Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen5-44/+159
2023-07-19Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-10/+5
2023-07-19Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen1-0/+12
2023-07-19Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen1-8/+39
2023-07-19Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold1-17/+11
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold1-0/+3
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-14Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen1-0/+2
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2-6/+16
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li1-0/+28
2023-05-24Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rspMin Li1-1/+0
2023-05-24Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini1-1/+5
2023-05-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-2/+7
2023-05-01bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li1-1/+8
2023-04-20Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu1-1/+1
2023-04-20Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz1-7/+9
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz3-15/+21
2023-04-20Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz1-28/+24
2023-04-20Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz1-6/+24
2023-04-20Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka1-1/+8
2023-04-20Bluetooth: Fix race condition in hidp_session_threadMin Li1-1/+1
2023-04-20Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz1-18/+6
2023-03-30Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li1-0/+2
2023-03-30Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim1-0/+2
2023-03-30Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung1-1/+2
2023-03-30Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-03-30Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix1-6/+0
2023-03-30Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen1-2/+7
2023-03-30Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-4/+19
2023-03-30Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang1-20/+44
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-03-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-02-09use less confusing names for iov_iter direction initializersAl Viro3-3/+3
2023-02-01Bluetooth: hci_sync: cancel cmd_timer if hci_open failedArchie Pusaka1-0/+1
2023-02-01Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu1-1/+6
2023-02-01Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz1-1/+4
2023-02-01Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz1-35/+26
2023-02-01Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz1-23/+38