aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/device.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi1-4/+38
2020-03-21virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-21virtio: fix the out of order descriptors in txMohsin Kazmi1-8/+95
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi1-11/+77
2019-12-04gso: remove the interface countMohsin Kazmi1-2/+1
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion1-21/+0
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi1-12/+35
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-6/+7
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-7/+7
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-4/+30
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi1-0/+6
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi1-2/+0
2019-01-21virtio: Native virtio driverMohsin Kazmi1-42/+94
2019-01-08virtio: fix kick race issueDamjan Marion1-5/+5
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-10-27virtio: remove the extra return callMohsin Kazmi1-2/+0
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion1-0/+4
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven1-1/+1
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco1-0/+2
2017-12-08tapv2: multiple improvementsDamjan Marion1-1/+1
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion1-0/+328