summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/virtio_bt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-2/+1
* virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-9/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\
| * bluetooth: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-2/+0
|/
* virtio_bt: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
* virtio_bt: Fix alignment in configuration structIgor Skalkin2022-12-121-3/+13
* Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin2022-12-121-2/+17
* Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster2022-11-021-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-151-1/+1
* | Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()Soenke Huster2021-10-201-0/+3
|/
* Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call returnColin Ian King2021-06-261-0/+3
* Bluetooth: Add support for virtio transport driverMarcel Holtmann2021-04-081-0/+401