aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23tap: crash in multi-thread environmentSteven Luong1-0/+4
2019-05-23Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi1-17/+26
2019-04-26tap: Fix the indirect buffer allocation VPP-1660Mohsin 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