aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-05-05gso: add support for IP-IPMohsin Kazmi2-11/+21
2020-05-04tap: refactor existing flagsMohsin Kazmi1-5/+4
2020-04-29devices: vhost: simplify string copies for GCC-10Benoît Ganne1-10/+5
2020-04-28tap: use one tap fd per rx queueAloys Augustin2-2/+5
2020-04-27virtio: support virtio 1.1 packed ring in vhostSteven Luong8-156/+1604
2020-04-24virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-22gso: add vxlan tunnel supportMohsin Kazmi2-10/+14
2020-04-17virtio: fix to use chained descriptors when missing indirect descriptorMohsin Kazmi2-7/+79
2020-04-17tap: add initial support for tunMohsin Kazmi5-25/+72
2020-04-10virtio: fix gso and csum offload errors handlingMohsin Kazmi1-45/+82
2020-04-08virtio: fix the tcp/udp checksum offloadsMohsin Kazmi2-28/+0
2020-03-31vlib: move pci api types from vnet/pci to vlib/pciJakub Grajciar2-2/+2
2020-03-30gso: fix the header parser to read onlyMohsin Kazmi2-4/+44
2020-03-23virtio: vhost gso checksum error when both indirect and mrg_rxbuf are offSteven Luong1-20/+19
2020-03-23virtio: improve error handlingMohsin Kazmi1-9/+30
2020-03-21virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-21virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+102
2020-03-02virtio: fix the coverity warningMohsin Kazmi1-4/+1
2020-02-04virtio: update FEATURE.yaml to include description for vhost-userSteven Luong1-3/+7
2020-02-03virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-01-30tap: fix the host mac addressMohsin Kazmi1-0/+2
2020-01-27devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2020-01-08virtio: fix ip4 checksum offloadMohsin Kazmi1-2/+14
2020-01-08tap: split gso and checksum offload functionalityMohsin Kazmi1-2/+1
2020-01-08virtio: split gso and checksum offload functionalityMohsin Kazmi9-44/+312
2020-01-03devices: virtio API cleanupJakub Grajciar2-16/+21
2020-01-02virtio: fix checksum offload supportBenoît Ganne1-10/+21
2019-12-17virtio: fix the tx queue thread bindingMohsin Kazmi1-3/+17
2019-12-11devices: vhost API cleanupJakub Grajciar5-26/+171
2019-12-10api: multiple connections per processDave Barach2-2/+2
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi1-1/+25
2019-12-05gso: add protocol header parserMohsin Kazmi1-33/+10
2019-12-04gso: remove the interface countMohsin Kazmi3-10/+1
2019-11-20tap: multiqueue supportDamjan Marion2-38/+15
2019-11-20virtio: fix use-after-freeBenoît Ganne1-1/+1
2019-11-14virtio: refactor virtio-pci loggingDamjan Marion7-96/+143
2019-11-13virtio: feature arc have higher priority than redirectDamjan Marion1-3/+4
2019-11-12virtio: remove unused codeDamjan Marion1-4/+0
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra1-1/+3
2019-10-30docs: devices-- add FEATURES.yamlPaul Vinciguerra6-6/+15
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
2019-10-07devices: vhost not reading packets from vringSteven Luong2-0/+25
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion2-0/+2
2019-09-06tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi1-1/+0
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi1-0/+14
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi1-1/+0
2019-08-02devices: add null check after map_guest_mem callsSteven Luong1-2/+16