aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra6-6/+15
2019-10-23devices: 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-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion2-0/+2
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi1-1/+0
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi1-0/+14
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi1-1/+0
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16
2019-08-02virtio: add the display information in virtio cliChenmin Sun2-2/+2
2019-07-31devices interface tests: vhosst GSO supportSteven Luong7-19/+296
2019-07-23api: binary api cleanupDave Barach3-8/+14
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-06-20tap: fix the total length of packet for stats byteMohsin Kazmi1-3/+3
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi2-0/+4
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi2-1/+4
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi5-7/+77
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi4-48/+61
2019-05-16init / exit function orderingDave Barach1-6/+6
2019-05-06virtio: refactor ctrl queue supportMohsin Kazmi1-22/+32
2019-05-01virtio: Fix virtio buffer allocationMohsin Kazmi1-1/+1
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi5-41/+27
2019-04-25tap: Fix the indirect buffer allocationMohsin Kazmi1-1/+1
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi1-0/+1
2019-04-10API: Fix shared memory only action handlers.Ole Troan2-47/+0
2019-04-08fixing typosJim Thompson1-1/+1
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11
2019-04-03virtio: Add support for multiqueueMohsin Kazmi6-76/+466
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan2-2/+4
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar2-4/+2
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-03-13deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCHFilip Tehlar1-7/+7
2019-03-04devices: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-6/+3
2019-02-23vhoat: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
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 Yourtchenko4-7/+121
2019-02-14Add -fno-common compile optionBenoît Ganne2-2/+2
2019-02-09buffers: fix typoDamjan Marion2-5/+4
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion2-3/+4
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi4-44/+114
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi4-2/+23
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