summaryrefslogtreecommitdiff
path: root/net/bluetooth/iso.c
AgeCommit message (Expand)Author
2024-03-07Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz
2024-03-06Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter
2024-03-06Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu
2024-03-06Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu
2023-12-22Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu
2023-12-22Bluetooth: ISO: Allow binding a PA sync socketIulia Tanasescu
2023-10-23Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-11Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen
2023-08-11Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu
2023-08-11Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz
2023-04-23Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz
2023-04-23Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu
2023-03-22Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz
2023-01-17Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz
2022-12-12Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz
2022-12-12Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen
2022-12-02Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo
2022-11-02Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen
2022-08-25Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz
2022-08-08Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz
2022-08-08Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz
2022-08-08Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz
2022-08-08Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz
2022-08-08Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz