aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap/cli.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04tap: refactor existing flagsMohsin Kazmi1-1/+4
2020-04-29tap: fix missing "num-rx-queues" from cli helpMohsin Kazmi1-6/+6
2020-04-17tap: add initial support for tunMohsin Kazmi1-1/+53
2020-03-05tap: add support for persistanceMohsin Kazmi1-1/+6
2020-01-30tap: fix the host mac addressMohsin Kazmi1-1/+2
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi1-14/+30
2019-12-11devices: tap API cleanupJakub Grajciar1-1/+1
2019-11-20tap: multiqueue supportDamjan Marion1-0/+3
2019-11-08tap: fix cli parserDamjan Marion1-4/+5
2019-07-24tap: print the interface name on cli when createdMohsin Kazmi1-0/+5
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi1-1/+6
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-1/+59
2019-01-21virtio: Native virtio driverMohsin Kazmi1-98/+2
2018-03-30tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183]Steven1-2/+3
2018-01-18tapv2: add option to set host-side default gwDamjan Marion1-1/+8
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-3/+5
2017-12-08tapv2: multiple improvementsDamjan Marion1-34/+43
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion1-0/+306