aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/devices/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion5-24/+23
2020-10-08virtio: fix the traceMohsin Kazmi1-23/+19
2020-09-29virtio: fix modern device queue notifyMohsin Kazmi5-22/+53
2020-09-28virtio: add packet buffering on txMohsin Kazmi10-15/+386
2020-09-28virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi2-7/+22
2020-09-24virtio: refactor tx traceMohsin Kazmi1-33/+37
2020-09-18virtio: fix txq lockingBenoît Ganne2-2/+6
2020-09-16misc: fix the formatting styleMohsin Kazmi1-6/+8
2020-09-16api: clean up use of deprecated flagOle Troan1-2/+2
2020-09-11build: fix build for Debian 9 and Debian 10Benoît Ganne2-7/+13
2020-09-04virtio: remove kernel virtio header dependenciesMohsin Kazmi15-383/+472
2020-09-02virtio: add virtio 1.1 api flagsMohsin Kazmi3-1/+119
2020-09-01virtio: fix the bar starting indexMohsin Kazmi1-1/+1
2020-09-01virtio: fix the NULL deferenceMohsin Kazmi1-1/+2
2020-09-01virtio: fix the error returnMohsin Kazmi1-9/+12
2020-08-31virtio: fix the coverity warningMohsin Kazmi2-7/+13
2020-08-20virtio: add modern device supportMohsin Kazmi6-47/+676
2020-08-20virtio: refactor pci device codeMohsin Kazmi6-350/+531
2020-08-17tap: add gro supportMohsin Kazmi5-7/+61
2020-07-22virtio: add the buffer allocation errorMohsin Kazmi1-7/+13
2020-07-15virtio: fix the msix for multiqueueMohsin Kazmi2-15/+60
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi1-0/+1
2020-06-27virtio: add tx traceMohsin Kazmi1-2/+60
2020-06-24virtio: fix the vlib buffer flagsMohsin Kazmi1-2/+1
2020-06-16virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dumpSteven Luong2-3/+6
2020-06-12virtio: interface type based improvementsMohsin Kazmi3-75/+142
2020-05-29docs: Minor updates to feature.yaml filesJohn DeNisco1-4/+5
2020-05-28tap: fix rx queue indexMohsin Kazmi1-1/+2
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