Age | Commit message (Expand) | Author | Files | Lines |
2019-07-25 | memif: Fix uninitialized variable as reported by coverity |  Steven Luong | 1 | -1/+2 |
2019-07-24 | memif: fix vector overflow when copying strings |  Benoît Ganne | 1 | -19/+27 |
2019-07-23 | api: binary api cleanup |  Dave Barach | 2 | -3/+6 |
2019-07-18 | vlib: convert frame_index into real pointers |  Andreas Schultz | 1 | -1/+1 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -2/+4 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-03-07 | Remove local REPLY_MACRO so that socket transport works. |  Ole Troan | 1 | -36/+2 |
2019-02-22 | Add no-append flag to vlib_frame_t |  Damjan Marion | 1 | -0/+1 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 1 | -1/+1 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 1 | -2/+2 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 1 | -2/+2 |
2019-02-01 | memif: fix buffer prefetch |  Damjan Marion | 1 | -4/+5 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers |  Damjan Marion | 1 | -0/+1 |
2019-01-30 | buffers: major cleanup and improvements |  Damjan Marion | 3 | -3/+12 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 1 | -1/+1 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 2 | -14/+18 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 1 | -0/+2 |
2018-11-20 | memif input-node improvements |  Damjan Marion | 1 | -11/+34 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -26/+26 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -3/+3 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -5/+5 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 4 | -12/+12 |
2018-10-09 | memif: coverity fix |  Jakub Grajciar | 1 | -2/+4 |
2018-10-08 | memif: socket filename add/del bugfix |  Jakub Grajciar | 1 | -3/+3 |
2018-10-03 | memif: include interface name in logs |  Juraj Sloboda | 3 | -29/+57 |
2018-10-03 | VPP-1440: clean up coverity warnings |  Dave Barach | 1 | -2/+2 |
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 |