aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/cli.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-8/+0
2023-11-21virtio: fix cli parsing for tx-queue-sizeVratko Polak1-1/+1
2023-09-06virtio: add support for tx-queue-sizeMohsin Kazmi1-1/+5
2023-01-11virtio: add option to bind interface to uio driverBenoƮt Ganne1-2/+6
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+2
2020-11-17virtio: virtio: implement packed queues from virtio 1.1Mohsin Kazmi1-2/+4
2020-09-28virtio: add packet buffering on txMohsin Kazmi1-1/+9
2020-08-20virtio: refactor pci device codeMohsin Kazmi1-1/+1
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi1-1/+65
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion1-2/+0
2019-08-02virtio: add the display information in virtio cliChenmin Sun1-1/+1
2019-07-23api: binary api cleanupDave Barach1-1/+1
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi1-0/+2
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi1-6/+1
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi1-7/+2
2019-01-23virtio: Add support for loggingMohsin Kazmi1-5/+7
2019-01-21virtio: Native virtio driverMohsin Kazmi1-0/+208
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion1-306/+0
2017-12-02tap_v2: multiple improvementsDamjan Marion1-21/+27
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion1-0/+300