Age | Commit message (Expand) | Author | Files | Lines |
2020-11-17 | virtio: virtio: implement packed queues from virtio 1.1 |  Mohsin Kazmi | 8 | -135/+1037 |
2020-11-12 | virtio: fix the index issue |  Mohsin Kazmi | 1 | -7/+15 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 2 | -16/+17 |
2020-11-05 | tap: allow change of carrier state on host |  Matthew Smith | 2 | -0/+2 |
2020-11-05 | virtio: misc optimizations |  Damjan Marion | 1 | -35/+41 |
2020-11-05 | virtio: move retry logic to outer function |  Damjan Marion | 1 | -8/+9 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 4 | -7/+1 |
2020-10-28 | virtio: fix the buffer array index |  Mohsin Kazmi | 1 | -1/+1 |
2020-10-26 | virtio: improve the compile time |  Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | virtio: reduce the compile time for device.c |  Mohsin Kazmi | 1 | -15/+19 |
2020-10-22 | virtio: checksum error reported for ip6 traffic with GSO enable |  Steven Luong | 2 | -11/+1 |
2020-10-21 | virtio: run process to send interrupts to input nodes |  Mohsin Kazmi | 3 | -17/+111 |
2020-10-21 | virtio: improve input node performance |  Damjan Marion | 1 | -13/+26 |
2020-10-21 | virtio: move lock and kick to outer function |  Damjan Marion | 1 | -31/+28 |
2020-10-19 | virtio: fix compilation time |  Damjan Marion | 1 | -30/+31 |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 1 | -1/+1 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 5 | -24/+23 |
2020-10-08 | virtio: fix the trace |  Mohsin Kazmi | 1 | -23/+19 |
2020-09-29 | virtio: fix modern device queue notify |  Mohsin Kazmi | 5 | -22/+53 |
2020-09-28 | virtio: add packet buffering on tx |  Mohsin Kazmi | 10 | -15/+386 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings |  Mohsin Kazmi | 2 | -7/+22 |
2020-09-24 | virtio: refactor tx trace |  Mohsin Kazmi | 1 | -33/+37 |
2020-09-18 | virtio: fix txq locking |  Benoît Ganne | 2 | -2/+6 |
2020-09-16 | misc: fix the formatting style |  Mohsin Kazmi | 1 | -6/+8 |
2020-09-16 | api: clean up use of deprecated flag |  Ole Troan | 1 | -2/+2 |
2020-09-11 | build: fix build for Debian 9 and Debian 10 |  Benoît Ganne | 2 | -7/+13 |
2020-09-04 | virtio: remove kernel virtio header dependencies |  Mohsin Kazmi | 15 | -383/+472 |
2020-09-02 | virtio: add virtio 1.1 api flags |  Mohsin Kazmi | 3 | -1/+119 |
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 | 5 | -7/+61 |
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-02 | tap: fix dump for TUN interfaces |  Mohsin Kazmi | 1 | -0/+1 |
2020-06-27 | virtio: add tx trace |  Mohsin Kazmi | 1 | -2/+60 |
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-05-29 | docs: Minor updates to feature.yaml files |  John DeNisco | 1 | -4/+5 |
2020-05-28 | tap: fix rx queue index |  Mohsin Kazmi | 1 | -1/+2 |
2020-05-05 | gso: add support for IP-IP |  Mohsin Kazmi | 2 | -11/+21 |
2020-05-04 | tap: refactor existing flags |  Mohsin Kazmi | 1 | -5/+4 |
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 |