summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/iso.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-251-6/+12
|\
| * Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz2024-10-231-6/+12
* | Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson2024-10-161-5/+1
|/
* Bluetooth: iso: remove unused struct 'iso_list_data'Dr. David Alan Gilbert2024-07-151-5/+0
* Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu2024-06-281-2/+1
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-2/+2
|\
| * net: change proto and proto_ops accept typeJens Axboe2024-05-141-2/+2
* | Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-141-1/+1
* | Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-141-54/+40
* | Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu2024-05-141-33/+42
|/
* Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
* Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-101-2/+8
* Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz2024-03-071-2/+2
* Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter2024-03-061-6/+3
* Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu2024-03-061-4/+46
* Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu2024-03-061-10/+31
* Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu2023-12-221-3/+48
* Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu2023-12-221-2/+77
* Bluetooth: ISO: Allow binding a PA sync socketIulia Tanasescu2023-12-221-5/+62
* 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-241-2/+6
* Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-241-26/+99
* Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-231-2/+7
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-181-3/+0
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-01-181-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-261-10/+25
* Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz2022-08-091-5/+11
* Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz2022-08-091-1/+1
* Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-091-1/+4
* Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-091-5/+5