aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio/virtio.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-16virtio: add support for per queue packet counterMohsin Kazmi1-0/+1
2022-03-01virtio: refactor codeMohsin Kazmi1-16/+44
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns1-0/+1
2021-12-14virtio: integrate with new tx infraMohsin Kazmi1-2/+28
2021-09-22virtio: fix the type of argument in virtio_show()Mohsin Kazmi1-2/+2
2021-06-23virtio: api cleanupFilip Tehlar1-0/+1
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-2/+2
2020-11-17virtio: virtio: implement packed queues from virtio 1.1Mohsin Kazmi1-13/+30
2020-11-05tap: allow change of carrier state on hostMatthew Smith1-0/+1
2020-10-21virtio: run process to send interrupts to input nodesMohsin Kazmi1-0/+6
2020-09-29virtio: fix modern device queue notifyMohsin Kazmi1-6/+17
2020-09-28virtio: add packet buffering on txMohsin Kazmi1-0/+4
2020-09-11build: fix build for Debian 9 and Debian 10BenoƮt Ganne1-1/+9
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi1-44/+5
2020-08-20virtio: add modern device supportMohsin Kazmi1-24/+46
2020-08-20virtio: refactor pci device codeMohsin Kazmi1-13/+6
2020-08-17tap: add gro supportMohsin Kazmi1-0/+4
2020-07-15virtio: fix the msix for multiqueueMohsin Kazmi1-0/+1
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi1-0/+1
2020-06-12virtio: interface type based improvementsMohsin Kazmi1-17/+26
2020-05-04tap: refactor existing flagsMohsin Kazmi1-5/+4
2020-04-28tap: use one tap fd per rx queueAloys Augustin1-1/+1
2020-04-17tap: add initial support for tunMohsin Kazmi1-3/+9
2020-03-21virtio: fix the out of order descriptors in txMohsin Kazmi1-0/+1
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi1-0/+1
2019-11-20tap: multiqueue supportDamjan Marion1-10/+4
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion1-1/+24
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra1-1/+1
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi1-1/+0
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi1-0/+1
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi1-1/+0
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi1-1/+0
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi1-0/+1
2019-04-03virtio: Add support for multiqueueMohsin Kazmi1-6/+16
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-0/+1
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi1-3/+6
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi1-0/+3
2019-01-23virtio: Add support for loggingMohsin Kazmi1-0/+3
2019-01-21virtio: Native virtio driverMohsin Kazmi1-12/+73
2019-01-08virtio: fix kick race issueDamjan Marion1-0/+11
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-0/+1
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion1-0/+2
2018-02-06vlib: epoll on worker threadsDamjan Marion1-0/+2
2018-01-16tapv2: deleting tap interface may leak buffers (VPP-1124)Steven1-1/+3
2017-12-14tap_v2: include host-side parameters in the dump binary APIMilan Lenco1-0/+9
2017-12-08tapv2: multiple improvementsDamjan Marion1-1/+2
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion1-0/+131