Age | Commit message (Expand) | Author | Files | Lines |
2022-04-08 | vppinfra: introduce clib_perfmom |  Damjan Marion | 11 | -216/+530 |
2022-04-08 | vppinfra: clib_interrupt_get_next reading unallocated memory |  Paul Atkins | 2 | -1/+82 |
2022-04-08 | vppinfra: add bright colors to format_table |  Damjan Marion | 2 | -2/+20 |
2022-04-06 | vppinfra: add vec_new_heap() |  Damjan Marion | 2 | -5/+15 |
2022-04-06 | vppinfra: add MAX macros for clib types |  Damjan Marion | 1 | -0/+18 |
2022-04-05 | vppinfra: refactor address sanitizer |  Damjan Marion | 13 | -217/+92 |
2022-04-05 | vppinfra: use AVX512 compare for equality testing |  Benoît Ganne | 1 | -45/+59 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 26 | -81/+84 |
2022-04-04 | vppinfra: fix alloc and alignment in fifo |  Damjan Marion | 2 | -45/+56 |
2022-03-31 | vppinfra: vectors with non-default heap |  Damjan Marion | 7 | -75/+213 |
2022-03-30 | vppinfra: vector allocator rework |  Damjan Marion | 20 | -932/+866 |
2022-03-28 | vppinfra: avoid mem overflow in hash_memory() |  Damjan Marion | 3 | -209/+29 |
2022-03-25 | vppinfra: add vec128_t, vec256_t and vec512_t types |  Damjan Marion | 1 | -19/+41 |
2022-03-23 | vppinfra: deprecate clib_mem_is_vec |  Damjan Marion | 2 | -14/+0 |
2022-03-23 | vppinfra: fix bihash key comparison for 512-bits vectors |  Benoît Ganne | 5 | -11/+10 |
2022-03-23 | ip: Add unformat for flow_hash_config |  Nathan Skrzypczak | 2 | -16/+16 |
2022-03-23 | vppinfra: deprecate vppinfra/graph.[ch] |  Damjan Marion | 3 | -311/+0 |
2022-03-21 | vppinfra: add new bihash exports |  Nathan Skrzypczak | 3 | -69/+185 |
2022-03-18 | vppinfra: deprecate vec numa macros |  Damjan Marion | 5 | -220/+101 |
2022-03-18 | vppinfra: refactor *_will_expand() functions |  Damjan Marion | 4 | -90/+44 |
2022-03-18 | vppinfra: deprecate vec_free_h() |  Damjan Marion | 7 | -18/+10 |
2022-03-18 | vppinfra: use stored vec header size to find header |  Damjan Marion | 10 | -80/+55 |
2022-03-18 | vppinfra: fixed pool from heap |  Damjan Marion | 2 | -89/+18 |
2022-03-17 | vppinfra: vec_max_len, vec_mem_size use stored header size |  Damjan Marion | 4 | -33/+40 |
2022-03-17 | vppinfra: store vector header size and alignment into header |  Damjan Marion | 3 | -10/+24 |
2022-03-17 | vppinfra: move hash bitmap out of vec header |  Damjan Marion | 2 | -8/+11 |
2022-03-14 | vppinfra: fix vec capacity |  Florin Coras | 4 | -20/+31 |
2022-03-14 | vppinfra: don't account vec_header_t size twice in the pool header |  Damjan Marion | 2 | -4/+5 |
2022-03-09 | vppinfra: fix pool_free_elts |  Florin Coras | 1 | -19/+18 |
2022-03-09 | vat: fix vat_suspend crash |  Damjan Marion | 1 | -0/+6 |
2022-02-10 | vppinfra: small optimization in clib_memset_u64 |  Damjan Marion | 1 | -0/+8 |
2022-02-10 | vppinfra: clib_memcpy_may_overrun |  Damjan Marion | 1 | -0/+43 |
2022-02-10 | vppinfra:remove uXxY_is_greater |  Damjan Marion | 4 | -24/+6 |
2022-01-30 | cnat: maglev fixes & improvements |  Nathan Skrzypczak | 2 | -0/+47 |
2022-01-27 | vppinfra: sparse_vec_free free should free the sparse_vec_header not the embe... |  Neale Ranns | 1 | -1/+10 |
2022-01-27 | perfmon: prune bundles by available pmu counters |  Ray Kinsella | 1 | -0/+18 |
2022-01-25 | vppinfra: add support for mask_compare for u64 |  Mohsin Kazmi | 2 | -0/+103 |
2022-01-24 | vppinfra: fix compilation on riscv |  Damjan Marion | 1 | -8/+10 |
2022-01-16 | vppinfra: bitops cleanup |  Damjan Marion | 8 | -142/+54 |
2022-01-11 | misc: fix the uninitialization error |  Mohsin Kazmi | 1 | -1/+1 |
2022-01-09 | vppinfra: Check for NULL vec before the backwards iteration |  Neale Ranns | 1 | -4/+6 |
2022-01-05 | vppinfra: few bitops inlines |  Damjan Marion | 1 | -0/+26 |
2022-01-01 | vppinfra: fix bitmap can't get correct next clear index |  jiangxiaoming | 1 | -2/+1 |
2021-12-22 | vppinfra: add format_u64_bitmap function |  Damjan Marion | 2 | -0/+34 |
2021-12-22 | vppinfra: add bihash 12_4 template |  Damjan Marion | 2 | -0/+85 |
2021-12-22 | vppinfra: fix map_lock issue |  liuyacan | 1 | -2/+2 |
2021-12-17 | vppinfra: missing __clib_export |  benker | 1 | -1/+1 |
2021-12-16 | vppinfra: clang doesn't know about attribute noclone |  Damjan Marion | 1 | -0/+4 |
2021-12-16 | vppinfra: fix clib_fifo_elt_at_index |  Florin Coras | 1 | -1/+1 |
2021-12-15 | vppinfra: toeplitz hash four in parallel |  Damjan Marion | 6 | -76/+622 |