summaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2019-10-25devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-09-03tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-07-24api: binary api cleanupDave Barach4-10/+18
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-05-23tap: crash in multi-thread environmentSteven Luong3-5/+4
2019-05-23Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi4-48/+61
2019-04-26tap: Fix the indirect buffer allocation VPP-1660Mohsin Kazmi1-1/+1
2019-04-16tap: fix the crash [VPP-1645]Mohsin Kazmi1-0/+3
2019-04-10API: Fix shared memory only action handlers.Ole Troan3-70/+1
2019-04-08fixing typosJim Thompson4-4/+4
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-08minor spelling errors (both in comments)Jim Thompson1-1/+1
2019-04-06Pipe: fix double count on TX (TX counting is done in interface-output)Neale Ranns1-11/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi7-88/+493
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-10/+2
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-1/+1
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan3-3/+6
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar3-6/+3
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar3-21/+15
2019-03-04devices: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar3-18/+9
2019-02-23vhoat: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-02-22tapv2: coverity strikes backSteven Luong1-5/+4
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-21vhost: VPP stalls with vhost performing control plane actionsSteven Luong3-214/+259
2019-02-19tap gso: experimental supportAndrew Yourtchenko7-8/+248
2019-02-14Add -fno-common compile optionBenoît Ganne3-3/+3
2019-02-09buffers: fix typoDamjan Marion4-7/+6
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion4-5/+6
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi4-44/+114
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi5-2/+24
2019-01-30virtio: fix the device order (legacy or modern)Mohsin Kazmi1-3/+3
2019-01-29virtio: Support legacy and transitional virtio devicesMohsin Kazmi1-3/+11
2019-01-24virtio: Minor fixes and header cleanupMohsin Kazmi5-24/+7
2019-01-23virtio: Add support for loggingMohsin Kazmi4-31/+97
2019-01-21virtio: Native virtio driverMohsin Kazmi11-173/+2069
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