aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth/virtio_bt.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+0
2024-05-22bluetooth: virtio: drop owner assignmentGravatar Krzysztof Kozlowski 1-1/+0
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportGravatar Luiz Augusto von Dentz 1-2/+0
2023-07-03virtio_bt: call scheduler when we free unused buffsGravatar Xianting Tian 1-0/+1
2022-12-12virtio_bt: Fix alignment in configuration structGravatar Igor Skalkin 1-3/+13
2022-12-12Bluetooth: virtio_bt: fix device removalGravatar Michael S. Tsirkin 1-2/+17
2022-11-02Bluetooth: virtio_bt: Use skb_put to set lengthGravatar Soenke Huster 1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-1/+1
2021-10-20Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()Gravatar Soenke Huster 1-0/+3
2021-06-26Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call returnGravatar Colin Ian King 1-0/+3
2021-04-08Bluetooth: Add support for virtio transport driverGravatar Marcel Holtmann 1-0/+401