1. 97b9e00 vppinfra: fix u32x4_gather definition by Damjan Marion · 4 years, 6 months ago
  2. b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
  3. 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
  4. 994a44c docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  5. 6183cf4 vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two by Damjan Marion · 4 years, 7 months ago
  6. e6db775 vppinfra: fix SIGBUS in bihash init when running unpriviledged by Damjan Marion · 4 years, 7 months ago
  7. cbe053e vppinfra: remove include by Damjan Marion · 4 years, 7 months ago
  8. a218512 vlib: enforce buffer alloc return value check by Damjan Marion · 4 years, 8 months ago
  9. 2a41919 vppinfra: refactor mpcap.h by Dave Barach · 4 years, 7 months ago
  10. 53b8dc8 vppinfra: OpenPOWER ELF V2 ABI version of clib_{longjmp,setjmp,calljmp} by Damjan Marion · 4 years, 7 months ago
  11. 97086e1 vppinfra: use byte swap builtins by Damjan Marion · 4 years, 7 months ago
  12. d466c0c vppinfra: remove trailing whitespace in longjmp.S by Damjan Marion · 4 years, 7 months ago
  13. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  14. a5436ae vppinfra: set explicit found in search_free_list loop by Steven Luong · 4 years, 7 months ago
  15. 9ad8a26 vppinfra: fix u32x4_byte_swap on Arm by Lijian.Zhang · 4 years, 8 months ago
  16. ec7012e vppinfra: loop counter off by 1 in search_free_list() by Steven Luong · 4 years, 7 months ago
  17. a1e03d4 rdma: fix alignment issue by Damjan Marion · 4 years, 7 months ago
  18. b5a575b docs: clean up make docs job by Paul Vinciguerra · 5 years ago
  19. 162330f build: rework x86 CPU variants by Damjan Marion · 4 years, 8 months ago
  20. 690ce86 build: support arch-specific compiling for Neoverse N1 by Lijian.Zhang · 4 years, 10 months ago
  21. c458c49 vppinfra: type prove vec_new and vec_resize by Andreas Schultz · 4 years, 9 months ago
  22. 37b4454 vppinfra: improve test coverage by Dave Barach · 4 years, 8 months ago
  23. a66971f vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
  24. ffbcf61 vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
  25. be7dbbb build: add vppinfra/warnings.h to exported headers list by Benoît Ganne · 4 years, 8 months ago
  26. f593b57 vppinfra: finish deprecating qsort.c by Dave Barach · 4 years, 8 months ago
  27. a90ba64 nat: add/del ed_ext_ports only if the table is instantiated by Dave Barach · 4 years, 8 months ago
  28. 68e5fd5 vppinfra: more bihash optimizatons by Damjan Marion · 4 years, 8 months ago
  29. 053d093 vppinfra: move unused code to extras/deprecated/vppinfra by Dave Barach · 4 years, 8 months ago
  30. 6440b7a misc: fix coverity warnings by Dave Barach · 4 years, 8 months ago
  31. 350f6d6 misc: asan: mark parsed elf memory as readable for ASan by Benoît Ganne · 4 years, 8 months ago
  32. 08d0137 misc: asan: do not poison memory after munmap() by Benoît Ganne · 4 years, 8 months ago
  33. 74ee18b vppinfra: fix potential race in bihash bucket lock by Damjan Marion · 4 years, 8 months ago
  34. 801ec2a vppinfra: improve bihash add/del performance by Damjan Marion · 4 years, 8 months ago
  35. 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
  36. 6f5b72e vppinfra: install missing tw_timer_2t_2w_512sl header file by Yu Sun · 4 years, 8 months ago
  37. 8daeea9 vppinfra: don't use memcmp to compare keys in cuckoo by Damjan Marion · 4 years, 8 months ago
  38. 88bcba8 vppinfra: delay bucket2 calc in cuckoo search by Damjan Marion · 4 years, 8 months ago
  39. 7edc86d vppinfra: add clib_cuckoo_search_inline_with_hash function by Damjan Marion · 4 years, 8 months ago
  40. 4422753 vppinfra: install missing cuckoo hash header files by Damjan Marion · 4 years, 8 months ago
  41. d7b828f vppinfra: fix vppinfra test code build by Dave Barach · 4 years, 9 months ago
  42. 9076789 vppinfra: add tw_timer_2t_2w_512sl variant by Dave Barach · 4 years, 9 months ago
  43. 0c7aa7a vppinfra: add support for avx512 alignment version of load and store by Zhiyong Yang · 4 years, 9 months ago
  44. 4e14977 vppinfra: add clib_bihash_get_bucket by Damjan Marion · 4 years, 9 months ago
  45. 6e6968f vppinfra: fix typo in dlmalloc.c by Dave Barach · 4 years, 9 months ago
  46. 39d0285 vppinfra: fix minor cuckoo bugs and add cuckoo_16_8 by Klement Sekera · 4 years, 10 months ago
  47. dc812d9 rdma: introduce direct verb for Cx4/5 tx by Benoît Ganne · 5 years ago
  48. dd648aa rdma: add Mellanox mlx5 Direct Verbs receive support by Damjan Marion · 4 years, 9 months ago
  49. 1971800 vppinfra: refactor clib_timebase_t by Dave Barach · 4 years, 9 months ago
  50. 7a91b0e vppinfra: remove time jump workaround by Dave Barach · 4 years, 9 months ago
  51. 31844c6 vppinfra: minimize tw verbosity on timebase jump by Florin Coras · 4 years, 9 months ago
  52. 66441c4 vppinfra: improve timebase resilience by Dave Barach · 4 years, 9 months ago
  53. 3d9f134 vppinfra: fix corner cases in tw_timer_expire by Dave Barach · 4 years, 9 months ago
  54. fa95842 vppinfra: fix 32-bit overflow in os_cpu_clock_frequency by Damjan Marion · 4 years, 10 months ago
  55. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  56. b020806 svm: refactor fifo chunk tracking by Florin Coras · 5 years ago
  57. 47d8f5d crypto-native: GCM implementation with vector AESNI instructions by Damjan Marion · 4 years, 10 months ago
  58. 6e495ce vppinfra: correct fixed pool header size calculation by Dave Barach · 4 years, 10 months ago
  59. 2fef3df vppinfra: deprecate CLIB_VEC64 by Dave Barach · 4 years, 10 months ago
  60. 4339c36 vppinfra: fix debug image builds on arm by Damjan Marion · 4 years, 10 months ago
  61. 47d41ad misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  62. 627fb6a crypto-native: calculate ghash using vpclmulqdq instructions by Damjan Marion · 4 years, 10 months ago
  63. e84e9d7 crypto-native: refactor CBC code by Damjan Marion · 4 years, 10 months ago
  64. f75defa vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut by Damjan Marion · 4 years, 10 months ago
  65. 622b5ce crypto-native: add AArch64 AES-GCM native implementation by Damjan Marion · 4 years, 10 months ago
  66. 98bd757 vppinfra: add cmake option to grow vectors by 1 by Dave Barach · 4 years, 10 months ago
  67. e7d8996 vppinfra: add clib_prefetch_load and clib_prefetch_store by Damjan Marion · 4 years, 10 months ago
  68. 9372374 vppinfra: add ARM NEON implementation of u8x16_word_shift_{left,right} by Damjan Marion · 4 years, 10 months ago
  69. 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
  70. a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  71. 448890e vppinfra: add ARM cpu types by Damjan Marion · 4 years, 10 months ago
  72. 90d2884 vppinfra: remove unused variable from timing wheel by Klement Sekera · 4 years, 10 months ago
  73. 6fe8998 svm: numa awareness for ssvm segments by Florin Coras · 4 years, 10 months ago
  74. 4c95995 vppinfra: use vm memory allocator for numa mapping by Florin Coras · 4 years, 10 months ago
  75. 1557d9a misc: address sanitizer: fix vm instrumentation by Benoît Ganne · 4 years, 10 months ago
  76. a690fdb vppinfra: numa vector placement support by Dave Barach · 5 years ago
  77. 51cabf2 vppinfra: deal with 0 return from os_cpu_clock_frequency() by Dave Barach · 4 years, 11 months ago
  78. 0f96673 vppinfra: fix typo in tw_timer_template.c by Dave Barach · 4 years, 11 months ago
  79. 776644e crypto-native: add ARMv8 AES-CBC implementation by Damjan Marion · 4 years, 11 months ago
  80. c25048b vppinfra: improve clocks_per_second convergence by Dave Barach · 4 years, 11 months ago
  81. 12e3e31 vppinfra: use CPUID provided base frequency if available by Damjan Marion · 5 years ago
  82. 38e0413 vppinfra: add x86 CPU definitions by Damjan Marion · 5 years ago
  83. f0bae64 vppinfra: fixing compilation issues in 32-bit by Vijayabhaskar Katamreddy · 5 years ago
  84. 42ddf69 vppinfra: retry socket connect on EAGAIN by Florin Coras · 5 years ago
  85. c190cf0 vppinfra: hash [un]set malloc/free takes a const key by Neale Ranns · 5 years ago
  86. 19871f2 pg: don't leak open files in packet-generator by Christian E. Hopps · 5 years ago
  87. 497dd89 misc: address sanitizer: do not instrument dlmalloc internals by Benoît Ganne · 5 years ago
  88. b2f0914 misc: address sanitizer: fix instrumentation by Benoît Ganne · 5 years ago
  89. a7cb357 vppinfra: fix cpu flag string overflow by Benoît Ganne · 5 years ago
  90. f50bac1 vppinfra: bihash walk cb typedef and continue/stop controls by Neale Ranns · 5 years ago
  91. e52d8d8 vppinfra: preserve total_cpu_time across clock freq adjustment by Dave Barach · 5 years ago
  92. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  93. 30cca51 build: remove valgrind leftovers by Benoît Ganne · 5 years ago
  94. 9ce3523 vppinfra: fix coverity issue 205691 in pmalloc by Andrew Yourtchenko · 5 years ago
  95. 801c701 pmalloc: always lock pages by Damjan Marion · 5 years ago
  96. a8e71c8 session tcp: refactor pacer time by Florin Coras · 5 years ago
  97. 70d5d4f vppinfra: make coverity happy with vec_set_len by Benoît Ganne · 5 years ago
  98. 78af0a8 vppinfra: add clib_mem_free_s by Benoît Ganne · 6 years ago
  99. 8a4bfda vppinfra: add vec_set_len() by Benoît Ganne · 5 years ago
  100. 7e2cea3 vppinfra: fix page boundary crossing bug in hash_memory64 by Dave Barach · 5 years ago