Age | Commit message (Expand) | Author | Files | Lines |
2020-09-02 | tap: add the static assert for api flags |  Mohsin Kazmi | 1 | -0/+19 |
2020-09-02 | virtio: add virtio 1.1 api flags |  Mohsin Kazmi | 3 | -1/+119 |
2020-09-02 | tap: add virtio 1.1 API flag |  Mohsin Kazmi | 3 | -2/+10 |
2020-09-01 | virtio: fix the bar starting index |  Mohsin Kazmi | 1 | -1/+1 |
2020-09-01 | virtio: fix the NULL deference |  Mohsin Kazmi | 1 | -1/+2 |
2020-09-01 | virtio: fix the error return |  Mohsin Kazmi | 1 | -9/+12 |
2020-08-31 | virtio: fix the coverity warning |  Mohsin Kazmi | 2 | -7/+13 |
2020-08-20 | virtio: add modern device support |  Mohsin Kazmi | 6 | -47/+676 |
2020-08-20 | virtio: refactor pci device code |  Mohsin Kazmi | 6 | -350/+531 |
2020-08-17 | tap: add gro support |  Mohsin Kazmi | 8 | -14/+87 |
2020-07-22 | virtio: add the buffer allocation error |  Mohsin Kazmi | 1 | -7/+13 |
2020-07-15 | virtio: fix the msix for multiqueue |  Mohsin Kazmi | 2 | -15/+60 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later |  Mohsin Kazmi | 1 | -4/+16 |
2020-07-02 | tap: fix dump for TUN interfaces |  Mohsin Kazmi | 2 | -1/+5 |
2020-06-27 | virtio: add tx trace |  Mohsin Kazmi | 1 | -2/+60 |
2020-06-27 | tap: remove the bridge configurations for TUN interface |  Mohsin Kazmi | 1 | -9/+10 |
2020-06-24 | virtio: fix the vlib buffer flags |  Mohsin Kazmi | 1 | -2/+1 |
2020-06-16 | virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump |  Steven Luong | 2 | -3/+6 |
2020-06-12 | virtio: interface type based improvements |  Mohsin Kazmi | 3 | -75/+142 |
2020-06-09 | tap: enable gso/csum offload for tun |  Mohsin Kazmi | 1 | -7/+0 |
2020-05-29 | docs: Minor updates to feature.yaml files |  John DeNisco | 2 | -6/+8 |
2020-05-28 | tap: fix rx queue index |  Mohsin Kazmi | 1 | -1/+2 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) |  John Lo | 1 | -1/+1 |
2020-05-05 | gso: add support for IP-IP |  Mohsin Kazmi | 2 | -11/+21 |
2020-05-04 | misc: binary api fuzz test fixes |  Dave Barach | 1 | -1/+1 |
2020-05-04 | tap: refactor existing flags |  Mohsin Kazmi | 4 | -17/+30 |
2020-05-01 | tap: implement sw_interface_tap_v2_dump filtering by sw_if_index |  Paul Vinciguerra | 3 | -13/+12 |
2020-04-30 | tap: allow deletion of tun interface |  Matthew Smith | 1 | -2/+5 |
2020-04-29 | devices: vhost: simplify string copies for GCC-10 |  Benoît Ganne | 1 | -10/+5 |
2020-04-29 | tap: fix missing "num-rx-queues" from cli help |  Mohsin Kazmi | 1 | -6/+6 |
2020-04-28 | tap: use one tap fd per rx queue |  Aloys Augustin | 3 | -35/+64 |
2020-04-27 | virtio: support virtio 1.1 packed ring in vhost |  Steven Luong | 8 | -156/+1604 |
2020-04-27 | devices: allow link state down with netlink |  Matthew Smith | 1 | -1/+1 |
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 | 9 | -47/+190 |
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 | tap: fix the numa/queue for buffers |  Mohsin Kazmi | 1 | -1/+1 |
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-13 | devices: netlink create the object if missing |  Dave Barach | 1 | -4/+4 |
2020-03-05 | tap: add support for persistance |  Mohsin Kazmi | 7 | -43/+117 |
2020-03-02 | virtio: fix the coverity warning |  Mohsin Kazmi | 1 | -4/+1 |
2020-02-26 | api: improve api string safety |  Jakub Grajciar | 1 | -1/+1 |