Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | tap: crash in multi-thread environment | Mohsin Kazmi | 2 | -1/+4 |
2019-05-27 | virtio: Add gso support for native virtio driver | Mohsin Kazmi | 5 | -7/+77 |
2019-05-24 | Tap: Fix the indirect buffers allocation VPP-1660 | Mohsin Kazmi | 4 | -48/+61 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -6/+6 |
2019-05-06 | virtio: refactor ctrl queue support | Mohsin Kazmi | 1 | -22/+32 |
2019-05-01 | virtio: Fix virtio buffer allocation | Mohsin Kazmi | 1 | -1/+1 |
2019-05-01 | virtio: remove configurable queue size support | Mohsin Kazmi | 5 | -41/+27 |
2019-04-25 | tap: Fix the indirect buffer allocation | Mohsin Kazmi | 1 | -1/+1 |
2019-04-17 | tap: clean-up when linux will delete the tap interface | Mohsin Kazmi | 1 | -0/+1 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 2 | -47/+0 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -1/+1 |
2019-04-08 | virtio: Fix the coverity warnings | Mohsin Kazmi | 1 | -6/+11 |
2019-04-03 | virtio: Add support for multiqueue | Mohsin Kazmi | 6 | -76/+466 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" | Ole Trøan | 2 | -2/+4 |
2019-03-15 | API: Cleanup APIs interface.api | Jakub Grajciar | 2 | -4/+2 |
2019-03-13 | vhost-user: restart vpp may cause vhost to crash | Steven Luong | 1 | -1/+1 |
2019-03-13 | deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH | Filip Tehlar | 1 | -7/+7 |
2019-03-04 | devices: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -6/+3 |
2019-02-23 | vhoat: potential crash in map_guest_mem using debug image | Steven Luong | 1 | -1/+14 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-21 | vhost: VPP stalls with vhost performing control plane actions | Steven Luong | 3 | -214/+259 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 4 | -7/+121 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 2 | -2/+2 |
2019-02-09 | buffers: fix typo | Damjan Marion | 2 | -5/+4 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 2 | -3/+4 |
2019-02-06 | virtio: enable msix interrupt mode | Mohsin Kazmi | 4 | -44/+114 |
2019-02-06 | virtio: Use new buffer optimization | Mohsin Kazmi | 4 | -2/+23 |
2019-01-30 | virtio: fix the device order (legacy or modern) | Mohsin Kazmi | 1 | -3/+3 |
2019-01-29 | virtio: Support legacy and transitional virtio devices | Mohsin Kazmi | 1 | -3/+11 |
2019-01-24 | virtio: Minor fixes and header cleanup | Mohsin Kazmi | 5 | -24/+7 |
2019-01-23 | virtio: Add support for logging | Mohsin Kazmi | 4 | -31/+97 |
2019-01-21 | virtio: Native virtio driver | Mohsin Kazmi | 9 | -67/+2049 |
2019-01-08 | virtio: fix kick race issue | Damjan Marion | 3 | -10/+29 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -0/+1 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 1 | -3/+2 |
2018-11-23 | vhost-user: use memory store barrier | Damjan Marion | 1 | -3/+3 |
2018-11-23 | vhost-user: add missing inlines | Damjan Marion | 1 | -2/+2 |
2018-11-23 | vhost-user: avoid global storage access | Damjan Marion | 1 | -26/+34 |
2018-11-23 | vhost-user: simplify input loop | Damjan Marion | 1 | -181/+174 |
2018-11-22 | vhost-user: hint ethernet-input about single sw_if_index | Damjan Marion | 1 | -1/+16 |
2018-11-22 | vhost-user: avoid per-packet feature arc lookups | Damjan Marion | 1 | -12/+18 |
2018-11-22 | vhost-user: fix input node runtime stats | Damjan Marion | 1 | -2/+2 |
2018-11-20 | vhost-user: cleanup | Damjan Marion | 2 | -65/+44 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 4 | -10/+10 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 2 | -3/+3 |
2018-11-06 | vhost: crash in vhost_user_tx_avx2 | Steven | 1 | -0/+6 |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering | Sirshak Das | 1 | -2/+2 |
2018-10-27 | virtio: remove the extra return call | Mohsin Kazmi | 1 | -2/+0 |
2018-10-23 | c11 safe string handling support | Dave Barach | 6 | -12/+12 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -2/+2 |