summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/virtio_bt.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-14Bluetooth: virtio_bt: validate rx pkt_type header lengthMichael Bommarito1-3/+20
2026-05-14Bluetooth: virtio_bt: clamp rx length before skb_putMichael Bommarito1-4/+12
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers1-5/+5
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-2/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-9/+5
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22bluetooth: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-2/+0
2023-07-03virtio_bt: call scheduler when we free unused buffsXianting Tian1-0/+1
2022-12-13virtio_bt: Fix alignment in configuration structIgor Skalkin1-3/+13
2022-12-13Bluetooth: virtio_bt: fix device removalMichael S. Tsirkin1-2/+17
2022-11-03Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-10-20Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()Soenke Huster1-0/+3
2021-06-26Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call returnColin Ian King1-0/+3
2021-04-08Bluetooth: Add support for virtio transport driverMarcel Holtmann1-0/+401