1. 7e2cea3 vppinfra: fix page boundary crossing bug in hash_memory64 by Dave Barach · 5 years ago
  2. 579b165 vppinfra: create unformat function for data size parsing by MathiasRaoul · 5 years ago
  3. 18512b0 vppinfra: implement CLIB_PAUSE () for aarch64 platforms by jaszha03 · 5 years ago
  4. 8304933 classify: use vector code even when data is not aligned by Damjan Marion · 5 years ago
  5. da9513a dpdk: initialize rte_mbuf during mempool dequeue by Damjan Marion · 5 years ago
  6. bdf9b97 vppinfra: add bihash_init2 by Dave Barach · 5 years ago
  7. 9af7e2e fix pcap_write function by Jack Xu · 6 years ago
  8. c9122f9 vppinfra: Update "show cpu" output for AArch64 chips by Nitin Saxena · 6 years ago
  9. d516ca4 vppinfra: Expose function setting __os_thread_index by Nathan Skrzypczak · 5 years ago
  10. 778ce57 interface: fix pcap tx/rx trace cli handling by John Lo · 5 years ago
  11. 4f94464 vppinfra: fix spinlock and rwlock tests by Florin Coras · 5 years ago
  12. 30aaf97 vppinfra: refactor clib_rwlock_t to use single condition variable by jaszha03 · 5 years ago
  13. 691a3b7 vppinfra: remove unused historical code by Dave Barach · 5 years ago
  14. 67d09e0 vppinfra: make first bihash add thread-safe by Dave Barach · 5 years ago
  15. fb1ccc7 vppinfra: refactor clib_spinlock_t to use compare and swap by jaszha03 · 5 years ago
  16. 25ab6cf vppinfra: added performance test for clib_rwlock_t (test_rwlock.c) by jaszha03 · 5 years ago
  17. 5cdde5c vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t by jaszha03 · 5 years ago
  18. 9a4e631 vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c) by jaszha03 · 5 years ago
  19. f25e7cf vppinfra: refactor use of CLIB_MEMORY_BARRIER () by jaszha03 · 6 years ago
  20. 0455c43 vppinfra: conformed spinlocks to use CLIB_PAUSE by jaszha03 · 6 years ago
  21. b0ffbee session: separate ctrl, new and old events by Florin Coras · 5 years ago
  22. 6c84fb2 vppinfra: fix coverity warning in mpcap.c by Dave Barach · 5 years ago
  23. a9ed6f7 vppinfra: add mapped pcap file support by Gary Boon · 5 years ago
  24. b4b525e vppinfra: fix OOM check in bihash by Andreas Schultz · 5 years ago
  25. 2062ec0 session: use llist in session node evt handling by Florin Coras · 5 years ago
  26. b11e4ae vppinfra: elog: fix read overflow in string lookup by Benoît Ganne · 5 years ago
  27. b957d80 vppinfra: add doubly linked list by Florin Coras · 5 years ago
  28. 9e4946b vppinfra: bihash add-but-do-not-overwrite semantics by Dave Barach · 5 years ago
  29. 32dcd3b vppinfra: allocate bihash virtual space on demand by Dave Barach · 5 years ago
  30. 9683c1e api: fix coverity warnings by Dave Barach · 5 years ago
  31. d0853d7 vppinfra: add dummy/noop f32/f64 endian swap fns by Dave Barach · 5 years ago
  32. 0f98451 vppinfra: add u64x2_scatter/u32x4_scatter by Lijian.Zhang · 6 years ago
  33. 217c62a vppinfra: fix tw_timer_first_expires_in_ticks for multiple wheels by Andreas Schultz · 5 years ago
  34. 107aa83 vppinfra: add u64x2_gather/u32x4_gather by Lijian.Zhang · 6 years ago
  35. d314963 vppinfra: fix rbtree node delete by Florin Coras · 5 years ago
  36. badf38a vppinfra: rbtree custom insert/search/del by Florin Coras · 5 years ago
  37. 92e3082 stats: fix memory leakage when adding / deleting interfaces by Ole Troan · 6 years ago
  38. 3860a77 vppinfra: add format_hex_bytes_no_wrap by Damjan Marion · 5 years ago
  39. d67a428 vlib: add "memory-trace stats-segment" by Dave Barach · 6 years ago
  40. 9c8ca8d vppinfra: optimize elog_string by Dave Barach · 6 years ago
  41. 21aed5c Switch atomic release API from __sync to __atomic builtin. by Sirshak Das · 6 years ago
  42. 3bb6540 Switch atomic test and set API from __sync to __atomic builtin by Sirshak Das · 6 years ago
  43. d31a598 elog: make elog_string() multi-thread safe by Steven Luong · 6 years ago
  44. dee9bea vppinfra: add pclmulqdq x86 cpuid flag by Damjan Marion · 6 years ago
  45. 5f2cfb2 Add callback multiplex support by Dave Barach · 6 years ago
  46. 8fdde3c Add a debug-CLI leak-checker by Dave Barach · 6 years ago
  47. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  48. 419e15f Fix typo by Igor Mikhailov (imichail) · 6 years ago
  49. 2782630 zero-pad date string output. by Paul Vinciguerra · 6 years ago
  50. 72739a6 bihash: Freeing up working_copy_lengths vector by Vijayabhaskar Katamreddy · 6 years ago
  51. 749a89c Improve lcov reported code coverage stats by Dave Barach · 6 years ago
  52. 2ce28d6 Add bihash statistics hook by Dave Barach · 6 years ago
  53. 37c8378 Enable NEON instructions in memcpy_le by Lijian.Zhang · 6 years ago
  54. c6eb5bc elf: fix memcmp() overflow by Benoît Ganne · 6 years ago
  55. 052bda3 vppinfra: fix buffer overflow in unformat_token by Benoît Ganne · 6 years ago
  56. b095a3c svm: fifo segment support for chunk allocation by Florin Coras · 6 years ago
  57. 4375fa3 svm: fifo ooo reads/writes with multiple chunks by Florin Coras · 6 years ago
  58. 7f4fd22 vppinfra: fix one macro issue in clib_cpu_supports_aes() by Zhiyong Yang · 6 years ago
  59. f7cda7a rbtree: add successor and predecessor functions by Florin Coras · 6 years ago
  60. a11bf45 Use template-specific key compare fn when deleting records by Dave Barach · 6 years ago
  61. 2cd8ad4 vppinfra: AVX512 interelaave, insert and permute by Damjan Marion · 6 years ago
  62. c899dac vppinfra: more AVX2 and AVX512 inlines by Damjan Marion · 6 years ago
  63. f5dc9fb dlmalloc: honor 8 byte alignment requests by Florin Coras · 6 years ago
  64. 28aa539 svm_fifo rework to avoid contention on cursize by Sirshak Das · 6 years ago
  65. 672d5fc vppinfra: add basic rbtree by Florin Coras · 6 years ago
  66. cf18ca9 vppinfra: add SHA-2 family of hash algorithms (including HMAC) by Damjan Marion · 6 years ago
  67. 4e08316 vppinfra: AVX-512 transpose (u32x16 and u64x8) by Damjan Marion · 6 years ago
  68. 5e282e9 vppinfra: fix the issue that mheap_get_trace record wrong pointer by Wei CHEN · 6 years ago
  69. c5df8c7 host stack: update stale copyright by Florin Coras · 6 years ago
  70. 9f7e33d vppinfra: u32x8 transpose by Damjan Marion · 6 years ago
  71. 64b3cc2 Doxygen: clean up vec.h by Dave Wallace · 6 years ago
  72. f6adf1f vppinfra: add u32x4 min / max sse4.2 inlines by Damjan Marion · 6 years ago
  73. d1a12ef vppinfra: fix sparse_vec_index() returning non-zero index for some nonexistent elements by Andrew Yourtchenko · 6 years ago
  74. ac3b113 VPP-1576: fix a class of spurious warnings by Dave Barach · 6 years ago
  75. 65ec33b vppinfra: add few more cpuid flags by Damjan Marion · 6 years ago
  76. 19e540f Convince Coverity that s = format (0, ...) is OK by Dave Barach · 6 years ago
  77. 4d3aa07 Avoid overwrite in clib_memcpy_le{32,64} by Damjan Marion · 6 years ago
  78. c59b9a2 ipsec: esp-encrypt rework by Damjan Marion · 6 years ago
  79. 881d13e svm/atomics: add clib_atomic_swap_rel_n by Florin Coras · 6 years ago
  80. 9e041b1 vec: use memset in vec_resize_allocate_memory by Florin Coras · 6 years ago
  81. 5fc939e cpu: fix rtype for fn selected by CLIB_MARCH_FN by Florin Coras · 6 years ago
  82. e6a47cf Re-enable aarch64 neon instruction in vlib_buffer_free_inline by Lijian.Zhang · 6 years ago
  83. 1ee346a Fix build with newer linux headers by Damjan Marion · 6 years ago
  84. 97f8ae9 Fix bihash bucket double unlock. by Tom Seidenberg · 6 years ago
  85. 6459315 Use AVX2 as default even on AVX512 systems by Damjan Marion · 6 years ago
  86. a2aefef VPP-1576: fix Coverity issues by Dave Barach · 6 years ago
  87. f6defa1 Fix vpp crashing when attempting to run in kubernetes Pod by Artem Belov · 6 years ago
  88. 5a6c809 physmem: keep physmem VA in 39-bit address space on x86_64 by Damjan Marion · 6 years ago
  89. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  90. 910d369 buffers: major cleanup and improvements by Damjan Marion · 6 years ago
  91. ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
  92. c0b7a82 vppinfra: add CLIB_CACHE_LINE_ROUND() macro by Damjan Marion · 6 years ago
  93. 78c0ff7 pmalloc: don't iterate if there is no enough free space by Damjan Marion · 6 years ago
  94. 5e0c5ff doxygen formatting fix: prevent stray examples appearing in the docs by Andrew Yourtchenko · 6 years ago
  95. 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
  96. 6491136 Look for plugins in target triplet subdir by Damjan Marion · 6 years ago
  97. e58041f deprecate clib_memcpy64_x4 by Damjan Marion · 6 years ago
  98. f9240dc vcl: move forking logic to vls by Florin Coras · 6 years ago
  99. f09179f strncpy_s_inline copies more bytes than necessary by Steven · 6 years ago
  100. 7b01e9e Use the official libpcap file type by Dave Barach · 6 years ago