Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-05 | vppinfra: numa vector placement support | Dave Barach | 11 | -60/+282 |
2020-02-05 | vppinfra: deal with 0 return from os_cpu_clock_frequency() | Dave Barach | 1 | -0/+16 |
2020-02-03 | vppinfra: fix typo in tw_timer_template.c | Dave Barach | 1 | -1/+1 |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation | Damjan Marion | 1 | -0/+6 |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 2 | -54/+76 |
2020-01-27 | vppinfra: use CPUID provided base frequency if available | Damjan Marion | 1 | -0/+32 |
2020-01-27 | vppinfra: add x86 CPU definitions | Damjan Marion | 1 | -0/+8 |
2020-01-16 | vppinfra: fixing compilation issues in 32-bit | Vijayabhaskar Katamreddy | 1 | -2/+3 |
2020-01-08 | vppinfra: retry socket connect on EAGAIN | Florin Coras | 1 | -4/+6 |
2020-01-07 | vppinfra: hash [un]set malloc/free takes a const key | Neale Ranns | 1 | -5/+5 |
2019-12-17 | pg: don't leak open files in packet-generator | Christian E. Hopps | 1 | -0/+1 |
2019-12-17 | misc: address sanitizer: do not instrument dlmalloc internals | Benoît Ganne | 1 | -0/+4 |
2019-12-17 | misc: address sanitizer: fix instrumentation | Benoît Ganne | 2 | -1/+4 |
2019-12-17 | vppinfra: fix cpu flag string overflow | Benoît Ganne | 1 | -7/+5 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 3 | -7/+24 |
2019-12-02 | vppinfra: preserve total_cpu_time across clock freq adjustment | Dave Barach | 2 | -4/+17 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 10 | -33/+145 |
2019-11-26 | build: remove valgrind leftovers | Benoît Ganne | 5 | -4360/+0 |
2019-11-22 | vppinfra: fix coverity issue 205691 in pmalloc | Andrew Yourtchenko | 1 | -0/+1 |