aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-07-09gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-04-17vhost: show vhost-user <interface> may crash [VPP-1242]Steven1-0/+7
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven1-3/+3
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion2-0/+6
2018-02-08virtio: reset vnet header on txDamjan Marion1-0/+3
2018-02-08vhostuser: Fix vhostuser file descriptor leakHaiyang Tan1-4/+13
2018-02-07vhost: Added ARMV8 NEON version of function map_guest_mem()Nitin Saxena1-0/+69
2018-02-06vlib: epoll on worker threadsDamjan Marion2-0/+4
2018-02-05vhost_user: code cleanupHaiyang Tan1-4/+4
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall1-13/+17
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-21vhost_user: 'nregions' saves the actual number of mapped guest physical addre...Haiyang Tan1-1/+2
2018-01-18vlib: add vlib_buffer_alloc_to_ring APIDamjan Marion2-11/+4
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven3-9/+32
2018-01-11api: remove transport specific code from handlersFlorin Coras1-11/+12
2018-01-09api: refactor vlibmemoryFlorin Coras1-6/+4
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco4-0/+15
2017-12-08tapv2: multiple improvementsDamjan Marion2-2/+3
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion5-1068/+0
2017-12-04tap_v2: coverity strikes, again!Steven1-2/+3
2017-12-04virtio: zero data structs in virtio_vring_initDamjan Marion1-3/+3
2017-12-02tap_v2: multiple improvementsDamjan Marion5-60/+168
2017-12-01virtio: fix coverity warningsSteven1-1/+1
2017-11-30tap_v2: move netlink code to separate fileDamjan Marion1-76/+2
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion9-0/+1953
2017-10-14vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-09fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-09-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-09move unix_file_* code to vppinfraDamjan Marion2-32/+32
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven2-3/+9
2017-08-30vhost: Cache qsz_mask instead of qsz in vhost_user_vring_tSteven2-32/+28
2017-08-28vhost: Remove operation mode in the APISteven1-6/+0
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns1-1/+1
2017-08-11Dedicated SW Interface EventNeale Ranns1-3/+3
2017-07-27vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-06-02vhost: add debug vhost-user on | off CLISteven2-20/+59
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven3-484/+316
2017-05-20vhost: buffers leak and interface disable upon vring descriptor out of mmapSteven1-16/+9
2017-05-17vhost: bad packet assembled from descriptor chainingSteven1-1/+2
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-1/+1
2017-04-28vhost: Disallow duplicate path name for vhost interfaceSteven2-1/+37
2017-04-26vhost: Fix mmap size calculationPierre Pfister1-3/+3
2017-04-26vhost: core dump on quit with worker threadsSteven1-0/+2
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-22/+2
2017-04-24vhost: remove socket linked file when deleting vhost interfaceSteven1-9/+18
2017-04-11vhost: interrupt mode enhancementsSteven2-34/+26
2017-04-06Use thread local storage for thread indexDamjan Marion1-62/+65
2017-03-29vhost: vhost-user component may become unusable with too many open files (VPP...Steven1-9/+20