aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap
AgeCommit message (Expand)AuthorFilesLines
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-12/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-6/+4
2020-11-09tap: add function to set speedAlexander Chernavin2-1/+83
2020-11-05tap: allow change of carrier state on hostMatthew Smith2-0/+43
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
2020-10-22tap: fix the api for use of vec_lenMohsin Kazmi1-3/+8
2020-10-17tap: replaces strlen to vec_lenMohsin Kazmi1-4/+4
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-1/+1
2020-09-28virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi2-3/+1
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi2-10/+6
2020-09-02tap: add the static assert for api flagsMohsin Kazmi1-0/+19
2020-09-02tap: add virtio 1.1 API flagMohsin Kazmi3-2/+10
2020-08-17tap: add gro supportMohsin Kazmi3-7/+26
2020-07-07tap: fix the tun sndbuf value for kernel 4.20 and laterMohsin Kazmi1-4/+16
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi1-1/+4
2020-06-27tap: remove the bridge configurations for TUN interfaceMohsin Kazmi1-9/+10
2020-06-09tap: enable gso/csum offload for tunMohsin Kazmi1-7/+0
2020-05-29docs: Minor updates to feature.yaml filesJohn DeNisco1-2/+3
2020-05-04misc: binary api fuzz test fixesDave Barach1-1/+1
2020-05-04tap: refactor existing flagsMohsin Kazmi3-12/+26
2020-05-01tap: implement sw_interface_tap_v2_dump filtering by sw_if_indexPaul Vinciguerra3-13/+12
2020-04-30tap: allow deletion of tun interfaceMatthew Smith1-2/+5
2020-04-29tap: fix missing "num-rx-queues" from cli helpMohsin Kazmi1-6/+6
2020-04-28tap: use one tap fd per rx queueAloys Augustin1-33/+59
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