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