Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-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-11 | avoid using thread local storage for thread index | Damjan Marion | 3 | -3/+3 |
2018-07-08 | vhost: Add multi-versioning support | Mohsin Kazmi | 6 | -1534/+1667 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -2/+2 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -2/+1 |
2018-05-28 | itf: Fix admin up down for AF_PACKET and vhost-user | Mohsin Kazmi | 1 | -6/+4 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index | Damjan Marion | 1 | -6/+6 |
2018-04-17 | vhost: show vhost-user <interface> may crash [VPP-1242] | Steven | 1 | -0/+7 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 1 | -2/+2 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -2/+2 |
2018-03-30 | tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183] | Steven | 1 | -3/+3 |
2018-02-19 | virtio: add missing tx lock when running multithreaded | Damjan Marion | 2 | -0/+6 |
2018-02-08 | virtio: reset vnet header on tx | Damjan Marion | 1 | -0/+3 |
2018-02-08 | vhostuser: Fix vhostuser file descriptor leak | Haiyang Tan | 1 | -4/+13 |
2018-02-07 | vhost: Added ARMV8 NEON version of function map_guest_mem() | Nitin Saxena | 1 | -0/+69 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 2 | -0/+4 |
2018-02-05 | vhost_user: code cleanup | Haiyang Tan | 1 | -4/+4 |
2018-01-30 | VPP-899: Run VPP under SELinux | Billy McFall | 1 | -13/+17 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-21 | vhost_user: 'nregions' saves the actual number of mapped guest physical addre... | Haiyang Tan | 1 | -1/+2 |
2018-01-18 | vlib: add vlib_buffer_alloc_to_ring API | Damjan Marion | 2 | -11/+4 |
2018-01-16 | tapv2: deleting tap interface may leak buffers (VPP-1124) | Steven | 3 | -9/+32 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -11/+12 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -6/+4 |
2017-12-14 | tap_v2: include host-side parameters in the dump binary API | Milan Lenco | 4 | -0/+15 |
2017-12-08 | tapv2: multiple improvements | Damjan Marion | 2 | -2/+3 |
2017-12-04 | tap_v2: move code to vnet/devices/tap | Damjan Marion | 5 | -1068/+0 |
2017-12-04 | tap_v2: coverity strikes, again! | Steven | 1 | -2/+3 |