1. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  2. 5481ad4 vlib: add missing file template descriptions by Paul Vinciguerra · 4 years, 11 months ago
  3. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  4. bc867c3 vlib: add elog events for vlib log entries by Dave Barach · 4 years, 1 month ago
  5. 5f09efe ip6-nd: fix memory leaks by Dave Barach · 4 years, 1 month ago
  6. 85866e7 vlib: support macros in initial config file by Dave Barach · 4 years, 1 month ago
  7. 06d8226 vlib: print logs to stderr if interactive or nosyslog set by Damjan Marion · 4 years, 2 months ago
  8. 931c6f5 misc: don't export symbols from plugins by Damjan Marion · 4 years, 2 months ago
  9. 500ba9f vlib: add cgo-friendly plugin registration support by Dave Barach · 4 years, 2 months ago
  10. 695eb93 vlib: save signal handler data to global vbls by Dave Barach · 4 years, 2 months ago
  11. 433a498 vlib: fix line-mode cli memory leak by Benoît Ganne · 4 years, 3 months ago
  12. fc639ff vlib: map thread stack instead of allocating them from heap by Damjan Marion · 4 years, 3 months ago
  13. 1da0819 vlib: exit 0 (nocore) on SIGHUP by Christian Hopps · 4 years, 8 months ago
  14. b59095f vlib: extend telnet protocol guard by Vladimir Isaev · 4 years, 4 months ago
  15. 01a103b vlib: fix asan compilation with gcc by Benoît Ganne · 4 years, 5 months ago
  16. d25147d vlib: wake up workers if interrupts are posted by Benoît Ganne · 4 years, 6 months ago
  17. b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
  18. 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
  19. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  20. 10a22a6 vlib: restore commands for non-interactive sessions by Benoît Ganne · 4 years, 7 months ago
  21. 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
  22. a58be82 vlib: fix unix cli commands crash without session by Benoît Ganne · 4 years, 7 months ago
  23. e31820a vlib: add nosyslog unix option by Ruslan Babayev · 4 years, 10 months ago
  24. ce32770 vlib: deprecate i2c and cj by Dave Barach · 4 years, 8 months ago
  25. 6f533d7 vlib: leave SIGPROF signal with its default handler by Jieqiang Wang · 5 years ago
  26. ce266ad vlib: fix unix cli SIGSEGV for empty line input by Fan Zhang · 4 years, 9 months ago
  27. 8a023fd vlib: unix cli - log cli commands one per line by Paul Vinciguerra · 4 years, 10 months ago
  28. a6ef36b misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  29. e053056 misc: add FEATURE.yaml files by Dave Barach · 4 years, 10 months ago
  30. 8dc954a vlib: add plugin override support by Dave Barach · 4 years, 10 months ago
  31. 10a8bda misc: don't os_exit(1) causing core on SIGINT by Christian E. Hopps · 5 years ago
  32. b2dbb36 vlib: fix startup-config-process stack overflow by GordonNoonan · 5 years ago
  33. bfd7d29 vlib: add 'wait' cli command by Paul Vinciguerra · 5 years ago
  34. d29422c vlib: unix trivial- clean up typos in docs by Paul Vinciguerra · 5 years ago
  35. 2fd44a0 vlib: fix cli process stack overflow by Chenmin Sun · 5 years ago
  36. 735d2e2 vlib: fix cli process stack overflow by Aloys Augustin · 5 years ago
  37. 67e4df1 vlib: cli support ctrl-w to erase left word by Hiroki Shirokura · 5 years ago
  38. d991a79 vlib: create unix runtime directory by Ole Troan · 5 years ago
  39. 71dd9d5 stats: create /run/vpp before stat socket bind() by YohanPipereau · 6 years ago
  40. 6a3a4f7 vlib: Replace timer in CLI with an event process by Chris Luke · 5 years ago
  41. cab4733 vlib: avoid retrieving freed file in epoll by Florin Coras · 6 years ago
  42. 5022c6c Fix 'terminal history off' crasher by Chris Luke · 6 years ago
  43. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  44. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  45. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  46. 3a95003 vlib: align stack on OS page size by Benoît Ganne · 6 years ago
  47. 9ae190e Clean up multi-thread barrier-sync hold-down timer by Dave Barach · 6 years ago
  48. 81f54a5 vlib epoll: handle file removal on EPOLLIN by Florin Coras · 6 years ago
  49. c67078e vlib epoll: protect against clib file pool expansion by Florin Coras · 6 years ago
  50. 32b07c3 Fix memory corruption faulting [VPP-1639] by Artem Belov · 6 years ago
  51. d54815c Trivial: Update doxygen comments. by Paul Vinciguerra · 6 years ago
  52. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  53. d1e17d0 Ignore SIGTERM during the vpp boot sequence by Dave Barach · 6 years ago
  54. 9e52ef6 Save signum and faulting address in static variables by Dave Barach · 6 years ago
  55. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  56. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  57. 29c0b33 Less intrusive way to capture numa_node and cpu_id changes by Damjan Marion · 6 years ago
  58. ee72141 Fix issue with cpu_id and numa_code captured too early by Damjan Marion · 6 years ago
  59. 3235382 buffers: remove VLIB_BUFFER_DEFAULT_FREE_LIST macro and fl->n_data_bytes by Damjan Marion · 6 years ago
  60. 0a78fa1 Store numa-noda and cpu-index in vlib_main_t by Damjan Marion · 6 years ago
  61. 557400d cj: cj dump crash by Steven · 6 years ago
  62. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  63. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  64. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  65. 97f592f vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] by Steven · 6 years ago
  66. c5cb638 Silence warning over ignored return value (CID 187932) by Chris Luke · 6 years ago
  67. a9cf6af Fix Telnet option processing issue by Chris Luke · 6 years ago
  68. 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
  69. 0610039 Fix debug CLI node recycling bugs by Dave Barach · 6 years ago
  70. 0d5a195 cli: Validate cli_file_index on quit command by Steve Shin · 6 years ago
  71. 497deaf add backtrace in unix_signal_handler by Kingwel Xie · 7 years ago
  72. 85aa490 configurable per-dispatch-cycle sleep by Dave Barach · 7 years ago
  73. 01dc6b9 cli: Disable XON/XOFF in the tty by Chris Luke · 7 years ago
  74. fc379d2 cli: Fix reverse-line-wrap in terminals (VPP-1295) by Chris Luke · 7 years ago
  75. 70a745d cli: Fix off-by-one in the pager by Chris Luke · 7 years ago
  76. eb987d3 Harmonize vec/pool_get_aligned object sizes and alignment requests by Dave Barach · 7 years ago
  77. 756cd94 Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' by Neale Ranns · 7 years ago
  78. 72d2c4f plugins: unload plugin if early init fails by Damjan Marion · 7 years ago
  79. 2d207bc vlib: gcc-7 -O3 uninitialized values by Damjan Marion · 7 years ago
  80. 06bc260 plugin: Add plugin 'default' disable/enable by Mohsin Kazmi · 7 years ago
  81. 33d1629 cli: make q work again by Florin Coras · 7 years ago
  82. 3464c86 Rationalize plugin symbol error reporting by Dave Barach · 7 years ago
  83. 88c0621 physmem: keep only one physmem_main by Damjan Marion · 7 years ago
  84. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  85. 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
  86. 82d8ec2 VPP-1077 Add meaningful error info, when executing command with enable/disable option by Swarup Nayak · 7 years ago
  87. 9c2c243 fix bug in pager by Neale Ranns · 7 years ago
  88. 0a32b60 Configure vat-plugin-path and vat-plugin-name-filter by Dave Barach · 7 years ago
  89. cabbee7 Call a plugin init function by name by Dave Barach · 7 years ago
  90. 2d8bf30 Instead of a min term size, use a default (VPP-1061) by Chris Luke · 7 years ago
  91. 0bda0f4 Thread_index for thread0 in vlib_global_main not initialised by Keith Burns (alagalah) · 7 years ago
  92. 903651c VPP-1029: Don't call clib_longjmp(...) directly from the SIGTERM handler by Dave Barach · 7 years ago
  93. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  94. b66201f Fix vpp "unix interactive" when running under emacs + gdb by Dave Barach · 7 years ago
  95. 03add7f vppctl,cli: Improve non-interactive vppctl (VPP-944) by Chris Luke · 7 years ago
  96. 561ae0a CLI: fix segfault when browsing an empty history by Yoann Desmouceaux · 7 years ago
  97. b2bcad6 Fixes for issues Coverity has reported (VPP-972) by Chris Luke · 7 years ago
  98. f49921f clib_socket: add sendmsg / recvmsg with ancillary data support by Damjan Marion · 7 years ago
  99. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  100. 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago