Age | Commit message (Expand) | Author | Files | Lines |
2020-04-29 | devices: vhost: simplify string copies for GCC-10 |  Benoît Ganne | 1 | -10/+5 |
2020-04-28 | tap: use one tap fd per rx queue |  Aloys Augustin | 2 | -2/+5 |
2020-04-27 | virtio: support virtio 1.1 packed ring in vhost |  Steven Luong | 8 | -156/+1604 |
2020-04-24 | virtio: vhost checksum problem for ipv6 |  Steven Luong | 1 | -3/+3 |
2020-04-22 | gso: add vxlan tunnel support |  Mohsin Kazmi | 2 | -10/+14 |
2020-04-17 | virtio: fix to use chained descriptors when missing indirect descriptor |  Mohsin Kazmi | 2 | -7/+79 |
2020-04-17 | tap: add initial support for tun |  Mohsin Kazmi | 5 | -25/+72 |
2020-04-10 | virtio: fix gso and csum offload errors handling |  Mohsin Kazmi | 1 | -45/+82 |
2020-04-08 | virtio: fix the tcp/udp checksum offloads |  Mohsin Kazmi | 2 | -28/+0 |
2020-03-31 | vlib: move pci api types from vnet/pci to vlib/pci |  Jakub Grajciar | 2 | -2/+2 |
2020-03-30 | gso: fix the header parser to read only |  Mohsin Kazmi | 2 | -4/+44 |
2020-03-23 | virtio: vhost gso checksum error when both indirect and mrg_rxbuf are off |  Steven Luong | 1 | -20/+19 |
2020-03-23 | virtio: improve error handling |  Mohsin Kazmi | 1 | -9/+30 |
2020-03-21 | virtio: fix link up/down flag |  Mohsin Kazmi | 1 | -3/+9 |
2020-03-21 | virtio: fix the out of order descriptors in tx |  Mohsin Kazmi | 4 | -8/+102 |
2020-03-02 | virtio: fix the coverity warning |  Mohsin Kazmi | 1 | -4/+1 |
2020-02-04 | virtio: update FEATURE.yaml to include description for vhost-user |  Steven Luong | 1 | -3/+7 |
2020-02-03 | virtio: vhost gso is broken in some topology |  Steven Luong | 1 | -2/+8 |
2020-01-30 | tap: fix the host mac address |  Mohsin Kazmi | 1 | -0/+2 |
2020-01-27 | devices: vhost: fix data offset on input |  Benoît Ganne | 1 | -11/+1 |
2020-01-08 | virtio: fix ip4 checksum offload |  Mohsin Kazmi | 1 | -2/+14 |
2020-01-08 | tap: split gso and checksum offload functionality |  Mohsin Kazmi | 1 | -2/+1 |
2020-01-08 | virtio: split gso and checksum offload functionality |  Mohsin Kazmi | 9 | -44/+312 |
2020-01-03 | devices: virtio API cleanup |  Jakub Grajciar | 2 | -16/+21 |
2020-01-02 | virtio: fix checksum offload support |  Benoît Ganne | 1 | -10/+21 |
2019-12-17 | virtio: fix the tx queue thread binding |  Mohsin Kazmi | 1 | -3/+17 |
2019-12-11 | devices: vhost API cleanup |  Jakub Grajciar | 5 | -26/+171 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 2 | -2/+2 |
2019-12-06 | gso: fix the tap/virtio driver for header offset |  Mohsin Kazmi | 1 | -1/+25 |
2019-12-05 | gso: add protocol header parser |  Mohsin Kazmi | 1 | -33/+10 |
2019-12-04 | gso: remove the interface count |  Mohsin Kazmi | 3 | -10/+1 |
2019-11-20 | tap: multiqueue support |  Damjan Marion | 2 | -38/+15 |
2019-11-20 | virtio: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2019-11-14 | virtio: refactor virtio-pci logging |  Damjan Marion | 7 | -96/+143 |
2019-11-13 | virtio: feature arc have higher priority than redirect |  Damjan Marion | 1 | -3/+4 |
2019-11-12 | virtio: remove unused code |  Damjan Marion | 1 | -4/+0 |
2019-11-06 | build: add yaml file linting to make checkstyle |  Paul Vinciguerra | 1 | -1/+3 |
2019-10-30 | docs: devices-- add FEATURES.yaml |  Paul Vinciguerra | 6 | -6/+15 |
2019-10-23 | devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes) |  Steven Luong | 2 | -2/+8 |
2019-10-07 | devices: vhost not reading packets from vring |  Steven Luong | 2 | -0/+25 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 2 | -0/+2 |
2019-09-06 | tap: revert clean-up when linux will delete the tap interface |  Mohsin Kazmi | 1 | -1/+0 |
2019-09-02 | tap: interface rx counter not increment correct |  Steven Luong | 1 | -1/+1 |
2019-08-19 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 1 | -0/+14 |
2019-08-16 | devices: vhost-user crashes displaying show trace for deleted interface |  Steven Luong | 1 | -6/+10 |
2019-08-16 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 1 | -1/+0 |
2019-08-02 | devices: add null check after map_guest_mem calls |  Steven Luong | 1 | -2/+16 |
2019-08-02 | virtio: add the display information in virtio cli |  Chenmin Sun | 2 | -2/+2 |
2019-07-31 | devices interface tests: vhosst GSO support |  Steven Luong | 7 | -19/+296 |