1. 20ec716 vppinfra: fix issues depending on compiler by Sergio Gonzalez Monroy · 7 years ago
  2. 3288ed7 UT: Repaired broken C unit tests (--enable-tests) by Ole Troan · 7 years ago
  3. 2222986 Remove unused, uninteresting code by Dave Barach · 7 years ago
  4. 55c79e9 make clib_maplog_update_header(...) globally accessible by Dave Barach · 7 years ago
  5. 73cb006 fill "show cpu" Flag list on aarch64 platforms (VPP-1065) by Gabriel Ganne · 7 years ago
  6. b96412d remove smp dead code (VPP-1066) by Gabriel Ganne · 7 years ago
  7. 04fee31 maplog headers, offline processing, doxygen tags by Dave Barach · 7 years ago
  8. 7a64019 Coverity warning be gone by Dave Barach · 7 years ago
  9. e9d9170 mmap-based fixed-size record double-buffered logger by Dave Barach · 7 years ago
  10. b2e1fe9 use intel intrinsics in clib_memcpy64_x4 by Damjan Marion · 7 years ago
  11. 70d44d3 use REV on aarch64 for endianness swapping (VPP-1067) by Gabriel Ganne · 7 years ago
  12. cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
  13. 9e12d77 armv8 crc32 - fix macro name by Gabriel Ganne · 7 years ago
  14. 87bd96a vppinfra: fix pool_get_aligned_will_expand for fixed pools by Florin Coras · 7 years ago
  15. 04f3db3 dpdk: introduce AVX512 variants of node functions by Damjan Marion · 7 years ago
  16. bfe470c Update CPU list by Damjan Marion · 7 years ago
  17. beb85cc add warning control macro set by Gabriel Ganne · 7 years ago
  18. b79d886 vppinfra: add 512-bit vector definitions and types by Damjan Marion · 7 years ago
  19. 4c9f2a8 lock init writer_lock must be inited before used. by JingLiuZTE · 7 years ago
  20. c5c2bb3 silence clib_mem_unaligned() invalid read found by address-sanitizer by Gabriel Ganne · 7 years ago
  21. ef5d5aa vppinfra: make _vec_resize_will_expand read-only by Florin Coras · 7 years ago
  22. 53ae29e fix clib_mem_unaligned() invalid read by Gabriel Ganne · 7 years ago
  23. 310518e Add the bihash_vec8_8 variant by Dave Barach · 7 years ago
  24. a19d7b8 Do not include x86intrin.h if unavailable by Gabriel Ganne · 7 years ago
  25. 470a011 add cuckoo hash by Klement Sekera · 8 years ago
  26. b9f2cf0 VPP-1032: fix coverity warnings by Dave Barach · 7 years ago
  27. fa77e8f Fix minor issues in clib_spinlock_unlock() by Dave Barach · 7 years ago
  28. e3ea797 change format_get_indent() to use u32 instead of uword by Gabriel Ganne · 7 years ago
  29. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  30. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  31. 879ace3 Various fixes for issues found by Coverity (VPP-972) by Chris Luke · 7 years ago
  32. f22f07d format_sockaddr: add trivial support for AF_LOCAL sockets by Dave Barach · 7 years ago
  33. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  34. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  35. f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
  36. 4eeeaaf tcp: horizontal scaling improvments by Florin Coras · 7 years ago
  37. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  38. ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
  39. 70ec09d Add fd/socket name to clib_socket_* error msgs. by Dave Wallace · 7 years ago
  40. 2951d90 Fixes for issues raised by Coverity (VPP-972) by Chris Luke · 7 years ago
  41. b7f1faa Add fixed-size, preallocated pool support by Dave Barach · 7 years ago
  42. c8ef08a Fix BIHASH_KVP_CACHE_SIZE == 0 case by Dave Barach · 7 years ago
  43. beb50d4 acl-plugin: Recreate the bihash_40_8.h in the proper place by Andrew Yourtchenko · 7 years ago
  44. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  45. 858c06f Atomic bucket lock by Dave Barach · 7 years ago
  46. 908a5ea Add a bihash prefetchable bucket-level cache by Dave Barach · 7 years ago
  47. e2d40b8 Use clib_crc32c_uses_intrinsics instead of __SSE4_2__ by Christophe Fontaine · 7 years ago
  48. 28160f3 VPP-904: fixes zero length CLI parameters parse by Alexander Kotov · 7 years ago
  49. bb18ee6 format: Check for NaN when rendering doubles by Chris Luke · 7 years ago
  50. 31e59d9 vppinfra: revert clib_memcpy optimization by Damjan Marion · 7 years ago
  51. 58eb866 Refactor API message handling code by Klement Sekera · 8 years ago
  52. 12c6fdc VPP-893: handle multiple simultaneous event registrations by Dave Barach · 7 years ago
  53. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  54. ed92925 FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits by Ole Troan · 8 years ago
  55. f661638 Add option to create clib_socket with group write permissions by Damjan Marion · 7 years ago
  56. a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
  57. f908a03 Parenthesize the usage of the macro argument within vec_search() macro definition by Andrew Yourtchenko · 7 years ago
  58. 28b70af VPP-874: fix coverity warnings in tw_timer_template.c by Dave Barach · 8 years ago
  59. 4af9ba1 three-level timer wheel implementation w/ overflow vector by Dave Barach · 8 years ago
  60. b32fde5 Fix build breakge post 6956 by Neale Ranns · 8 years ago
  61. b4bd28a Remove calls to crc_u32 and add clib_crc32c for armv8+crc by Christophe Fontaine · 8 years ago
  62. 7d27218 vppinfra: fix vec_validate_init_empty_aligned macro by Damjan Marion · 8 years ago
  63. 47366b1 More GCC-7 errors by Marco Varlese · 8 years ago
  64. 871cdec Fix mac_age process crash in multi-threaded environment by Steve Shin · 8 years ago
  65. ba7ddfe VPP-847: improve bihash template memory allocator performance by Dave Barach · 8 years ago
  66. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  67. 0f68c79 Add crc32c inline function, allows compilation on 32-bit systems by Damjan Marion · 8 years ago
  68. bde5523 vppinfra: optimize and simplify splat inline functions by Damjan Marion · 8 years ago
  69. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  70. 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
  71. 6ce2232 Define cache line size for x86 32-bit by Damjan Marion · 8 years ago
  72. 658efd2 vppinfra: clib_memcpy improvement by Ray Kinsella · 8 years ago
  73. 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
  74. 1927da2 vppinfra: add spinlock inline functions by Damjan Marion · 8 years ago
  75. eaabe07 Add memif - packet memory interface for intra-host communication by Damjan Marion · 8 years ago
  76. 1dc2f92 armv8 - fix os_cpu_clock_frequency for armv8 by Gabriel Ganne · 8 years ago
  77. fa5231d timing wheel: avoid queueing expired timers and caching wrong earliest expiry value by Andrew Yourtchenko · 8 years ago
  78. 87df12d IPv6 RA improvements by Neale Ranns · 8 years ago
  79. f71ef1d vppinfra: fix issue when copying 16 bytes with clib_memcpy by Damjan Marion · 8 years ago
  80. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago
  81. bcc6aa4 MFIB memory leak. free the per-source interface hash by Neale Ranns · 8 years ago
  82. 954898f Fix last run time update for timer wheel by Florin Coras · 8 years ago
  83. 83ed1f4 tw_timer_expire_timers() - add a maximum to the number of expiration per call by Gabriel Ganne · 8 years ago
  84. 205e934 VPP-638: 'set interface ipsec key garbage' causes infinite loop by Billy McFall · 8 years ago
  85. 581b072 tw_timer_expire_timers() return the number of expirations by Gabriel Ganne · 8 years ago
  86. 614ac5d Add pool_get[_aligned]_will_expand(...) by Dave Barach · 8 years ago
  87. 8e8f98c Wheel-timer infra by Dave Barach · 8 years ago
  88. 3ad7704 Prep work for Coverity upload processing via Jenkins by Dave Barach · 8 years ago
  89. 32e1c01 IP Multicast FIB (mfib) by Neale Ranns · 8 years ago
  90. 8f54496 Fix coverity warnings, VPP-608 by Dave Barach · 8 years ago
  91. 5e6b958 Handle execessive hash collisions, VPP-555 by Dave Barach · 8 years ago
  92. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago