aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices
AgeCommit message (Expand)AuthorFilesLines
2019-07-23api: binary api cleanupDave Barach4-10/+18
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-18tap: fix memory errors with create/delete APIBenoît Ganne1-7/+9
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-29devices: virtio pci leaking spinlockSteven Luong1-0/+1
2019-06-28tap: fix memory errors in create/deleteBenoît Ganne1-1/+5
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 Kazmi8-2/+78
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi3-5/+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-07Fix af_packet issues:jackiechen19851-31/+57
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 Kazmi2-0/+43
2019-04-15tap: fix the crashMohsin 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