aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-29devices: vhost: simplify string copies for GCC-10BenoƮt Ganne1-10/+5
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong1-47/+264
2019-10-07devices: vhost not reading packets from vringSteven Luong1-0/+22
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-8/+47
2019-07-23api: binary api cleanupDave Barach1-5/+9
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-02-21vhost: VPP stalls with vhost performing control plane actionsSteven Luong1-211/+248
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet1-155/+99
2018-10-02vhost-user: Interface state updatesJuraj Sloboda1-11/+12
2018-10-02vhost_user: Fix setting MTU using uninitialized variableJuraj Sloboda1-2/+1
2018-09-20vhost: show vhost may display garbage after the interface nameSteven1-2/+3
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang1-1/+11
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi1-0/+2242