1. c63e2a4 vppinfra: detect memory attributes on clib_mem_init by Damjan Marion · 4 years, 3 months ago
  2. 57d1ec0 vppinfra: introduce clib_mem_main by Damjan Marion · 4 years, 3 months ago
  3. b509504 vppinfra: add clib_log2_page_sz and format/unformat functions by Damjan Marion · 4 years, 3 months ago
  4. 5e52417 ip: enhance vtep4_check of tunnel by vector way by Zhiyong Yang · 4 years, 5 months ago
  5. 7be4746 vppinfra: Fix bihash coverity warning by Nathan Skrzypczak · 4 years, 3 months ago
  6. 90d05bc vppinfra: convert A_extend_to_B to B_from_A format of vector inlines by Damjan Marion · 4 years, 4 months ago
  7. 2b79341 vppinfra: add clib_mem_destroy_mspace(void *ms) by Dave Barach · 4 years, 4 months ago
  8. e2f5236 vppinfra: Multiarch support for OCTEONTX2 SoC by Nitin Saxena · 4 years, 4 months ago
  9. d135487 vppinfra: elog multi-track g2 test pattern by Dave Barach · 4 years, 4 months ago
  10. b08fe66 vppinfra: add format_one_elog_event by Dave Barach · 4 years, 4 months ago
  11. e09ae01 vppinfra: minor tweaks for cgo interoperation by Dave Barach · 4 years, 4 months ago
  12. 42b29ba vppinfra: fix RC in bihash instantiation by Nathan Skrzypczak · 4 years, 4 months ago
  13. d4a639b vppinfra: harmonize function names by Dave Barach · 4 years, 4 months ago
  14. 11fb09e misc: harmonize names by Dave Barach · 4 years, 4 months ago
  15. 2a0bd4a vppinfra: fix clib_count_equal_u8/16/32/64 overflow by Benoît Ganne · 4 years, 5 months ago
  16. 5c00ec2 vppinfra: add *_zero() vector inlines by Damjan Marion · 4 years, 5 months ago
  17. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  18. 01a103b vlib: fix asan compilation with gcc by Benoît Ganne · 4 years, 5 months ago
  19. 1bd6f61 vppinfra: fix format_c_identifier vector overflow by Benoît Ganne · 4 years, 5 months ago
  20. 5e60c17 vppinfra: enable STATIC_ASSERT with clang by Benoît Ganne · 4 years, 5 months ago
  21. 94dbf95 vppinfra: more vector inlines by Damjan Marion · 4 years, 5 months ago
  22. d25147d vlib: wake up workers if interrupts are posted by Benoît Ganne · 4 years, 6 months ago
  23. cc10856 tcp: avoid rcv wnd more than RX fifo can enqueue by Ryujiro Shibuya · 4 years, 6 months ago
  24. 17c4531 misc: add gdb macros by Dave Barach · 4 years, 6 months ago
  25. 97b9e00 vppinfra: fix u32x4_gather definition by Damjan Marion · 4 years, 6 months ago
  26. b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
  27. 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
  28. 994a44c docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  29. 6183cf4 vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two by Damjan Marion · 4 years, 7 months ago
  30. e6db775 vppinfra: fix SIGBUS in bihash init when running unpriviledged by Damjan Marion · 4 years, 7 months ago
  31. cbe053e vppinfra: remove include by Damjan Marion · 4 years, 7 months ago
  32. a218512 vlib: enforce buffer alloc return value check by Damjan Marion · 4 years, 8 months ago
  33. 2a41919 vppinfra: refactor mpcap.h by Dave Barach · 4 years, 7 months ago
  34. 53b8dc8 vppinfra: OpenPOWER ELF V2 ABI version of clib_{longjmp,setjmp,calljmp} by Damjan Marion · 4 years, 7 months ago
  35. 97086e1 vppinfra: use byte swap builtins by Damjan Marion · 4 years, 7 months ago
  36. d466c0c vppinfra: remove trailing whitespace in longjmp.S by Damjan Marion · 4 years, 7 months ago
  37. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  38. a5436ae vppinfra: set explicit found in search_free_list loop by Steven Luong · 4 years, 7 months ago
  39. 9ad8a26 vppinfra: fix u32x4_byte_swap on Arm by Lijian.Zhang · 4 years, 8 months ago
  40. ec7012e vppinfra: loop counter off by 1 in search_free_list() by Steven Luong · 4 years, 7 months ago
  41. a1e03d4 rdma: fix alignment issue by Damjan Marion · 4 years, 7 months ago
  42. b5a575b docs: clean up make docs job by Paul Vinciguerra · 5 years ago
  43. 162330f build: rework x86 CPU variants by Damjan Marion · 4 years, 8 months ago
  44. 690ce86 build: support arch-specific compiling for Neoverse N1 by Lijian.Zhang · 4 years, 10 months ago
  45. c458c49 vppinfra: type prove vec_new and vec_resize by Andreas Schultz · 4 years, 9 months ago
  46. 37b4454 vppinfra: improve test coverage by Dave Barach · 4 years, 8 months ago
  47. a66971f vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
  48. ffbcf61 vppinfra: selectively disable false-positive GCC-10 warnings by Benoît Ganne · 4 years, 8 months ago
  49. be7dbbb build: add vppinfra/warnings.h to exported headers list by Benoît Ganne · 4 years, 8 months ago
  50. f593b57 vppinfra: finish deprecating qsort.c by Dave Barach · 4 years, 8 months ago
  51. a90ba64 nat: add/del ed_ext_ports only if the table is instantiated by Dave Barach · 4 years, 8 months ago
  52. 68e5fd5 vppinfra: more bihash optimizatons by Damjan Marion · 4 years, 8 months ago
  53. 053d093 vppinfra: move unused code to extras/deprecated/vppinfra by Dave Barach · 4 years, 8 months ago
  54. 6440b7a misc: fix coverity warnings by Dave Barach · 4 years, 8 months ago
  55. 350f6d6 misc: asan: mark parsed elf memory as readable for ASan by Benoît Ganne · 4 years, 8 months ago
  56. 08d0137 misc: asan: do not poison memory after munmap() by Benoît Ganne · 4 years, 8 months ago
  57. 74ee18b vppinfra: fix potential race in bihash bucket lock by Damjan Marion · 4 years, 8 months ago
  58. 801ec2a vppinfra: improve bihash add/del performance by Damjan Marion · 4 years, 8 months ago
  59. 16e4a4a vppinfra: bihash improvements by Dave Barach · 4 years, 8 months ago
  60. 6f5b72e vppinfra: install missing tw_timer_2t_2w_512sl header file by Yu Sun · 4 years, 8 months ago
  61. 8daeea9 vppinfra: don't use memcmp to compare keys in cuckoo by Damjan Marion · 4 years, 8 months ago
  62. 88bcba8 vppinfra: delay bucket2 calc in cuckoo search by Damjan Marion · 4 years, 8 months ago
  63. 7edc86d vppinfra: add clib_cuckoo_search_inline_with_hash function by Damjan Marion · 4 years, 8 months ago
  64. 4422753 vppinfra: install missing cuckoo hash header files by Damjan Marion · 4 years, 8 months ago
  65. d7b828f vppinfra: fix vppinfra test code build by Dave Barach · 4 years, 9 months ago
  66. 9076789 vppinfra: add tw_timer_2t_2w_512sl variant by Dave Barach · 4 years, 9 months ago
  67. 0c7aa7a vppinfra: add support for avx512 alignment version of load and store by Zhiyong Yang · 4 years, 9 months ago
  68. 4e14977 vppinfra: add clib_bihash_get_bucket by Damjan Marion · 4 years, 9 months ago
  69. 6e6968f vppinfra: fix typo in dlmalloc.c by Dave Barach · 4 years, 9 months ago
  70. 39d0285 vppinfra: fix minor cuckoo bugs and add cuckoo_16_8 by Klement Sekera · 4 years, 10 months ago
  71. dc812d9 rdma: introduce direct verb for Cx4/5 tx by Benoît Ganne · 5 years ago
  72. dd648aa rdma: add Mellanox mlx5 Direct Verbs receive support by Damjan Marion · 4 years, 9 months ago
  73. 1971800 vppinfra: refactor clib_timebase_t by Dave Barach · 4 years, 9 months ago
  74. 7a91b0e vppinfra: remove time jump workaround by Dave Barach · 4 years, 9 months ago
  75. 31844c6 vppinfra: minimize tw verbosity on timebase jump by Florin Coras · 4 years, 9 months ago
  76. 66441c4 vppinfra: improve timebase resilience by Dave Barach · 4 years, 9 months ago
  77. 3d9f134 vppinfra: fix corner cases in tw_timer_expire by Dave Barach · 4 years, 9 months ago
  78. fa95842 vppinfra: fix 32-bit overflow in os_cpu_clock_frequency by Damjan Marion · 4 years, 10 months ago
  79. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  80. b020806 svm: refactor fifo chunk tracking by Florin Coras · 5 years ago
  81. 47d8f5d crypto-native: GCM implementation with vector AESNI instructions by Damjan Marion · 4 years, 10 months ago
  82. 6e495ce vppinfra: correct fixed pool header size calculation by Dave Barach · 4 years, 10 months ago
  83. 2fef3df vppinfra: deprecate CLIB_VEC64 by Dave Barach · 4 years, 10 months ago
  84. 4339c36 vppinfra: fix debug image builds on arm by Damjan Marion · 4 years, 10 months ago
  85. 47d41ad misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  86. 627fb6a crypto-native: calculate ghash using vpclmulqdq instructions by Damjan Marion · 4 years, 10 months ago
  87. e84e9d7 crypto-native: refactor CBC code by Damjan Marion · 4 years, 10 months ago
  88. f75defa vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut by Damjan Marion · 4 years, 10 months ago
  89. 622b5ce crypto-native: add AArch64 AES-GCM native implementation by Damjan Marion · 4 years, 10 months ago
  90. 98bd757 vppinfra: add cmake option to grow vectors by 1 by Dave Barach · 4 years, 10 months ago
  91. e7d8996 vppinfra: add clib_prefetch_load and clib_prefetch_store by Damjan Marion · 4 years, 10 months ago
  92. 9372374 vppinfra: add ARM NEON implementation of u8x16_word_shift_{left,right} by Damjan Marion · 4 years, 10 months ago
  93. 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
  94. a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  95. 448890e vppinfra: add ARM cpu types by Damjan Marion · 4 years, 10 months ago
  96. 90d2884 vppinfra: remove unused variable from timing wheel by Klement Sekera · 4 years, 10 months ago
  97. 6fe8998 svm: numa awareness for ssvm segments by Florin Coras · 4 years, 10 months ago
  98. 4c95995 vppinfra: use vm memory allocator for numa mapping by Florin Coras · 4 years, 10 months ago
  99. 1557d9a misc: address sanitizer: fix vm instrumentation by Benoît Ganne · 4 years, 10 months ago
  100. a690fdb vppinfra: numa vector placement support by Dave Barach · 5 years ago