aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-27virtio: fix the out of order descriptors in txMohsin Kazmi1-0/+1
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi1-27/+147
2019-12-17virtio: fix the tx queue thread bindingMohsin Kazmi1-3/+17
2019-12-04gso: remove the interface countMohsin Kazmi1-4/+0
2019-11-20virtio: fix use-after-freeBenoƮt Ganne1-1/+1
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion1-51/+39
2019-11-12virtio: remove unused codeDamjan Marion1-4/+0
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi1-5/+56
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi1-18/+0
2019-05-06virtio: refactor ctrl queue supportMohsin Kazmi1-22/+32
2019-05-01virtio: Fix virtio buffer allocationMohsin Kazmi1-1/+1
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi1-29/+26
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-37/+310
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi1-40/+101
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi1-0/+1
2019-01-30virtio: fix the device order (legacy or modern)Mohsin Kazmi1-3/+3
2019-01-29virtio: Support legacy and transitional virtio devicesMohsin Kazmi1-3/+11
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi1-8/+0
2019-01-23virtio: Add support for loggingMohsin Kazmi1-26/+66
2019-01-21virtio: Native virtio driverMohsin Kazmi1-0/+919