1. 22f23ae buffers: fix vector types by Damjan Marion · 6 years ago
  2. 9a8a12a buffers: wrap vlib_buffer_t to union and expose vector types by Damjan Marion · 6 years ago
  3. 3235382 buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes by Damjan Marion · 6 years ago
  4. b67196d buffers: remove vlib_buffer_delete_free_list by Damjan Marion · 6 years ago
  5. 6434430 buffers: don't init metadata, as it is already initialized by Damjan Marion · 6 years ago
  6. d50e347 buffers: keep buffer_main in vlib_main_t by Damjan Marion · 6 years ago
  7. 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
  8. 34321b3 log: bug fix register class compare mismatch by Su Wang · 6 years ago
  9. ddccf7b Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro by Steven Luong · 6 years ago
  10. 36eb7c2 buffers: remove free-list information from buffer metadata by Damjan Marion · 6 years ago
  11. ab9b7ec buffers: remove freelist argument from vlib_buffer_add_data by Damjan Marion · 6 years ago
  12. 64d557c Add vlib_buffer_copy_indices inline function by Damjan Marion · 6 years ago
  13. e58041f deprecate clib_memcpy64_x4 by Damjan Marion · 6 years ago
  14. 29f0a5d vmbus: fix strncpy related warnings by Stephen Hemminger · 6 years ago
  15. 4e8a831 pci: fix strncpy warnings by Stephen Hemminger · 6 years ago
  16. 7b01e9e Use the official libpcap file type by Dave Barach · 6 years ago
  17. d2bfb78 avf: allocate descriptor memory from local numa by Damjan Marion · 6 years ago
  18. 3a63fc5 Handle buffer alloc failure in vlib_buffer_add_data by Dave Barach · 6 years ago
  19. d6897c1 Add microarch details to 'show cpu'. by Paul Vinciguerra · 6 years ago
  20. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  21. 6fbef23 vlib: support Hyper-v/Azure VMBus by Stephen Hemminger · 6 years ago
  22. b0055c8 STATS: add vlib_set_simple_counter (VPP-1484) by Matus Fabian · 6 years ago
  23. 69db1a6 fix vlib_buffer_chain_compress assert in debug by Klement Sekera · 6 years ago
  24. a5fb0ec Add VNET_BUFFER_F_AVAIL definitions by Dave Barach · 6 years ago
  25. 7fff3d2 Metadata / opaque formatting belongs in vpp by Dave Barach · 6 years ago
  26. ce55bcd vlib:init free list buffers vec by Eyal Bari · 6 years ago
  27. 1201a80 Add buffer tracing to the dispatch tracer by Dave Barach · 6 years ago
  28. 9162c2d vlib: reset frame flags when frame is reused by Damjan Marion · 6 years ago
  29. 142eb85 vlib: add vlib_buffer_enqueue_to_single_next(...) function by Damjan Marion · 6 years ago
  30. d3d4241 dhcp4:(VPP-1483) linearize chained packets before handling by Eyal Bari · 6 years ago
  31. d30bf01 add vlib_prefetch_buffer_data(...) macro by Damjan Marion · 6 years ago
  32. 3ae2873 pcap-based dispatch tracer by Dave Barach · 6 years ago
  33. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  34. b688fb1 vlib:remove unused argument by Eyal Bari · 6 years ago
  35. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  36. 6ec99c3 physmem: Add physmem map support by Mohsin Kazmi · 6 years ago
  37. 221d6f1 vlib: use index to free suspended frame by Florin Coras · 6 years ago
  38. bd0da97 vlib: define minimum chained buffer segment size by Damjan Marion · 6 years ago
  39. f6c68d7 Move RPC calls off the binary API input queue by Dave Barach · 6 years ago
  40. 557400d cj: cj dump crash by Steven · 6 years ago
  41. 332287e Revert "Keep RPC traffic off the shared-memory API queue" by Florin Coras · 6 years ago
  42. 567e61d pmalloc: support for 4K pages by Damjan Marion · 6 years ago
  43. 3d3b955 vlib: Fix pci io bar read/write fd leak by Mohsin Kazmi · 6 years ago
  44. 7161539 Keep RPC traffic off the shared-memory API queue by Dave Barach · 6 years ago
  45. 8e8d3c8 physmem coverity issues by Damjan Marion · 6 years ago
  46. f87eb9b vlib: alloc buffers on local numa, not on numa 1 by Damjan Marion · 6 years ago
  47. 95276ca vlib: Add support for pci io read/write by Mohsin Kazmi · 6 years ago
  48. 901d16c vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK by Damjan Marion · 6 years ago
  49. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  50. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  51. 2322798 vlib: pci improvements by Damjan Marion · 6 years ago
  52. 8f49936 vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines by Damjan Marion · 6 years ago
  53. 4d1a866 X86_64 perf counter plugin by Dave Barach · 6 years ago
  54. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  55. a5ab503 Fix coverity issue for potentially overflowing of page size by Haiyang Tan · 6 years ago
  56. 825fc48 Integer underflow and out-of-bounds read (VPP-1442) by Neale Ranns · 6 years ago
  57. b7620fd vfio: don't display error if no pci devices are assigned to container by Damjan Marion · 6 years ago
  58. 98afc71 node_cli: Give the user a hint as to the problem. by Paul Vinciguerra · 6 years ago
  59. e4db803 fix format error in show logging config output by Jerome Tollet · 6 years ago
  60. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  61. 5d64c78 thread: Add show threads api by Mohsin Kazmi · 6 years ago
  62. 88c6e00 vlib: barrier sync elog tracing improvements by Dave Barach · 6 years ago
  63. 7d42653 Add logging to vfio code by Damjan Marion · 6 years ago
  64. 10a690b "show log": print wall-clock time by Dave Barach · 6 years ago
  65. bdc0e6b Trivial: Clean up some typos. by Paul Vinciguerra · 6 years ago
  66. 568ebc7 session: improve close procedure by Florin Coras · 6 years ago
  67. 58492a8 STATS: Dynamically mapped shared memory segment by Ole Troan · 6 years ago
  68. 633b6fd vlib: introduce user flags in vlib_frame_t by Damjan Marion · 6 years ago
  69. 759226e Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics. by Sirshak Das · 6 years ago
  70. 97f592f vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] by Steven · 6 years ago
  71. 36feebb Improve NTP / kernel time change event handling by Dave Barach · 6 years ago
  72. 833de8c cmake: set packaging component for different files by Damjan Marion · 6 years ago
  73. c5cb638 Silence warning over ignored return value (CID 187932) by Chris Luke · 6 years ago
  74. a9cf6af Fix Telnet option processing issue by Chris Luke · 6 years ago
  75. 8e71529 Deprecate old buffer replication scheme by Damjan Marion · 6 years ago
  76. 2fee167 STATS: stat_client updates. by Ole Troan · 6 years ago
  77. 69abe44 vlib: add 'show node' and 'set node function' CLI by Damjan Marion · 6 years ago
  78. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  79. ffb3813 Add int cast to fit '.*' printf expectations by Pierre Pfister · 6 years ago
  80. f8b8586 Clean up packet tracer, especially "clear trace" by Dave Barach · 6 years ago
  81. af7dd5b Rename struct mallinfo -> struct dlmallinfo by Dave Barach · 6 years ago
  82. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  83. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  84. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  85. 40f9246 vlib: avoid double process dispatch by Florin Coras · 6 years ago
  86. e4a9eb7 Improve cpu { coremask-% } configure option by Yi He · 6 years ago
  87. 5df580e 128-bit SIMD version of vlib_get_buffers by Damjan Marion · 6 years ago
  88. 5b8ed98 Buffer clone: copy opaque2 by Neale Ranns · 6 years ago
  89. 78fd7e8 Add congestion drop in interface handoff by Damjan Marion · 6 years ago
  90. 1363763 physmem: fix alloc when dlmaloc is used by Damjan Marion · 6 years ago
  91. 4d56e05 Cleanup of handoff code by Damjan Marion · 6 years ago
  92. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  93. 0610039 Fix debug CLI node recycling bugs by Dave Barach · 6 years ago
  94. 858151f threads: fix issue with setting main-core to 0 by Damjan Marion · 6 years ago
  95. 9e300dd Do not override skip-cores if set in startup.conf by Damjan Marion · 6 years ago
  96. 7752b39 Set main thread affinity before main heap is allocated by Damjan Marion · 6 years ago
  97. 926b564 Add per-numa page allocation info to 'show memory' by Damjan Marion · 6 years ago
  98. 0d5a195 cli: Validate cli_file_index on quit command by Steve Shin · 6 years ago
  99. 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
  100. 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 7 years ago