Age | Commit message (Expand) | Author | Files | Lines |
2023-01-30 | vppinfra: keep AddressSanitizer happy | Benoît Ganne | 1 | -2/+3 |
2022-05-23 | ip: reassembly - fixing stepping index in a better way | Vijayabhaskar Katamreddy | 1 | -10/+5 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts | Vijayabhaskar Katamreddy | 1 | -5/+16 |
2022-04-12 | vppinfra: vector perf improvements | Damjan Marion | 1 | -5/+13 |
2022-04-05 | vppinfra: refactor address sanitizer | Damjan Marion | 1 | -6/+6 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -4/+4 |
2022-03-31 | vppinfra: vectors with non-default heap | Damjan Marion | 1 | -6/+7 |
2022-03-30 | vppinfra: vector allocator rework | Damjan Marion | 1 | -183/+183 |
2022-03-18 | vppinfra: deprecate vec numa macros | Damjan Marion | 1 | -56/+42 |
2022-03-18 | vppinfra: refactor *_will_expand() functions | Damjan Marion | 1 | -49/+38 |
2022-03-18 | vppinfra: deprecate vec_free_h() | Damjan Marion | 1 | -1/+1 |
2022-03-18 | vppinfra: use stored vec header size to find header | Damjan Marion | 1 | -1/+1 |
2022-03-18 | vppinfra: fixed pool from heap | Damjan Marion | 1 | -17/+2 |
2022-03-17 | vppinfra: vec_max_len, vec_mem_size use stored header size | Damjan Marion | 1 | -1/+1 |
2022-03-14 | vppinfra: fix vec capacity | Florin Coras | 1 | -4/+1 |
2022-03-14 | vppinfra: don't account vec_header_t size twice in the pool header | Damjan Marion | 1 | -2/+2 |
2022-03-09 | vppinfra: fix pool_free_elts | Florin Coras | 1 | -19/+18 |
2021-11-25 | vppinfra: will_expand for pool_put and bitmap | Stanislav Zaikin | 1 | -0/+19 |
2021-11-22 | vppinfra: annotate pool_dup() for asan | Benoît Ganne | 1 | -22/+24 |
2021-07-16 | vppinfra: remove pool_foreach_old, pool_foreach_index_old, clib_bitmap_foreac... | Damjan Marion | 1 | -9/+0 |
2021-06-08 | vppinfra: pool_free_elts() now supports fixed-size pools | Dave Barach | 1 | -29/+36 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -9/+9 |
2020-12-14 | vppinfra: simpler and faster pool_foreach | Damjan Marion | 1 | -15/+31 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 1 | -1/+0 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 1 | -10/+25 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 1 | -4/+9 |
2019-01-18 | vcl: move forking logic to vls | Florin Coras | 1 | -12/+15 |
2018-11-29 | vcl: basic support for apps that fork | Florin Coras | 1 | -1/+1 |
2018-11-29 | vppinfra: add pool_dup macro | Florin Coras | 1 | -0/+35 |
2018-10-19 | Add pool_get_zero, pool_get_aligned_zero macros | Dave Barach | 1 | -1/+13 |
2018-09-27 | Trivial: Cleanup some typos. | Paul Vinciguerra | 1 | -1/+1 |
2018-06-30 | bitmap: add nocheck variants for bit ops | Florin Coras | 1 | -6/+7 |
2018-06-27 | Tune pool_get / pool_put | Dave Barach | 1 | -6/+8 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools | John Lo | 1 | -0/+3 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 1 | -0/+2 |
2017-11-14 | vppinfra: fix pool_get_aligned_will_expand for fixed pools | Florin Coras | 1 | -3/+4 |
2017-09-01 | Add fixed-size, preallocated pool support | Dave Barach | 1 | -29/+90 |
2017-08-02 | Fix tcp tx buffer allocation | Florin Coras | 1 | -1/+1 |
2017-03-03 | IPv6 RA improvements | Neale Ranns | 1 | -0/+26 |
2017-02-06 | Add pool_get[_aligned]_will_expand(...) | Dave Barach | 1 | -0/+27 |
2016-12-28 | Reorganize source tree to use single autotools instance | Damjan Marion | 1 | -0/+405 |