aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2019-03-13vhost: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-02-22vhost: VPP stalls with vhost performing control plane actions [VPP-1572]Steven Luong3-214/+259
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-01-08virtio: fix kick race issueDamjan Marion3-10/+29
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko3-0/+8
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-0/+1
2019-01-01buffers: remove unused codeDamjan Marion3-7/+4
2018-12-22tapv2: coverity woeSteven1-2/+4
2018-11-26Add a feature arc consistency checkDave Barach1-0/+1
2018-11-23vhost-user: use memory store barrierDamjan Marion1-3/+3
2018-11-23vhost-user: add missing inlinesDamjan Marion1-2/+2
2018-11-23vhost-user: avoid global storage accessDamjan Marion1-26/+34
2018-11-23vhost-user: simplify input loopDamjan Marion1-181/+174
2018-11-22vhost-user: hint ethernet-input about single sw_if_indexDamjan Marion1-1/+16
2018-11-22vhost-user: avoid per-packet feature arc lookupsDamjan Marion1-12/+18
2018-11-22vhost-user: fix input node runtime statsDamjan Marion1-2/+2
2018-11-20vhost-user: cleanupDamjan Marion2-65/+44
2018-11-17pcap-based dispatch tracerDave Barach1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach9-28/+27
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion5-8/+8
2018-11-06vhost: crash in vhost_user_tx_avx2Steven1-0/+6
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das2-5/+9
2018-10-27virtio: remove the extra return callMohsin Kazmi1-2/+0
2018-10-23c11 safe string handling supportDave Barach13-29/+29
2018-10-20pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...Andrew Yourtchenko1-29/+30
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet4-177/+129
2018-10-02vhost-user: Interface state updatesJuraj Sloboda4-16/+29
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-20vhost-user: Add disable feature support in apiMohsin Kazmi2-2/+16
2018-09-12vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang2-1/+15
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+1
2018-08-17Fix a bug in function pipe_rxLijian Zhang1-1/+1
2018-08-13Multiarch handling in different constructor macrosDamjan Marion2-5/+0
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-18/+3
2018-07-17VOM: support for pipesNeale Ranns2-10/+10
2018-07-11avoid using thread local storage for thread indexDamjan Marion5-6/+6
2018-07-09new pipe code does not use stdintsNeale Ranns1-2/+2
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi6-1534/+1667
2018-07-07PipesNeale Ranns4-0/+1141
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-06-22Update tapv2 documentationIan Wells1-1/+1
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-2/+1
2018-06-05VPP-1305: Add support for tagsJerome Tollet2-2/+18
2018-05-29af_packet: Add support for dump interfacesMohsin Kazmi4-1/+98
2018-05-28af-packet: Add support for loggingMohsin Kazmi3-38/+52
2018-05-28itf: Fix admin up down for AF_PACKET and vhost-userMohsin Kazmi2-10/+45
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3