aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap/tap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2022-04-05tap: fix the coverity warningMohsin Kazmi1-1/+1
2022-03-02tap: fix tun set mtuBenoƮt Ganne1-1/+1
2022-03-01virtio: refactor codeMohsin Kazmi1-6/+6
2022-02-18vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev1-0/+9
2022-01-18virtio: remove admin-up flag during interface creationMohsin Kazmi1-1/+0
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-6/+4
2022-01-10interface: refactor interface capabilities code, part 2Damjan Marion1-29/+29
2022-01-07ethernet: new interface registration functionDamjan Marion1-10/+6
2022-01-06tap: add num_tx_queues APINathan Skrzypczak1-1/+1
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-16/+12
2021-12-14virtio: integrate with new tx infraMohsin Kazmi1-0/+4
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-4/+2
2021-10-28tap: handle null namespace and bridge correctlyMatthew Smith1-2/+4
2021-10-05tap: free the tap_fds vec on interface deletionMohsin Kazmi1-0/+1
2021-09-29tap: Fix tap create with nsNathan Skrzypczak1-55/+24
2021-09-22tap: remove cxq_vring from tap/tunMohsin Kazmi1-1/+0
2021-09-15tap: set device name on creation via TUNSETIFFDuncan Eastoe1-17/+8
2021-07-22vppinfra: add abstract socket & netns fnsNathan Skrzypczak1-32/+14
2021-07-08tap: Set the MTU on the TUN deivceNeale Ranns1-0/+13
2021-03-19interface: add capabilities flagsMohsin Kazmi1-22/+16
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-12/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-2/+2
2020-11-09tap: add function to set speedAlexander Chernavin1-0/+82
2020-11-05tap: allow change of carrier state on hostMatthew Smith1-0/+41
2020-10-29tap: fix the segvMohsin Kazmi1-2/+5
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 Kazmi1-2/+0
2020-09-18tap: do not use strlen on vectorVladimir Isaev1-2/+1
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi1-8/+6
2020-08-17tap: add gro supportMohsin Kazmi1-1/+15
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-04-30tap: allow deletion of tun interfaceMatthew Smith1-2/+5
2020-04-28tap: use one tap fd per rx queueAloys Augustin1-33/+59
2020-04-17tap: add initial support for tunMohsin Kazmi1-21/+63
2020-03-23tap: fix the numa/queue for buffersMohsin Kazmi1-1/+1
2020-03-05tap: add support for persistanceMohsin Kazmi1-36/+101
2020-01-30tap: fix host mtu configuration settingMohsin Kazmi1-12/+13
2020-01-30tap: fix the host mac addressMohsin Kazmi1-19/+7
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi1-3/+72
2019-12-11devices: tap API cleanupJakub Grajciar1-8/+20
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 Marion1-123/+242
2019-11-08tap: add check for vhost-net backendDamjan Marion1-0/+9
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra1-1/+1