1. 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
  2. 75e974b buffers: fix bug in free list n_alloc tracking by Klement Sekera · 7 years ago
  3. 2ca8ced physmem: register region with IOMMU by Damjan Marion · 7 years ago
  4. 149ba77 vlib: add support for multiple buffer pools by Damjan Marion · 7 years ago
  5. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  6. 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
  7. 7bee773 VPP-1024: rewrite buffer trajectory tracer by Dave Barach · 7 years ago
  8. 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
  9. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  10. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  11. 69128d0 Add thread-safe event signaller, use RPC where required by Dave Barach · 7 years ago
  12. b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
  13. 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
  14. 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
  15. 609707e Fix DHCP client so it works for worker threads by John Lo · 7 years ago
  16. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  17. 2f9b0c0 dpdk: cli to check for buffer leakage by Florin Coras · 7 years ago
  18. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  19. f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
  20. d9226b2 physmem: remove debug leftovers by Damjan Marion · 7 years ago
  21. eb1ac17 Recombine diags and minimum barrier open time changes (VPP-968) by Colin Tregenza Dancer · 7 years ago
  22. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  23. 816122e physmem: make fake allocation non-fatal if we cannot pick numa node by Damjan Marion · 7 years ago
  24. 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
  25. ab7b8d9 Fixes for issues reported by Coverity (VPP-972) by Chris Luke · 7 years ago
  26. 49d66f1 vlib physmem rework by Damjan Marion · 7 years ago
  27. 9a244bb Add pidfile cmdline option by Pierre Pfister · 7 years ago
  28. 2159618 Refork worker thread data structures in parallel (VPP-970) by Colin Tregenza Dancer · 7 years ago
  29. c67787b Set runtime_path properly when running non-root by Damjan Marion · 7 years ago
  30. b6a8ed7 Thread safe internal buffer manager, take two by Damjan Marion · 7 years ago
  31. d84ba85 TCP horizontal scaling by Dave Barach · 7 years ago
  32. 57d963f Make VPP runtime directory configurable by Damjan Marion · 7 years ago
  33. b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
  34. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  35. 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
  36. 30af5da VPP-905: Wrong define used in function start_workers. by JingLiuZTE · 7 years ago
  37. d756b35 Fix unlinking of /dev/shm files. by Dave Wallace · 7 years ago
  38. 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
  39. 19e9d95 VPP-895 multi-thread: fix vpp crash on show runtime by Igor Mikhailov (imichail) · 7 years ago
  40. a2522f6 dpdk: fix dpdk_buffer_pool_create name by Chris Luke · 7 years ago
  41. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  42. 191a1a4 vlib: fix issues with PCI handling code by Damjan Marion · 7 years ago
  43. 475674e unix: mkdir VPP_RUN_DIR before opening a socket in it by Chris Luke · 7 years ago
  44. 7447d07 Buffer name inconsistently used a cstring/vec (VPP-901) by Chris Luke · 7 years ago
  45. bb620d7 VPP debug image with worker threads hit assert on adding IP route with traffic (VPP-892) by Neale Ranns · 7 years ago
  46. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  47. f661638 Add option to create clib_socket with group write permissions by Damjan Marion · 7 years ago
  48. a54230d Add knob to specify effective group id (gid) for VPP process by Damjan Marion · 7 years ago
  49. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  50. a626999 VPP-873: fix vector expansion bug in dispatch_pending_node by Dave Barach · 8 years ago
  51. 6e8ab16 vlib: add screen-256color CLI terminal type by Damjan Marion · 8 years ago
  52. a9a54c1 vlib: add unix_file_del_by_index function by Damjan Marion · 8 years ago
  53. a7f7457 vlib: use driver_override in sysfs for binding pci devs to vfio/uio drivers by Damjan Marion · 8 years ago
  54. 4227eef Fix tab-completion coverity issue by Yoann Desmouceaux · 8 years ago
  55. 3060e07 Add TAB-based auto-completion to the CLI by Yoann Desmouceaux · 8 years ago
  56. f3b5364 vhost: migrate to use device infra for worker thread assignment, rx-mode. by Steven · 8 years ago
  57. 8148131 VPP-845: add configurable elog post-mortem dump by Dave Barach · 8 years ago
  58. f55f9b8 completelly deprecate os_get_cpu_number, replace new occurences by Damjan Marion · 8 years ago
  59. 7bee80c Fix remaining 32-bit compile issues by Damjan Marion · 8 years ago
  60. 3c785e0 vlib: do not unbind devices already bound to vfio-pci by Damjan Marion · 8 years ago
  61. 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
  62. c9fc77c Exit if plugin load attempt fail by Damjan Marion · 8 years ago
  63. 36c1308 Fix structure alignment with 32-bit pointers by Damjan Marion · 8 years ago
  64. 9c2b9f4 vlib: add cli command to dump all CLI commands by Damjan Marion · 8 years ago
  65. ecba903 Fix typo in minimal epoll polling time by Pierre Pfister · 8 years ago
  66. 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
  67. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  68. 2c2b640 vlib: make vlib_node_interrupt_pending(...) thread safe by Damjan Marion · 8 years ago
  69. 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
  70. ce359db vlib: extend foreach_vlib_main macro to assert if workers are not parked by Damjan Marion · 8 years ago
  71. 9a332e1 vlib: inline dispatch_node(...) (again) by Damjan Marion · 8 years ago
  72. 1bfb0dd vlib: add description field in plugin registration by Damjan Marion · 8 years ago
  73. 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
  74. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  75. 1bd0109 64 bit per-thread counters by Neale Ranns · 8 years ago
  76. 6aa75af vlib: fix potential crash in dispatch_node ELOG_DATA call by Steven · 8 years ago
  77. b6f93a1 vlib: additional runtime_data checks by Damjan Marion · 8 years ago
  78. e9f929b vlib: make runtime_data thread-local by Damjan Marion · 8 years ago
  79. 9d676af No vector allocation during buffer copy by Neale Ranns · 8 years ago
  80. 20e272c vlib: poll pre_input nodes only on main thread by Damjan Marion · 8 years ago
  81. 374e2c5 Retire vpp_lite by Damjan Marion · 8 years ago
  82. e9d52d5 vlib: deduplicatee code in main and worker main loop by Damjan Marion · 8 years ago
  83. 80f54e2 vlib_mains == 0 special cases be gone by Dave Barach · 8 years ago
  84. e5ef1d7 vlib: add process restart cli by Damjan Marion · 8 years ago
  85. c8c44eb Add support for unix { coredump-size <size> }. by Klement Sekera · 8 years ago
  86. a1a093d Clean up binary api message handler registration issues by Dave Barach · 8 years ago
  87. 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago
  88. f869028 Fix buffer template copy by Dave Barach · 8 years ago
  89. c47ed03 vlib: add buffer cloning support by Damjan Marion · 8 years ago
  90. ff54270 vlib: add VLIB_BUFFER_EXT_HDR_VALID flag by Damjan Marion · 8 years ago
  91. a83bc30 Load plugins in alphabetical order by Dave Barach · 8 years ago
  92. 26cd8c1 VPP-650: handle buffer failure in vlib_buffer_copy(...) by Dave Barach · 8 years ago
  93. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  94. 2d41f16 fix trace frame-queue unformat of index by Matus Fabian · 8 years ago
  95. e4ad8cc VPP-630: Null pointer dereferences in vlib/unix/plugin.c by Ole Troan · 8 years ago
  96. bd69a5f vlib: remove algned/unaligned buffers scheme by Damjan Marion · 8 years ago
  97. 71d73fe fix some 'stored but never read' warnings raised by clang by Gabriel Ganne · 8 years ago
  98. 3b46cba Plugin infrastructure improvements by Damjan Marion · 8 years ago
  99. 044183f [re]Enable per-Adjacency/neighbour counters by Neale Ranns · 8 years ago
  100. fe6bdfd binary-api debug CLI works with plugins by Dave Barach · 8 years ago