Age | Commit message (Expand) | Author | Files | Lines |
2021-02-08 | virtio: use vpp clib_memset instead glibc memset |  Mohsin Kazmi | 1 | -2/+2 |
2021-02-08 | virtio: add atomic call for kicking |  Mohsin Kazmi | 2 | -20/+6 |
2021-02-05 | devices: af-packet gso mtu |  Nathan Skrzypczak | 4 | -38/+126 |
2021-02-01 | tap: fix the interrupt handling |  Mohsin Kazmi | 1 | -3/+4 |
2021-01-27 | vhost: vhost interface hardware address not set |  Steven Luong | 3 | -6/+9 |
2021-01-26 | interface: remove vnet_device_input_runtime_t |  Mohammed Hawari | 2 | -314/+1 |
2021-01-22 | devices: adapt af_packet to new rxq framework |  Mohammed Hawari | 3 | -32/+32 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 10 | -175/+130 |
2021-01-08 | vhost: Add event index for interrupt notification to driver |  Steven Luong | 8 | -192/+506 |
2021-01-05 | tap: fix the buffering index for gro |  Mohsin Kazmi | 1 | -6/+8 |
2020-12-28 | vlib: add missing file template descriptions |  Paul Vinciguerra | 1 | -0/+4 |
2020-12-25 | virtio: Extend vhost multi-queues support beyond 8 queue pairs |  Steven Luong | 3 | -60/+122 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 8 | -39/+32 |
2020-12-14 | vppinfra: simpler and faster pool_foreach |  Damjan Marion | 1 | -0/+1 |
2020-12-11 | virtio: fix vrings overflow in vhost_user |  Benoît Ganne | 1 | -1/+10 |
2020-12-04 | virtio: fix the interrupt handling for packed queues |  Mohsin Kazmi | 1 | -5/+25 |
2020-12-04 | virtio: fix the len offset |  Mohsin Kazmi | 1 | -2/+2 |
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 | 8 | -135/+1037 |
2020-11-12 | devices: remove unused code |  Damjan Marion | 1 | -7/+0 |
2020-11-12 | virtio: fix the index issue |  Mohsin Kazmi | 1 | -7/+15 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 3 | -19/+20 |
2020-11-09 | tap: add function to set speed |  Alexander Chernavin | 2 | -1/+83 |
2020-11-05 | tap: allow change of carrier state on host |  Matthew Smith | 4 | -0/+45 |
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-29 | tap: fix the segv |  Mohsin Kazmi | 1 | -2/+5 |
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-22 | tap: fix the api for use of vec_len |  Mohsin Kazmi | 1 | -3/+8 |
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-17 | tap: replaces strlen to vec_len |  Mohsin Kazmi | 1 | -4/+4 |
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 | 9 | -44/+41 |
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 | 4 | -10/+23 |
2020-09-24 | virtio: refactor tx trace |  Mohsin Kazmi | 1 | -33/+37 |
2020-09-18 | tap: do not use strlen on vector |  Vladimir Isaev | 1 | -2/+1 |
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 |