summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/iso.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu2023-10-231-4/+12
* Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu2023-10-231-2/+1
* Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-231-5/+14
* Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz2023-09-201-3/+6
* Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-241-1/+27
* Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-33/+127
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz2023-08-111-0/+6
* Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen2023-08-111-13/+1
* Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz2023-08-111-0/+20
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-111-11/+29
* Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz2023-08-111-14/+0
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-9/+1
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-111-1/+1
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-111-7/+21
* Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
* Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-291-2/+2
* Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-231-2/+6
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-231-26/+99
* Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-221-2/+7
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-3/+0
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-171-35/+26
* Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2022-12-121-23/+38
* Bluetooth: hci_conn: use HCI dst_type values also for BISPauli Virtanen2022-12-121-2/+4
* Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo2022-12-021-0/+1
* Bluetooth: hci_conn: Fix CIS connection dst_type handlingPauli Virtanen2022-11-021-2/+12
* Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-251-10/+25
* Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz2022-08-081-5/+11
* Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz2022-08-081-1/+1
* Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-081-1/+4
* Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-081-5/+5
* Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-081-2/+4
* Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-221-34/+357
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-221-0/+1501