aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap
AgeCommit message (Expand)AuthorFilesLines
2020-04-17tap: add initial support for tunMohsin Kazmi4-22/+118
2020-03-23tap: fix the numa/queue for buffersMohsin Kazmi1-1/+1
2020-03-05tap: add support for persistanceMohsin Kazmi6-39/+113
2020-02-26api: improve api string safetyJakub Grajciar1-1/+1
2020-02-15tap: fix the default parameter for num_rx_queuesMohsin Kazmi1-9/+3
2020-01-30tap: fix host mtu configuration settingMohsin Kazmi1-12/+13
2020-01-30tap: fix the host mac addressMohsin Kazmi2-20/+9
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi4-17/+107
2019-12-11devices: tap API cleanupJakub Grajciar5-93/+128
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-04gso: remove the interface countMohsin Kazmi1-7/+0
2019-11-25tap: fix coverity warning 205875Andrew Yourtchenko1-1/+6
2019-11-20tap: multiqueue supportDamjan Marion3-123/+246
2019-11-12tap: Move client registration check to topPaul Vinciguerra2-9/+14
2019-11-08tap: add check for vhost-net backendDamjan Marion1-0/+9
2019-11-08tap: fix cli parserDamjan Marion1-4/+5
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-1/+3
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra3-4/+14
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi1-42/+0
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-07-30tap: fix segv when host-if-name is not givenMohsin Kazmi1-8/+10
2019-07-24tap: print the interface name on cli when createdMohsin Kazmi2-0/+6
2019-07-23api: binary api cleanupDave Barach1-2/+4
2019-07-18tap: fix memory errors with create/delete APIBenoît Ganne1-7/+9
2019-06-28tap: fix memory errors in create/deleteBenoît Ganne1-1/+5
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi5-2/+73
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi1-4/+0
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi1-0/+42
2019-04-15tap: fix the crashMohsin Kazmi1-0/+3
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-23/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-12/+27
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-10/+2
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+2
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-2/+1
2019-02-22tapv2: coverity strikes backSteven Luong1-5/+4
2019-02-19tap gso: experimental supportAndrew Yourtchenko3-1/+127
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi1-0/+1
2019-01-21virtio: Native virtio driverMohsin Kazmi2-106/+20
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko3-0/+8
2018-12-22tapv2: coverity woeSteven1-2/+4
2018-10-23c11 safe string handling supportDave Barach2-8/+8
2018-06-22Update tapv2 documentationIan Wells1-1/+1
2018-06-05VPP-1305: Add support for tagsJerome Tollet2-2/+18
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3
2018-04-27TAP memory leaks:Neale Ranns2-26/+18
2018-04-17Add logging supportDamjan Marion2-0/+12
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven1-2/+3
2018-03-02tapv2: CLI and binary API fixesSteven2-3/+3
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion1-0/+4