Age | Commit message (Expand) | Author | Files | Lines |
2020-05-16 | vppinfra: use byte swap builtins |  Damjan Marion | 1 | -41/+3 |
2020-05-15 | vppinfra: remove trailing whitespace in longjmp.S |  Damjan Marion | 1 | -110/+110 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2020-05-08 | vppinfra: set explicit found in search_free_list loop |  Steven Luong | 1 | -2/+6 |
2020-05-08 | vppinfra: fix u32x4_byte_swap on Arm |  Lijian.Zhang | 1 | -1/+1 |
2020-05-07 | vppinfra: loop counter off by 1 in search_free_list() |  Steven Luong | 1 | -1/+1 |
2020-05-07 | rdma: fix alignment issue |  Damjan Marion | 1 | -0/+3 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 1 | -1/+2 |
2020-04-30 | build: rework x86 CPU variants |  Damjan Marion | 3 | -6/+20 |
2020-04-30 | build: support arch-specific compiling for Neoverse N1 |  Lijian.Zhang | 1 | -0/+11 |
2020-04-28 | vppinfra: type prove vec_new and vec_resize |  Andreas Schultz | 1 | -6/+10 |
2020-04-28 | vppinfra: improve test coverage |  Dave Barach | 1 | -1/+1 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings |  Benoît Ganne | 3 | -0/+24 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings |  Benoît Ganne | 1 | -0/+9 |
2020-04-27 | build: add vppinfra/warnings.h to exported headers list |  Benoît Ganne | 1 | -0/+1 |
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 |