Age | Commit message (Expand) | Author | Files | Lines |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -1/+1 |
2018-09-12 | Fix create memif socket | Ed Warnicke | 1 | -16/+0 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins | Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -4/+6 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+27 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 2 | -13/+8 |
2018-08-11 | Multiversioning: Device (tx) function constructor | Mohsin Kazmi | 1 | -17/+3 |
2018-07-31 | memif: socket filename fix | Jakub Grajciar | 1 | -11/+19 |
2018-07-25 | VPP-1332 memif: add/del socket filename bugfix | Jakub Grajciar | 1 | -1/+27 |
2018-07-17 | memif: vectorized buffer enqueue in input node | Damjan Marion | 1 | -146/+121 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 2 | -3/+3 |
2018-07-11 | memif: fix max number of rings | Damjan Marion | 2 | -4/+4 |
2018-06-29 | memif: minor fixes | Damjan Marion | 1 | -1/+1 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 1 | -1/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 2 | -22/+7 |
2018-05-25 | memif: Add support for logging | Jakub Grajciar | 3 | -56/+90 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2018-04-05 | memif: bug fixes | Damjan Marion | 2 | -22/+74 |
2018-04-04 | memif: zero copy slave | Damjan Marion | 6 | -145/+653 |
2018-03-27 | memif: add private header size field | Damjan Marion | 2 | -0/+5 |
2018-03-22 | memif: version 2 | Damjan Marion | 6 | -486/+558 |
2018-02-27 | memif: Fix a message initialization problem in VAT | Jon Loeliger | 1 | -3/+2 |
2018-02-16 | memif: VPP-1172: Ensure memif_create reply contains sw_if_index | Jon Loeliger | 1 | -1/+6 |
2018-02-09 | memif: fix crash caused by zero pkt len in memif and clear dirty cache while ... | Chun Li | 5 | -12/+102 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 2 | -0/+11 |
2018-01-29 | memif: Add new API calls to manage memif socket names. | Jon Loeliger | 7 | -102/+647 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -6/+6 |
2018-01-11 | Remove vpp_api_test interface name filter catalog | Dave Barach | 1 | -0/+1 |
2018-01-09 | memif: fix coverity divide by zero | Steven | 1 | -0/+1 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 2 | -5/+5 |
2017-11-23 | memif: fix input node multiversion constructor | Damjan Marion | 1 | -6/+6 |
2017-11-23 | memif: try harder to transmit packets | Damjan Marion | 1 | -13/+8 |
2017-11-23 | memif: multiversioning | Damjan Marion | 2 | -19/+51 |
2017-11-15 | memif: fix uninitialized pointer read coverity error | Steven | 1 | -0/+2 |
2017-11-09 | memif: use clib_socket_t for socket connections | Damjan Marion | 4 | -210/+122 |
2017-11-08 | memif: do not mask head and tail pointers | Damjan Marion | 3 | -68/+40 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 3 | -4/+4 |
2017-10-04 | memif: crash on slave mode | Steven | 1 | -0/+1 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function | Damjan Marion | 1 | -11/+10 |
2017-09-11 | memif: mode ip is not settable from binary API | Steven | 3 | -4/+10 |
2017-09-09 | move unix_file_* code to vppinfra | Damjan Marion | 3 | -64/+66 |
2017-09-08 | vlib: move linux-specific code to vlib/linux | Damjan Marion | 2 | -30/+1 |
2017-09-08 | memif: fix coverity warnings as of 9/7 | Steven | 4 | -12/+29 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) | Chris Luke | 1 | -2/+2 |
2017-08-24 | Make VPP runtime directory configurable | Damjan Marion | 2 | -6/+9 |
2017-08-02 | memif: construct interface name out of socket file idx and intf id | Damjan Marion | 1 | -2/+4 |