Age | Commit message (Expand) | Author | Files | Lines |
2019-12-07 | lacp: fix control_ping from plugins | Ole Troan | 1 | -0/+4 |
2019-11-24 | vppapigen: clean up typos in c generated code | Paul Vinciguerra | 1 | -1/+1 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers | Neale Ranns | 2 | -7/+10 |
2019-10-23 | memif: memif buffer leaks during disconnecting zero copy interface. | Changqian Wang | 1 | -0/+36 |
2019-10-18 | memif: add python3 support to test | Ole Troan | 2 | -20/+13 |
2019-10-14 | memif: Revert "memif buffer leaks during disconnect." | Andrew Yourtchenko | 1 | -36/+2 |
2019-10-10 | memif: remove api boilerplate | Ole Troan | 6 | -252/+15 |
2019-10-03 | memif: memif buffer leaks during disconnect. | Padma Ram | 1 | -2/+36 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 1 | -0/+4 |
2019-09-11 | memif: fix zero-copy arg overwrite | Jakub Grajciar | 1 | -3/+0 |
2019-09-09 | memif: API cleanup | Jakub Grajciar | 6 | -67/+122 |
2019-09-04 | memif: always enable zero-copy when creating memif using API | Jakub Grajciar | 1 | -0/+3 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 2 | -0/+430 |
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 |