aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user_output.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05gso: add support for IP-IPMohsin Kazmi1-3/+7
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong1-0/+421
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi1-3/+3
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi1-0/+6
2020-02-03virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-01-08virtio: fix ip4 checksum offloadMohsin Kazmi1-2/+14
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra1-1/+1
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong1-2/+7
2019-07-31devices interface tests: vhosst GSO supportSteven Luong1-1/+52
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-1/+1
2018-11-20vhost-user: cleanupDamjan Marion1-22/+16
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-2/+2
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet1-4/+7
2018-10-02vhost-user: Interface state updatesJuraj Sloboda1-4/+10
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-3/+0
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-18/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi1-0/+671