Age | Commit message (Expand) | Author | Files | Lines |
2021-01-21 | vppinfra: add bihash with 32 byte key |  Matthew Smith | 2 | -0/+108 |
2021-01-20 | vppinfra: add option to use libexecinfo |  Nathan Moos | 1 | -1/+5 |
2021-01-15 | vlib: fix counter_will_expand prediction |  Miklos Tirpak | 1 | -0/+15 |
2020-12-23 | vppinfra: mem bulk test |  Florin Coras | 1 | -1/+1 |
2020-12-23 | svm: remove fifo segment heap |  Florin Coras | 1 | -0/+3 |
2020-12-22 | vppinfra: add bulk memory allocator |  Damjan Marion | 3 | -0/+249 |
2020-12-18 | misc: deprecate old perfmon |  Damjan Marion | 2 | -47/+0 |
2020-12-16 | vppinfra: fix vec_max_len |  Florin Coras | 1 | -1/+2 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 3 | -9/+15 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 6 | -70/+70 |
2020-12-14 | vppinfra: simpler and faster pool_foreach |  Damjan Marion | 1 | -15/+31 |
2020-12-01 | session: allow small pacer bursts |  Florin Coras | 1 | -0/+8 |
2020-11-25 | vlib: add elog events for vlib log entries |  Dave Barach | 2 | -6/+18 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 3 | -0/+3395 |
2020-11-24 | buffers: add page-size config |  Nathan Skrzypczak | 1 | -31/+18 |
2020-11-19 | svm: move chunk locks to linked list |  Florin Coras | 1 | -0/+3 |
2020-11-16 | tests: move bihash tests to src/vppinfra/test |  Dave Wallace | 1 | -0/+71 |
2020-11-10 | vpp: use vpp heap for libc |  Benoît Ganne | 1 | -5/+7 |
2020-11-05 | vppinfra: mspace_get_aligned should respect MALLOC_ALIGNMENT |  Damjan Marion | 1 | -22/+1 |
2020-11-05 | build: link time optimization for release builds |  Damjan Marion | 1 | -0/+1 |
2020-10-26 | vppinfra: clib_mem_vm_{un}map thread safe |  Damjan Marion | 2 | -0/+25 |
2020-10-23 | vppinfra: add bihash_8/24_16 to headers list |  jiangxiaoming | 1 | -0/+2 |
2020-10-22 | vppinfra: missing __clib_export va_unformat |  Juraj Linkeš | 1 | -1/+1 |
2020-10-21 | vppinfra: missing __clib_export |  Nathan Skrzypczak | 1 | -1/+1 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set |  Damjan Marion | 1 | -1/+3 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash |  Neale Ranns | 2 | -0/+211 |
2020-10-21 | vppinfra: fix ASAN annotation |  Benoît Ganne | 1 | -0/+1 |
2020-10-20 | vppinfra: export elog_read_file_not_inline() |  Dave Barach | 1 | -1/+1 |
2020-10-19 | vppinfra: minor refactor in lock.h |  Dave Barach | 1 | -2/+4 |
2020-10-18 | vppinfra: add export symbols |  Dave Barach | 2 | -3/+3 |
2020-10-17 | vppinfra: export elog_get_events() |  Dave Barach | 1 | -1/+1 |
2020-10-17 | vppinfra: explicitly export symbols |  Damjan Marion | 40 | -225/+229 |
2020-10-08 | vppinfra: memory leak be gone |  Dave Barach | 1 | -1/+1 |
2020-10-08 | vppinfra: fix coverity warnings |  Dave Barach | 2 | -5/+5 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space |  Damjan Marion | 7 | -188/+220 |
2020-10-06 | misc: add xxx_not_inline |  Dave Barach | 1 | -2/+2 |
2020-10-05 | vppinfra: address sanitizer: do not instrument dlmalloc internals |  Benoît Ganne | 1 | -0/+1 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) |  Damjan Marion | 3 | -216/+0 |
2020-10-02 | vppinfra: Function to check if a bihash has been initialised |  Neale Ranns | 2 | -0/+7 |
2020-10-02 | vppinfra: fix legacy huge pages creation for default size |  Benoît Ganne | 1 | -1/+14 |
2020-10-01 | svm: simplify memfd client segment mapping |  Florin Coras | 2 | -59/+0 |
2020-09-30 | vpp: update 'show bihash' command |  Damjan Marion | 2 | -14/+18 |
2020-09-30 | vppinfra: use heap to store bihash data |  Damjan Marion | 7 | -25/+196 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 6 | -87/+50 |
2020-09-25 | vppinfra: dont complain about linux-vdso.so.1 |  Dave Barach | 1 | -1/+7 |
2020-09-25 | vppinfra session: file platform independent private data |  Florin Coras | 1 | -1/+1 |
2020-09-25 | vppinfra: add clib_mem_set_numa_affinity() |  Damjan Marion | 2 | -8/+60 |
2020-09-18 | virtio: fix txq locking |  Benoît Ganne | 1 | -0/+17 |
2020-09-17 | stats: configurable page size |  Damjan Marion | 4 | -78/+140 |
2020-09-17 | vlib: show FD in 'show memory map' |  Damjan Marion | 2 | -0/+4 |