1. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  2. 473f461 Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064) by Dave Barach · 7 years ago
  3. ba614d6 AVF input node rework by Damjan Marion · 7 years ago
  4. 40c6e1d Fix clang compilation on aarch64: value size does not match register size. by Sirshak Das · 7 years ago
  5. ffe9d21 vppinfra: explicitely state for signed types that they are signed by Damjan Marion · 7 years ago
  6. 812b32d Add VLIB_NODE_FN() macro to simplify multiversioning of node functions by Damjan Marion · 7 years ago
  7. 2422317 Change optimizaton level from tree-vectorize to O3 by Damjan Marion · 7 years ago
  8. 0318a11 Fix flowhash size computation for very large hash tables by Pierre Pfister · 7 years ago
  9. 0d88301 bond: performance harvesting by Steven · 7 years ago
  10. 1cf9a16 Vectorized bihash_{48,40,24,16}_8 key compare by Damjan Marion · 7 years ago
  11. 1486477 vppinfra: add clib_count_equal_uXX and clib_memset_uXX functions by Damjan Marion · 7 years ago
  12. a52e166 vector functions cleanup and improvements by Damjan Marion · 7 years ago
  13. 398fdc1 Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function by Damjan Marion · 7 years ago
  14. 8c3f8a2 Add vlib_buffer_enqueue_to_next inline function by Damjan Marion · 7 years ago
  15. afe56de Add buffer pointer-to-index and index-to-pointer array functions by Damjan Marion · 7 years ago
  16. 7f358b3 Periodic scan and probe of IP neighbors to maintain neighbor pools by John Lo · 7 years ago
  17. ea84130 VPP-1275 Fix memory leaks in IPsec CLI by Klement Sekera · 7 years ago
  18. 1105600 vppinfra: use count_trailing_zeros in sparse_vec_index by Damjan Marion · 7 years ago
  19. 23e310a vppinfra: use popcnt instruction when available by Damjan Marion · 7 years ago
  20. ee7f0bd dpdk: tx code rework by Damjan Marion · 7 years ago
  21. 2f25ef3 autodetect alignment during _vec_resize by Damjan Marion · 7 years ago
  22. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  23. 300f2f4 Remove historical README file by Dave Barach · 7 years ago
  24. c576622 dpdk: complete rework of the dpdk-input node by Damjan Marion · 7 years ago
  25. 915e3f1 vppinfra: make set_mempolicy failure non-critical unless NUMA_FORCE is set by Damjan Marion · 7 years ago
  26. 9840cca Clean up temp dir in failure cases by Dave Barach · 7 years ago
  27. 6ddede7 Add circular logging by Dave Barach · 7 years ago
  28. 611d918 Remove md5.[ch] from vppinfra by Dave Barach · 7 years ago
  29. 45a0946 Correct address calculation for VPP-1168 by Lee Roberts · 7 years ago
  30. 3f6ede3 glibc 2.27 fix by Marco Varlese · 7 years ago
  31. 7b18536 vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations by Damjan Marion · 7 years ago
  32. 22ac59b Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform. VPP-1129 by Adrian Oanca · 7 years ago
  33. 0b8792f u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Nintin by Adrian Oanca · 7 years ago
  34. 30765e7 Add prefetch inlines, update bi-hash doc tags by Dave Barach · 7 years ago
  35. 97f5af0 bihash table size perf/scale improvements by Dave Barach · 7 years ago
  36. ab2c560 vppinfra: change default cache line size 64 bytes by Damjan Marion · 7 years ago
  37. 37860ea vppinfra: remove vector_iwmmxt.h by Damjan Marion · 7 years ago
  38. 2b53e4e add 'is_all_zero(x)' for NEON by Adrian Oanca · 7 years ago
  39. 6525c7f vppinfra: autogerate vector typedefs and basic inline functions by Damjan Marion · 7 years ago
  40. ad09933 Reset expired timer vector length after callback by Dave Barach · 7 years ago
  41. 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
  42. c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
  43. 1e33663 fix format_hexdump by Damjan Marion · 7 years ago
  44. 41fd68d vppinfra: Remove empty file by Mohsin Kazmi · 7 years ago
  45. bc27d1b GBP plugin by Neale Ranns · 7 years ago
  46. b81831d add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127) by Gabriel Ganne · 7 years ago
  47. e7d212f Minimize bihash memory consumption by Dave Barach · 7 years ago
  48. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  49. 7d25415 Provide page-aligned length to ftruncate. by Igor Mikhailov (imichail) · 7 years ago
  50. a332c46 session: segment manager refactor by Florin Coras · 7 years ago
  51. 953f551 Add flowhash hash table to vppinfra by Pierre Pfister · 7 years ago
  52. 8d6ef60 Compile valloc.c, install header file, etc. by Dave Barach · 7 years ago
  53. c0379ae Arm system counter cleanup by Brian Brooks · 7 years ago
  54. 6484a68 First-fit virtual space allocator by Dave Barach · 7 years ago
  55. 1f9600e vppinfra: add readers-writer lock by Florin Coras · 7 years ago
  56. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  57. fb8e61c Adding a format function for bihash init routine to format the key, value, when verbose option is used by Vijayabhaskar Katamreddy · 7 years ago
  58. 5957a14 Sub-Interface deletion not cleanup hash's properly (VPP-1136) by John Lo · 7 years ago
  59. d3e83a9 ssvm: reuse clib mem infra for memfd segments by Florin Coras · 7 years ago
  60. 2e172ea physmem: fix physmem allocation on kernels without NUMA support by Damjan Marion · 7 years ago
  61. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  62. ae66b0d aarch64 - show cpu microarchitecture by Gabriel Ganne · 7 years ago
  63. 90a6398 sock api: add infra for bootstrapping shm clients by Florin Coras · 7 years ago
  64. e6bfeab Unify and cleanup usage of hash_set/unset_mem by various tunnels by John Lo · 7 years ago
  65. 8e66b9b Use crc32 wrapper (VPP-1086) by Gabriel Ganne · 7 years ago
  66. 6390df3 implement clib_smp_pause() for arm and aarch64 platform by Kevin Wang · 7 years ago
  67. fad3fb3 vppinfra: add AVX512 variant of clib_memcpy by Damjan Marion · 7 years ago
  68. 545d9ea VPP-1032: clean up coverity warnings. by Dave Barach · 7 years ago
  69. 129e80e VPP-1032: fix coverity warnings by Dave Barach · 7 years ago
  70. 0c332a3 Add chi-squared test statistic calculator to random.c by Dave Barach · 7 years ago
  71. 20ec716 vppinfra: fix issues depending on compiler by Sergio Gonzalez Monroy · 7 years ago
  72. 3288ed7 UT: Repaired broken C unit tests (--enable-tests) by Ole Troan · 7 years ago
  73. 2222986 Remove unused, uninteresting code by Dave Barach · 7 years ago
  74. 55c79e9 make clib_maplog_update_header(...) globally accessible by Dave Barach · 7 years ago
  75. 73cb006 fill "show cpu" Flag list on aarch64 platforms (VPP-1065) by Gabriel Ganne · 7 years ago
  76. b96412d remove smp dead code (VPP-1066) by Gabriel Ganne · 7 years ago
  77. 04fee31 maplog headers, offline processing, doxygen tags by Dave Barach · 7 years ago
  78. 7a64019 Coverity warning be gone by Dave Barach · 7 years ago
  79. e9d9170 mmap-based fixed-size record double-buffered logger by Dave Barach · 7 years ago
  80. b2e1fe9 use intel intrinsics in clib_memcpy64_x4 by Damjan Marion · 7 years ago
  81. 70d44d3 use REV on aarch64 for endianness swapping (VPP-1067) by Gabriel Ganne · 7 years ago
  82. cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
  83. 9e12d77 armv8 crc32 - fix macro name by Gabriel Ganne · 7 years ago
  84. 87bd96a vppinfra: fix pool_get_aligned_will_expand for fixed pools by Florin Coras · 7 years ago
  85. 04f3db3 dpdk: introduce AVX512 variants of node functions by Damjan Marion · 7 years ago
  86. bfe470c Update CPU list by Damjan Marion · 7 years ago
  87. beb85cc add warning control macro set by Gabriel Ganne · 7 years ago
  88. b79d886 vppinfra: add 512-bit vector definitions and types by Damjan Marion · 7 years ago
  89. 4c9f2a8 lock init writer_lock must be inited before used. by JingLiuZTE · 7 years ago
  90. c5c2bb3 silence clib_mem_unaligned() invalid read found by address-sanitizer by Gabriel Ganne · 7 years ago
  91. ef5d5aa vppinfra: make _vec_resize_will_expand read-only by Florin Coras · 7 years ago
  92. 53ae29e fix clib_mem_unaligned() invalid read by Gabriel Ganne · 7 years ago
  93. 310518e Add the bihash_vec8_8 variant by Dave Barach · 7 years ago
  94. a19d7b8 Do not include x86intrin.h if unavailable by Gabriel Ganne · 7 years ago
  95. 470a011 add cuckoo hash by Klement Sekera · 8 years ago
  96. b9f2cf0 VPP-1032: fix coverity warnings by Dave Barach · 7 years ago
  97. fa77e8f Fix minor issues in clib_spinlock_unlock() by Dave Barach · 7 years ago
  98. e3ea797 change format_get_indent() to use u32 instead of uword by Gabriel Ganne · 7 years ago
  99. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  100. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago