aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/vhost_user_output.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-25devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong1-2/+7
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