summaryrefslogtreecommitdiff
path: root/net/bluetooth/iso.c
AgeCommit message (Expand)Author
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz
2025-03-25Bluetooth: ISO: add TX timestampingPauli Virtanen
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-01-14Bluetooth: iso: Allow BIG re-syncIulia Tanasescu
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu
2024-12-12Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu
2024-12-12Bluetooth: iso: Fix recursive locking warningIulia Tanasescu
2024-12-12Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-11-14Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu
2024-11-14Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz
2024-11-14Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu
2024-11-14Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu
2024-11-14Bluetooth: ISO: Fix matching parent socket for BIS slaveIulia Tanasescu
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-07-14Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert
2024-06-28Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-14Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu
2024-05-14Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-04-10Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-10Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz
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