summaryrefslogtreecommitdiff
path: root/net/bluetooth/iso.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz1-1/+7
2025-12-07Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu1-1/+27
2025-10-15Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen1-1/+1
2025-10-15Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz1-0/+7
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-6/+0
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-0/+6
2024-12-19Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-11-22Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-22/+10
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-10-22Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-9/+1
2023-10-10Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz1-3/+6
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-07-27Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen1-22/+31
2023-03-30Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen1-2/+7
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
2022-12-03Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo1-0/+1
2022-11-03Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen1-2/+12
2022-08-26Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz1-10/+25
2022-08-09Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz1-5/+11
2022-08-09Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz1-1/+1
2022-08-09Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz1-1/+4
2022-08-09Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz1-5/+5
2022-08-09Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter1-2/+4
2022-07-23Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz1-34/+357
2022-07-23Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz1-0/+1501