aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-27tap: fix the host mac addressMohsin Kazmi1-0/+2
2020-03-27virtio: fix the out of order descriptors in txMohsin Kazmi1-0/+5
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi1-2/+1
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi1-0/+2
2019-11-20tap: multiqueue supportDamjan Marion1-28/+11
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion1-0/+14
2019-08-02virtio: add the display information in virtio cliChenmin Sun1-1/+1
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi1-0/+3
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi1-0/+4
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi1-17/+26
2019-04-25tap: Fix the indirect buffer allocationMohsin Kazmi1-1/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-18/+122
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-0/+1
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi1-0/+15
2019-01-21virtio: Native virtio driverMohsin Kazmi1-1/+164
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven1-3/+3
2018-02-06vlib: epoll on worker threadsDamjan Marion1-0/+2
2018-01-18vlib: add vlib_buffer_alloc_to_ring APIDamjan Marion1-1/+1
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven1-7/+28
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco1-0/+2
2017-12-04virtio: zero data structs in virtio_vring_initDamjan Marion1-3/+3
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion1-0/+159