aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/tap
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-18/+0
2023-06-27api: tapv2 - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-04-12misc: change of addressMohsin Kazmi1-1/+1
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 Skrzypczak5-5/+181
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-27tap: move the api msg_id_base to tap_main_tMohsin Kazmi2-3/+3
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-06-22devices: tapv2 api cleanupFilip Tehlar1-49/+12
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 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