1. 82fc5fd hsa: use crypto_engine_type_t for TLS by Nathan Skrzypczak · 5 years ago
  2. 79f8953 session: Add certificate store by Nathan Skrzypczak · 5 years ago
  3. ff5a9b6 hsa: fix vpp_echo session close by Dave Wallace · 5 years ago
  4. 2fd44a0 vlib: fix cli process stack overflow by Chenmin Sun · 5 years ago
  5. dd60b1b tcp: rate sample for persist segments by Florin Coras · 5 years ago
  6. 8229580 api: add bapi thread handle to api main structure. by IJsbrand Wijnands · 5 years ago
  7. 8095b60 hsa: make vpp_echo use mq instead of bapi by Nathan Skrzypczak · 5 years ago
  8. caa7acf session: add is_migrating flag by Nathan Skrzypczak · 5 years ago
  9. 859b591 api: Add API support for marvell PP2 plugin by Jianlin Lv · 5 years ago
  10. 3a1ef47 ip: remove dead code in ip6-svr by Klement Sekera · 5 years ago
  11. 81e5e52 docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documentation by Haggai Eran · 5 years ago
  12. 4442f7c devices: vhost not reading packets from vring by Steven Luong · 5 years ago
  13. 0dd97d4 rdma: fix crash when failing to read pci addr on create by Benoît Ganne · 5 years ago
  14. 90ea5dc rdma: fix crash when failing to detect numa node on create by Benoît Ganne · 5 years ago
  15. 02bfd64 dhcp: Move to plugin by Neale Ranns · 5 years ago
  16. 2c41a61 mactime: add a "top" command to watch device stats by Dave Barach · 5 years ago
  17. 0eb75d0e ip: add tracing for ipv6 frag headers by Klement Sekera · 5 years ago
  18. cc70241 quic: fix wrong condition in update_fifo_size by MathiasRaoul · 5 years ago
  19. bb688a4 mactime: remove unnecessary function declaration by Neale Ranns · 5 years ago
  20. d3122ef vlib: move thread barrier around mod of global node next data by Christian E. Hopps · 5 years ago
  21. 1dc9082 quic: Refactor naming & clibs by Nathan Skrzypczak · 5 years ago
  22. 364b20a ip: reassembly add missing goto by Klement Sekera · 5 years ago
  23. 91f6883 ip: reassembly remove dead code by Klement Sekera · 5 years ago
  24. d751746 dhcp: API return code fix by Neale Ranns · 5 years ago
  25. 4602376 ip: MFIB CLI fix for parsing path flags by Neale Ranns · 5 years ago
  26. df21338 rdma: prevent loopback of broadcast packets by Benoît Ganne · 5 years ago
  27. de0302c bonding: traffic traversing the wrong interface by Steven Luong · 5 years ago
  28. ac3e72c ip: Fix IP unnumbered dump of one interface by Neale Ranns · 5 years ago
  29. ac78f8a misc: add "show run summary" by Dave Barach · 5 years ago
  30. 4a98388 rdma: make sure pci subsystem is initialized by Benoît Ganne · 5 years ago
  31. 0eae2bb vlib: pci: set pci driver name to none when no driver is loaded by Benoît Ganne · 5 years ago
  32. 7028a01 hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable by MathiasRaoul · 5 years ago
  33. 00078b9 quic: make quic fifo size configurable via cli by MathiasRaoul · 5 years ago
  34. 79c9d36 ip: fix use-after-free in IPv6 SLAAC expiration by Benoît Ganne · 5 years ago
  35. 72c159e quic: update quicly to v0.0.5 by MathiasRaoul · 5 years ago
  36. 579b165 vppinfra: create unformat function for data size parsing by MathiasRaoul · 5 years ago
  37. 7233846 nat: fix use-after-free by Benoît Ganne · 5 years ago
  38. b0a7c48 tcp: unittest: do not access non-existent samples by Benoît Ganne · 5 years ago
  39. ec574ff acl: fix intermittent test failure by Andrew Yourtchenko · 5 years ago
  40. 87d7bac misc: add "maxframe" and "rate" to packet-generator cli. by Christian E. Hopps · 5 years ago
  41. d570c4d memif: memif buffer leaks during disconnect. by Padma Ram · 5 years ago
  42. fb0bb3a api: fix non-null-terminated C-string by Benoît Ganne · 5 years ago
  43. 0e182c5 ipsec: initialize msgid and allow no dh in child sa by Christian E. Hopps · 5 years ago
  44. 4938938 ethernet: fix dmac filter coverity warning by Matthew Smith · 5 years ago
  45. 25fe578 pppoe: remove api boilerplate by Ole Troan · 5 years ago
  46. 7ff64fb oddbuf: remove api boilerplate by Ole Troan · 5 years ago
  47. 2e7a43c nsim: remove api boilerplate by Ole Troan · 5 years ago
  48. 025166d dpdk: remove api boilerplate by Ole Troan · 5 years ago
  49. bf6c5c1 feature: API cleanup by Jakub Grajciar · 5 years ago
  50. 103ba6b dhcp: API cleanup by Jakub Grajciar · 5 years ago
  51. d6d50ce map: fix DF[Don't fragment] ip4-map-t behaviour by Vladimir Ratnikov · 5 years ago
  52. cfca845 map: fix indent-off by Klement Sekera · 5 years ago
  53. a8df85c vlib: improve summary vector-rate statistics by Dave Barach · 5 years ago
  54. eacc8c5 ip: mfib CLI 'via local' fix by Neale Ranns · 5 years ago
  55. d459bf3 ethernet: dmac filter checks secondary mac addrs by Matthew G Smith · 5 years ago
  56. dd4d8ac quic: Create custom event logger by MathiasRaoul · 5 years ago
  57. ff1f6fa quic: Add Tx, Rx and packet drop counters by MathiasRaoul · 5 years ago
  58. d4aeb84 session: fix use-after-free by Benoît Ganne · 5 years ago
  59. b5a2f70 session: allow transport cleanup in any state by Florin Coras · 5 years ago
  60. 922f0b2 quic: add cli command for stats by MathiasRaoul · 5 years ago
  61. 7ff0735 rdma: fix non-NULL terminated C-string overflow by Benoît Ganne · 5 years ago
  62. 640edcd map: use SVR for MAP-T by Klement Sekera · 5 years ago
  63. 8133c78 ipsec: fix use-after-free by Benoît Ganne · 5 years ago
  64. 5c828bc bonding: fix non-null-terminated C-string by Benoît Ganne · 5 years ago
  65. 46b91eb hsa: fix vpp_echo mq locking by Nathan Skrzypczak · 5 years ago
  66. 0fc5093 dhcp: dhcp6_ia_na_client_cp API cleanup by Jakub Grajciar · 5 years ago
  67. 63c7353 ip: svr: fix feature refcounts by Klement Sekera · 5 years ago
  68. 5517bd3 vlib: fix old nodes vector overflow in refork by Benoît Ganne · 5 years ago
  69. 328c08d dns: fix non-NULL terminated C-string by Benoît Ganne · 5 years ago
  70. f26b251 api: fix use-after-free by Benoît Ganne · 5 years ago
  71. ae07240 lb: remove api boilerplate by Ole Troan · 5 years ago
  72. 10bbfce vmxnet3: remove api boilerplate by Ole Troan · 5 years ago
  73. 0d93553 stn: remove api boilerplate by Ole Troan · 5 years ago
  74. 1e58220 tls: remove api boilerplate by Ole Troan · 5 years ago
  75. 7071952 mactime: remove api boilerplate by Ole Troan · 5 years ago
  76. dba00ca stats: fix per-worker stat vector length by Benoît Ganne · 5 years ago
  77. bb5ff4e hsa: fix non-NULL terminated C-string use in echo by Benoît Ganne · 5 years ago
  78. 19e52c9 session: Fix missing elt regrab by Nathan Skrzypczak · 5 years ago
  79. ee98904 ct6: remove api boilerplate by Ole Troan · 5 years ago
  80. 0aa35a7 l2e: remove api boilerplate by Ole Troan · 5 years ago
  81. 01d61e7 ipsec: add insecure option for format of SA by Christian E. Hopps · 5 years ago
  82. 5a24263 ipsec: allow null cipher with dpdk esp by Christian E. Hopps · 5 years ago
  83. 9a5aab3 ipsec: fix memleaks in ikev2 openssl code by Christian E. Hopps · 5 years ago
  84. 18512b0 vppinfra: implement CLIB_PAUSE () for aarch64 platforms by jaszha03 · 5 years ago
  85. b325983 ipsec: support 4o6 and 6o4 for tunnel protect by Neale Ranns · 5 years ago
  86. 35174b4 session: fix io_evt mq locking by Nathan Skrzypczak · 5 years ago
  87. 694ec92 l3xc: remove api boilerplate by Ole Troan · 5 years ago
  88. 4540b2f lacp: remove api boilerplate by Ole Troan · 5 years ago
  89. 941185a svs: remove api boilerplate by Ole Troan · 5 years ago
  90. fc7b77d ikev2: remove api boilerplate by Ole Troan · 5 years ago
  91. 087d6c6 sctp: remove api boilerplate by Ole Troan · 5 years ago
  92. 83c1e9a tests: add quic plugin qclose/sclose tests by Dave Wallace · 5 years ago
  93. 51e70b6 builtinurl: remove api boilerplate by Ole Troan · 5 years ago
  94. 1bc9668 cdp: remove api boilerplate by Ole Troan · 5 years ago
  95. 74af6f0 avf: remote api boilerplate by Ole Troan · 5 years ago
  96. 7eef62b igmp: remove api boilerplate by Ole Troan · 5 years ago
  97. 83a49e1 http_static: remove api boilerplate by Ole Troan · 5 years ago
  98. 49228ef gtpu: remove api boilerplate by Ole Troan · 5 years ago
  99. 5c71a2e gbp: remove api boilerplate by Ole Troan · 5 years ago
  100. b922f16 dns: remove api boilerplate by Ole Troan · 5 years ago