Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | virtio: enable msix interrupt mode | Mohsin Kazmi | 4 | -44/+114 |
2019-02-06 | virtio: Use new buffer optimization | Mohsin Kazmi | 5 | -2/+24 |
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 | 11 | -173/+2069 |
2019-01-08 | virtio: fix kick race issue | Damjan Marion | 3 | -10/+29 |
2019-01-07 | tapv2: add "tap_flags" field to the TAPv2 interface API | Andrew Yourtchenko | 3 | -0/+8 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -0/+1 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 3 | -7/+4 |
2018-12-22 | tapv2: coverity woe | Steven | 1 | -2/+4 |
2018-11-26 | Add a feature arc consistency check | Dave Barach | 1 | -0/+1 |
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-17 | pcap-based dispatch tracer | Dave Barach | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 9 | -28/+27 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 5 | -8/+8 |
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 | 2 | -5/+9 |
2018-10-27 | virtio: remove the extra return call | Mohsin Kazmi | 1 | -2/+0 |
2018-10-23 | c11 safe string handling support | Dave Barach | 13 | -29/+29 |
2018-10-20 | pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx... | Andrew Yourtchenko | 1 | -29/+30 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -2/+2 |
2018-10-02 | vhost-user: add support for vlib_log API | Jerome Tollet | 4 | -177/+129 |
2018-10-02 | vhost-user: Interface state updates | Juraj Sloboda | 4 | -16/+29 |
2018-10-02 | vhost_user: Fix setting MTU using uninitialized variable | Juraj Sloboda | 1 | -2/+1 |
2018-09-20 | vhost: show vhost may display garbage after the interface name | Steven | 1 | -2/+3 |
2018-09-20 | vhost-user: Add disable feature support in api | Mohsin Kazmi | 2 | -2/+16 |
2018-09-12 | vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406] | Yichen Wang | 2 | -1/+15 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -1/+1 |
2018-08-17 | Fix a bug in function pipe_rx | Lijian Zhang | 1 | -1/+1 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 2 | -5/+0 |
2018-08-11 | Multiversioning: Device (tx) function constructor | Mohsin Kazmi | 1 | -18/+3 |
2018-07-17 | VOM: support for pipes | Neale Ranns | 2 | -10/+10 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 5 | -6/+6 |
2018-07-09 | new pipe code does not use stdints | Neale Ranns | 1 | -2/+2 |
2018-07-08 | vhost: Add multi-versioning support | Mohsin Kazmi | 6 | -1534/+1667 |
2018-07-07 | Pipes | Neale Ranns | 4 | -0/+1141 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -2/+2 |
2018-06-22 | Update tapv2 documentation | Ian Wells | 1 | -1/+1 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -2/+1 |
2018-06-05 | VPP-1305: Add support for tags | Jerome Tollet | 2 | -2/+18 |
2018-05-29 | af_packet: Add support for dump interfaces | Mohsin Kazmi | 4 | -1/+98 |