summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/iso.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen2023-03-301-2/+7
* Bluetooth: ISO: Fix possible circular locking dependencyLuiz Augusto von Dentz2023-02-011-35/+26
* Bluetooth: ISO: Avoid circular locking dependencyLuiz Augusto von Dentz2023-02-011-23/+38
* 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