Age | Commit message (Expand) | Author | Files | Lines |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 1 | -2/+2 |
2021-12-14 | virtio: integrate with new tx infra | Mohsin Kazmi | 1 | -25/+9 |
2021-10-01 | devices: add support for pseudo header checksum | Mohsin Kazmi | 1 | -9/+33 |
2021-08-20 | vlib: add format_vnet_buffer_no_chain | Benoît Ganne | 1 | -3/+2 |
2021-05-17 | virtio: add the checks for descriptors chain len | Mohsin Kazmi | 1 | -0/+23 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -2/+2 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -2/+2 |
2021-05-04 | virtio: add simple drop counter for interface | Mohsin Kazmi | 1 | -30/+33 |
2021-03-24 | virtio: improve compilation time | Damjan Marion | 1 | -64/+57 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -2/+2 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -10/+12 |
2021-02-08 | virtio: add atomic call for kicking | Mohsin Kazmi | 1 | -9/+3 |
2021-01-05 | tap: fix the buffering index for gro | Mohsin Kazmi | 1 | -6/+8 |
2020-12-04 | virtio: fix the interrupt handling for packed queues | Mohsin Kazmi | 1 | -5/+25 |
2020-12-03 | virtio: fix the offloads in tx path | Mohsin Kazmi | 1 | -4/+2 |
2020-11-23 | virtio: fix overflow in case of buffering + drop | Benoît Ganne | 1 | -1/+0 |
2020-11-17 | virtio: virtio: implement packed queues from virtio 1.1 | Mohsin Kazmi | 1 | -17/+326 |
2020-11-12 | virtio: fix the index issue | Mohsin Kazmi | 1 | -7/+15 |
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 | 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-21 | virtio: run process to send interrupts to input nodes | Mohsin Kazmi | 1 | -17/+17 |
2020-10-21 | virtio: move lock and kick to outer function | Damjan Marion | 1 | -31/+28 |
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 | 1 | -2/+2 |
2020-10-08 | virtio: fix the trace | Mohsin Kazmi | 1 | -23/+19 |
2020-09-28 | virtio: add packet buffering on tx | Mohsin Kazmi | 1 | -7/+56 |
2020-09-28 | virtio: fix the gro enable/disable on tx-vrings | Mohsin Kazmi | 1 | -7/+21 |
2020-09-24 | virtio: refactor tx trace | Mohsin Kazmi | 1 | -33/+37 |
2020-09-16 | misc: fix the formatting style | Mohsin Kazmi | 1 | -6/+8 |
2020-09-04 | virtio: remove kernel virtio header dependencies | Mohsin Kazmi | 1 | -15/+14 |
2020-08-17 | tap: add gro support | Mohsin Kazmi | 1 | -7/+26 |
2020-06-27 | virtio: add tx trace | Mohsin Kazmi | 1 | -2/+60 |
2020-06-12 | virtio: interface type based improvements | Mohsin Kazmi | 1 | -19/+45 |
2020-05-05 | gso: add support for IP-IP | Mohsin Kazmi | 1 | -8/+14 |
2020-04-22 | gso: add vxlan tunnel support | Mohsin Kazmi | 1 | -7/+11 |
2020-04-17 | virtio: fix to use chained descriptors when missing indirect descriptor | Mohsin Kazmi | 1 | -7/+68 |
2020-04-17 | tap: add initial support for tun | Mohsin Kazmi | 1 | -1/+3 |
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 | 1 | -26/+0 |
2020-03-30 | gso: fix the header parser to read only | Mohsin Kazmi | 1 | -4/+38 |
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 | 1 | -8/+95 |
2020-01-08 | virtio: split gso and checksum offload functionality | Mohsin Kazmi | 1 | -11/+77 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 1 | -2/+1 |
2019-11-14 | virtio: refactor virtio-pci logging | Damjan Marion | 1 | -21/+0 |
2019-05-24 | Tap: Fix the indirect buffers allocation VPP-1660 | Mohsin Kazmi | 1 | -12/+35 |
2019-04-03 | virtio: Add support for multiqueue | Mohsin Kazmi | 1 | -6/+7 |