aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap/tap.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-24api: binary api cleanupDave Barach1-2/+4
2019-05-23tap: crash in multi-thread environmentSteven Luong1-4/+0
2019-04-16tap: fix the crash [VPP-1645]Mohsin Kazmi1-0/+3
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-12/+27
2019-03-28Add RDMA ibverb driver pluginBenoƮt Ganne1-10/+2
2019-02-22tapv2: coverity strikes backSteven Luong1-5/+4
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-0/+65
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi1-0/+1
2019-01-21virtio: Native virtio driverMohsin Kazmi1-8/+18
2018-12-22tapv2: coverity woeSteven1-2/+4
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-05-18tap: remove the local vlib_log_info definitionMohsin Kazmi1-9/+3
2018-04-27TAP memory leaks:Neale Ranns1-23/+15
2018-04-17Add logging supportDamjan Marion1-0/+9
2018-03-02tapv2: CLI and binary API fixesSteven1-2/+2
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
2018-01-18tapv2: add option to set host-side default gwDamjan Marion1-0/+20
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven1-2/+2
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco1-2/+42
2017-12-10tap_v2: fix issues reported by coverityDamjan Marion1-3/+3
2017-12-08tapv2: multiple improvementsDamjan Marion1-28/+149
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion1-0/+352