summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/iso.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-091-2/+4
* Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-231-34/+357
* Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-231-0/+1501