Age | Commit message (Expand) | Author | Files | Lines |
2020-04-24 | vppinfra: finish deprecating qsort.c | Dave Barach | 2 | -272/+7 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 1 | -0/+3 |
2020-04-23 | vppinfra: more bihash optimizatons | Damjan Marion | 3 | -66/+67 |
2020-04-22 | vppinfra: move unused code to extras/deprecated/vppinfra | Dave Barach | 37 | -12383/+1 |
2020-04-22 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-04-22 | misc: asan: mark parsed elf memory as readable for ASan | Benoît Ganne | 1 | -0/+2 |
2020-04-22 | misc: asan: do not poison memory after munmap() | Benoît Ganne | 1 | -1/+0 |
2020-04-22 | vppinfra: fix potential race in bihash bucket lock | Damjan Marion | 1 | -11/+9 |
2020-04-22 | vppinfra: improve bihash add/del performance | Damjan Marion | 2 | -26/+36 |
2020-04-21 | vppinfra: bihash improvements | Dave Barach | 15 | -50/+272 |
2020-04-17 | vppinfra: install missing tw_timer_2t_2w_512sl header file | Yu Sun | 1 | -0/+1 |
2020-04-15 | vppinfra: don't use memcmp to compare keys in cuckoo | Damjan Marion | 4 | -10/+1 |
2020-04-15 | vppinfra: delay bucket2 calc in cuckoo search | Damjan Marion | 1 | -28/+25 |
2020-04-15 | vppinfra: add clib_cuckoo_search_inline_with_hash function | Damjan Marion | 1 | -3/+10 |
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 | 3 | -4/+6 |
2020-04-01 | vppinfra: add tw_timer_2t_2w_512sl variant | Dave Barach | 4 | -3/+187 |
2020-03-30 | vppinfra: add support for avx512 alignment version of load and store | Zhiyong Yang | 1 | -0/+8 |
2020-03-27 | vppinfra: add clib_bihash_get_bucket | Damjan Marion | 2 | -20/+13 |
2020-03-22 | vppinfra: fix typo in dlmalloc.c | Dave Barach | 1 | -1/+1 |
2020-03-21 | vppinfra: fix minor cuckoo bugs and add cuckoo_16_8 | Klement Sekera | 5 | -26/+170 |
2020-03-16 | rdma: introduce direct verb for Cx4/5 tx | Benoît Ganne | 1 | -0/+8 |
2020-03-16 | rdma: add Mellanox mlx5 Direct Verbs receive support | Damjan Marion | 2 | -0/+16 |
2020-03-12 | vppinfra: refactor clib_timebase_t | Dave Barach | 3 | -12/+18 |
2020-03-12 | vppinfra: remove time jump workaround | Dave Barach | 1 | -14/+0 |
2020-03-11 | vppinfra: minimize tw verbosity on timebase jump | Florin Coras | 1 | -2/+3 |
2020-03-10 | vppinfra: improve timebase resilience | Dave Barach | 1 | -3/+20 |
2020-03-09 | vppinfra: fix corner cases in tw_timer_expire | Dave Barach | 1 | -1/+22 |
2020-03-08 | vppinfra: fix 32-bit overflow in os_cpu_clock_frequency | Damjan Marion | 1 | -1/+1 |
2020-02-25 | svm: refactor fifo | Florin Coras | 2 | -10/+21 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 1 | -0/+1 |
2020-02-25 | crypto-native: GCM implementation with vector AESNI instructions | Damjan Marion | 1 | -0/+48 |
2020-02-24 | vppinfra: correct fixed pool header size calculation | Dave Barach | 1 | -3/+1 |
2020-02-23 | vppinfra: deprecate CLIB_VEC64 | Dave Barach | 3 | -382/+0 |
2020-02-18 | vppinfra: fix debug image builds on arm | Damjan Marion | 1 | -11/+2 |
2020-02-17 | misc: fix coverity warnings | Dave Barach | 1 | -0/+29 |
2020-02-17 | crypto-native: calculate ghash using vpclmulqdq instructions | Damjan Marion | 1 | -0/+15 |
2020-02-14 | crypto-native: refactor CBC code | Damjan Marion | 1 | -0/+6 |
2020-02-13 | vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut | Damjan Marion | 3 | -0/+27 |
2020-02-13 | crypto-native: add AArch64 AES-GCM native implementation | Damjan Marion | 2 | -0/+18 |
2020-02-13 | vppinfra: add cmake option to grow vectors by 1 | Dave Barach | 3 | -0/+13 |
2020-02-12 | vppinfra: add clib_prefetch_load and clib_prefetch_store | Damjan Marion | 1 | -0/+12 |
2020-02-12 | vppinfra: add ARM NEON implementation of u8x16_word_shift_{left,right} | Damjan Marion | 1 | -0/+12 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 6 | -1955/+6 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-02-11 | vppinfra: add ARM cpu types | Damjan Marion | 1 | -0/+4 |
2020-02-11 | vppinfra: remove unused variable from timing wheel | Klement Sekera | 2 | -4/+0 |
2020-02-11 | svm: numa awareness for ssvm segments | Florin Coras | 2 | -1/+40 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping | Florin Coras | 4 | -45/+17 |
2020-02-07 | misc: address sanitizer: fix vm instrumentation | Benoît Ganne | 2 | -0/+9 |