Age | Commit message (Expand) | Author | Files | Lines |
2021-09-17 | build: use GNUInstallDirs install destinations |  Nick Brown | 1 | -1/+1 |
2021-09-17 | vppinfra: move format_table from perfmon |  Nathan Skrzypczak | 1 | -0/+2 |
2021-07-22 | vppinfra: add abstract socket & netns fns |  Nathan Skrzypczak | 1 | -0/+1 |
2021-07-16 | vppinfra: add array mask func |  Mohsin Kazmi | 1 | -0/+2 |
2021-07-13 | vppinfra: put each vector function into own file |  Damjan Marion | 1 | -4/+5 |
2021-06-21 | vppinfra: asan: fix overflow support |  Benoît Ganne | 1 | -0/+1 |
2021-05-07 | vppinfra: add universal array mask_compare and compress funcs |  Damjan Marion | 1 | -0/+18 |
2021-04-30 | misc: experimental configure script |  Damjan Marion | 1 | -2/+2 |
2021-04-26 | vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/stores |  Damjan Marion | 1 | -0/+1 |
2021-04-18 | vppinfra: remove linux/syscall.h |  Damjan Marion | 1 | -1/+0 |
2021-04-15 | vppinfra: move bitmap format functions to .c file, add format_bitmap_list |  Damjan Marion | 1 | -0/+1 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -0/+2 |
2021-01-21 | vppinfra: add bihash with 32 byte key |  Matthew Smith | 1 | -0/+1 |
2021-01-20 | vppinfra: add option to use libexecinfo |  Nathan Moos | 1 | -1/+5 |
2020-12-22 | vppinfra: add bulk memory allocator |  Damjan Marion | 1 | -0/+1 |
2020-12-18 | misc: deprecate old perfmon |  Damjan Marion | 1 | -1/+0 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 1 | -0/+7 |
2020-11-05 | build: link time optimization for release builds |  Damjan Marion | 1 | -0/+1 |
2020-10-23 | vppinfra: add bihash_8/24_16 to headers list |  jiangxiaoming | 1 | -0/+2 |
2020-10-17 | vppinfra: explicitly export symbols |  Damjan Marion | 1 | -0/+2 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 1 | -1/+0 |
2020-09-16 | vppinfra: introduce clib_mem_main |  Damjan Marion | 1 | -0/+1 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 1 | -0/+1 |
2020-04-27 | build: add vppinfra/warnings.h to exported headers list |  Benoît Ganne | 1 | -0/+1 |
2020-04-22 | vppinfra: move unused code to extras/deprecated/vppinfra |  Dave Barach | 1 | -23/+1 |
2020-04-17 | vppinfra: install missing tw_timer_2t_2w_512sl header file |  Yu Sun | 1 | -0/+1 |
2020-04-15 | vppinfra: install missing cuckoo hash header files |  Damjan Marion | 1 | -0/+2 |
2020-04-01 | vppinfra: fix vppinfra test code build |  Dave Barach | 1 | -1/+1 |
2020-04-01 | vppinfra: add tw_timer_2t_2w_512sl variant |  Dave Barach | 1 | -0/+1 |
2020-03-21 | vppinfra: fix minor cuckoo bugs and add cuckoo_16_8 |  Klement Sekera | 1 | -1/+4 |
2020-02-13 | vppinfra: add cmake option to grow vectors by 1 |  Dave Barach | 1 | -0/+7 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator |  Dave Barach | 1 | -24/+6 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 1 | -8/+1 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 1 | -1/+8 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 1 | -0/+1 |
2019-11-26 | build: remove valgrind leftovers |  Benoît Ganne | 1 | -1/+0 |
2019-08-01 | vppinfra: fix spinlock and rwlock tests |  Florin Coras | 1 | -1/+1 |
2019-08-01 | vppinfra: remove unused historical code |  Dave Barach | 1 | -2/+0 |
2019-07-31 | vppinfra: added performance test for clib_rwlock_t (test_rwlock.c) |  jaszha03 | 1 | -0/+1 |
2019-07-31 | vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c) |  jaszha03 | 1 | -0/+1 |
2019-07-24 | vppinfra: add mapped pcap file support |  Gary Boon | 1 | -0/+2 |
2019-07-13 | vppinfra: add doubly linked list |  Florin Coras | 1 | -0/+1 |
2019-07-09 | vppinfra: allocate bihash virtual space on demand |  Dave Barach | 1 | -0/+1 |
2019-05-24 | Add callback multiplex support |  Dave Barach | 1 | -0/+1 |
2019-05-07 | Improve lcov reported code coverage stats |  Dave Barach | 1 | -3/+0 |
2019-04-16 | vppinfra: add basic rbtree |  Florin Coras | 1 | -0/+2 |
2019-04-15 | vppinfra: add SHA-2 family of hash algorithms (including HMAC) |  Damjan Marion | 1 | -0/+1 |
2018-11-17 | pcap-based dispatch tracer |  Dave Barach | 1 | -0/+3 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) |  Damjan Marion | 1 | -0/+3 |
2018-10-22 | X86_64 perf counter plugin |  Dave Barach | 1 | -0/+1 |