1. becfab0 api: fix signed single bit field by Tianyu Li · 1 year, 5 months ago
  2. 0b7200f api: clean up error message by Dave Wallace · 1 year, 7 months ago
  3. 49bbf9e api: keep AddressSanitizer happy by Benoît Ganne · 1 year, 11 months ago
  4. a2eb507 api: deprecate vl_msg_api_set_handlers by Damjan Marion · 2 years, 7 months ago
  5. fe45f8f api: replace print functions wth format by Damjan Marion · 2 years, 7 months ago
  6. b704971 api: keep api common code in vlibapi by Damjan Marion · 2 years, 7 months ago
  7. cbc1039 vlib: fix coverity 274744 by Andrew Yourtchenko · 2 years, 4 months ago
  8. cada9eb api: refactor api data storage by Damjan Marion · 2 years, 7 months ago
  9. 2ca88ff vapi: support api clients within vpp process by Ole Troan · 2 years, 11 months ago
  10. ba2f551 api: Do not assert of short message lengths by Neale Ranns · 2 years, 9 months ago
  11. 79934e8 vppinfra: refactor address sanitizer by Damjan Marion · 2 years, 8 months ago
  12. 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
  13. 7f9256e api: better segregate client and server code by Benoît Ganne · 2 years, 10 months ago
  14. 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years, 1 month ago
  15. 0eb83f4 api: improve REPLY_MACRO safety by Klement Sekera · 3 years ago
  16. 342a5d4 api: add api macros for native endian by Mohsin Kazmi · 3 years, 1 month ago
  17. a4abdac api: add helper macros for native endian by Mohsin Kazmi · 3 years, 1 month ago
  18. a4ba8da api: remove legacy pd msg handlers by Klement Sekera · 3 years, 2 months ago
  19. f0e67d7 interface: add api test file by Filip Tehlar · 3 years, 5 months ago
  20. d4a7064 docs: convert vpp doc md->rst by Nathan Skrzypczak · 3 years, 2 months ago
  21. 36217e3 api: API trace improvements by Filip Tehlar · 3 years, 5 months ago
  22. 248210c misc: move part of vpe apis to vlibmemory by Florin Coras · 3 years, 3 months ago
  23. e3cf4d0 build: use GNUInstallDirs install destinations by Nick Brown · 3 years, 3 months ago
  24. abfe365 ip: add api test file by Filip Tehlar · 3 years, 5 months ago
  25. 9f42fff api: fix crash in vl_msg_api_free by wanghanlin · 3 years, 7 months ago
  26. 162b70d api: Avoid the usage of the freed registration by the API calls by Andrew Yourtchenko · 3 years, 9 months ago
  27. f48de88 vppinfra: do not crash if format string is null by Andrew Yourtchenko · 3 years, 10 months ago
  28. 44db1ca linux-cp: Linux Interface Mirroring for Control Plane Integration by Neale Ranns · 4 years ago
  29. 78f487e vrrp: asynchronous events on VR state change by Matthew Smith · 4 years, 2 months ago
  30. c0b1954 feature: Add packet trace API by Jon Loeliger · 4 years, 7 months ago
  31. bad6792 api: register endian handlers for reply messages by Ole Troan · 4 years, 4 months ago
  32. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  33. 70a9f44 docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  34. ff13e46 api: check id is valid for bounce checking by Benoît Ganne · 5 years ago
  35. e796a18 api: make vpp api handlers endian independent by Ole Troan · 4 years, 7 months ago
  36. f5db371 api: add new stream message convention by Ole Troan · 4 years, 7 months ago
  37. b5a575b docs: clean up make docs job by Paul Vinciguerra · 5 years ago
  38. 7784140 misc: binary api fuzz test fixes by Dave Barach · 4 years, 8 months ago
  39. 69eeadc vat: fix socket connection by Dave Barach · 4 years, 8 months ago
  40. f24de17 api: add macro that zeros out api reply buffer by Paul Vinciguerra · 4 years, 11 months ago
  41. 2dbee93 api: improve api string safety by Jakub Grajciar · 4 years, 10 months ago
  42. cbe25aa ip: Protocol Independent IP Neighbors by Neale Ranns · 5 years ago
  43. 0aa4013 api: Use vl_msg_push/pop_heap by Nathan Skrzypczak · 5 years ago
  44. 684fb6e api: pass api and client main to rx thread by Florin Coras · 5 years ago
  45. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  46. 8d82085 api: avoid swapping vlib_rp before barrier sync by Florin Coras · 5 years ago
  47. 9fb6d40 misc: add address sanitizer heap instrumentation by Benoît Ganne · 6 years ago
  48. 8229580 api: add bapi thread handle to api main structure. by IJsbrand Wijnands · 5 years ago
  49. 2a1ca78 api: split api generated files by Ole Troan · 5 years ago
  50. 33a5817 api: autogenerate api trace print/endian by Ole Troan · 5 years ago
  51. 053204a api: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  52. edfe2c0 api: vppapitrace JSON/API trace converter by Ole Troan · 5 years ago
  53. 6794787 api: fix coverity warning by Dave Barach · 5 years ago
  54. b09f4d0 api: enable binary API event logging in vat by Dave Barach · 5 years ago
  55. 21a4384 vat: unload unused vat plugins by Dave Barach · 5 years ago
  56. 9683c1e api: fix coverity warnings by Dave Barach · 5 years ago
  57. 377860a api: Remove the inlines file and replace with library functions by Neale Ranns · 5 years ago
  58. 283cd2e api: string type to convert to vector by Ole Troan · 6 years ago
  59. c898a4f api: add mp-safe/barrier-sync indication to elogs by Dave Barach · 6 years ago
  60. f35a072 infra: fix minor memory leak in "api trace..." by Dave Barach · 6 years ago
  61. 75f9fb6 add api trace print by ezkexma · 6 years ago
  62. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  63. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  64. ec595ef perfmon plugin: 2-way parallel stat collection by Dave Barach · 6 years ago
  65. 32ef137 api_helper_macro mp->pid is network endian by Ole Troan · 6 years ago
  66. 003d5da VAPI/VOM: Removing legacy stats tests, add string type. by Ole Troan · 6 years ago
  67. d6e9aec String type: Not include \0 in show_version by Ole Troan · 6 years ago
  68. 884f0af String type: Fix off by one error by Ole Troan · 6 years ago
  69. 413f4a5 API: Use string type instead of u8. by Ole Troan · 6 years ago
  70. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  71. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  72. 4d1a866 X86_64 perf counter plugin by Dave Barach · 6 years ago
  73. 94495f2 PAPI: Use UNIX domain sockets instead of shared memory by Ole Troan · 6 years ago
  74. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  75. 833de8c cmake: set packaging component for different files by Damjan Marion · 6 years ago
  76. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  77. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  78. c470e22 svm: add support for eventfd signaling to queue by Florin Coras · 6 years ago
  79. 947ea62 IGMP improvements by Neale Ranns · 7 years ago
  80. dd3b8f7 Implement DHCPv6 IA NA client (VPP-1094) by Juraj Sloboda · 7 years ago
  81. d465631 Fix SEGV in generic event sub reaper by Matthew Smith · 7 years ago
  82. 1ddbc01 Stat segment / client: show run" works now by Dave Barach · 7 years ago
  83. f12dad6 Add reaper functions to want events APIs (VPP-1304) by Neale Ranns · 7 years ago
  84. 81119e8 Implement DHCPv6 PD client (VPP-718, VPP-1050) by Juraj Sloboda · 7 years ago
  85. 73710c7 VPP API: Memory trace by Ole Troan · 7 years ago
  86. 4b9669d IPv6 ND Router discovery data plane (VPP-1095) by Juraj Sloboda · 7 years ago
  87. b384b54 session: add support for memfd segments by Florin Coras · 7 years ago
  88. 3fca567 svm: queue sub: Add conditional timed wait by Mohsin Kazmi · 7 years ago
  89. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  90. 90a6398 sock api: add infra for bootstrapping shm clients by Florin Coras · 7 years ago
  91. 6545716 VPP-1027: DNS name resolver by Dave Barach · 7 years ago
  92. 7504e99 API versioning: Fix coverity errors from strncpy() by Ole Troan · 7 years ago
  93. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  94. e9aebf9 Coverity fixes for API socket by Chris Luke · 7 years ago
  95. 7939f90 Clean up "show api ring" debug CLI by Dave Barach · 7 years ago
  96. 59b2565 Repair vlib API socket server by Dave Barach · 7 years ago
  97. 64ebb5f General documentation updates by Chris Luke · 7 years ago
  98. 75a17ec VPP-990 remove registered handler if control ping fails by Matej Perina · 7 years ago v18.01-rc0
  99. 905c14a Add binary API documentation by Dave Barach · 7 years ago
  100. c125ecc IP-MAC,ND:wildcard events,fix sending multiple events by Eyal Bari · 7 years ago