1. 543ed86 virtio: add the buffer allocation error by Mohsin Kazmi · 4 years, 5 months ago
  2. dd4ccf2 ipsec: Dedicated IPSec interface type by Neale Ranns · 4 years, 6 months ago
  3. 0c65f52 crypto: bails out early for unsupported key type by Benoît Ganne · 4 years, 5 months ago
  4. e29fb5b stats: memory leak in stat_validate_counter_vector by Steven Luong · 4 years, 5 months ago
  5. 459d17b ikev2: refactor and test profile dump API by Filip Tehlar · 4 years, 5 months ago
  6. 30fa97d sr: new messages created to return sl index for segment lists in a sr policy by Chinmaya Agarwal · 4 years, 5 months ago
  7. 38ca6e6 api: call api reaper callbacks for socket clients by Dave Barach · 4 years, 5 months ago
  8. 2e64b5a unittest: keep ASAN happy for non-terminated string tests by Benoît Ganne · 4 years, 5 months ago
  9. df494da abf: mark API as in-progress by Andrew Yourtchenko · 4 years, 6 months ago
  10. d2f8fb9 gbp: mark APIs as in-progress by Andrew Yourtchenko · 4 years, 6 months ago
  11. f733e7a l2e: mark API as in-progress by Andrew Yourtchenko · 4 years, 6 months ago
  12. 2887159 pppoe: fix uninitialized memory bug by TimotheeChauvin · 4 years, 5 months ago
  13. 6c81f5a misc: add callback hooks and refactor pmc by Tom Seidenberg · 4 years, 5 months ago
  14. bab02f0 dpdk: fix coverity warning in the flow code by Chenmin Sun · 4 years, 6 months ago
  15. 01a103b vlib: fix asan compilation with gcc by Benoît Ganne · 4 years, 5 months ago
  16. 4933849 crypto: fix coverity issue for cryptodev by Fan Zhang · 4 years, 7 months ago
  17. 1bd6f61 vppinfra: fix format_c_identifier vector overflow by Benoît Ganne · 4 years, 5 months ago
  18. 65b65a4 misc: add tracedump API plugin by Dave Barach · 4 years, 5 months ago
  19. ac0326f adl: move allow/deny list function to plugin by Dave Barach · 4 years, 5 months ago
  20. 9a0f2a5 ip: optimize ip4_header_checksum, take 2 by Damjan Marion · 4 years, 5 months ago
  21. 284e658 ikev2: fix race condition in child_sa update by Benoît Ganne · 4 years, 5 months ago
  22. 5e60c17 vppinfra: enable STATIC_ASSERT with clang by Benoît Ganne · 4 years, 5 months ago
  23. e5f0050 ip: optimize ip4_header_checksum by Damjan Marion · 4 years, 5 months ago
  24. cf86740a gre: fix outer ip6 length by Aloys Augustin · 4 years, 5 months ago
  25. 94dbf95 vppinfra: more vector inlines by Damjan Marion · 4 years, 5 months ago
  26. 4d119a6 nat: add prefetching to in2out_ed/out2in_ed by Klement Sekera · 4 years, 5 months ago
  27. a7b963d ikev2: add support for AES-GCM cipher in IKE by Filip Tehlar · 4 years, 5 months ago
  28. 8046fdc virtio: fix the msix for multiqueue by Mohsin Kazmi · 4 years, 5 months ago
  29. ac46e3b ikev2: API downgrade due to lack of ikev2 tests by Filip Tehlar · 4 years, 6 months ago
  30. e30f9c5 ip: fix format_ip6_address_and_mask() bug by Chenmin Sun · 4 years, 5 months ago
  31. 3999a4b hsa: set connected mode for echo_server app in udp mode. by jiangxiaoming · 4 years, 6 months ago
  32. b495e9f session: fix application_lookup_name fail due to app_by_name default hash type wrong by jiangxiaoming · 4 years, 5 months ago
  33. 47cb248 session: reduce verbosity on fifo alloc failure by Florin Coras · 4 years, 5 months ago
  34. 52e9aaf dpdk: add txq struct and fix dpdk tx lock by Benoît Ganne · 4 years, 5 months ago
  35. ea7e708 session: fix ct listener cleanup by Florin Coras · 4 years, 5 months ago
  36. c78d47b tcp: round down rcv wnd even if avoiding retraction by Florin Coras · 4 years, 5 months ago
  37. 4834a66 tap: fix the tun sndbuf value for kernel 4.20 and later by Mohsin Kazmi · 4 years, 5 months ago
  38. 190983d ikev2: per thread usage of openssl context by Filip Tehlar · 4 years, 5 months ago
  39. 6a9bd81 ikev2: add profile dump API by Jan Cavojsky · 4 years, 6 months ago
  40. 4f42a71 ikev2: add more ikev2 tests by Filip Tehlar · 4 years, 6 months ago
  41. 9268b58 ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type by jiangxiaoming · 4 years, 6 months ago
  42. ee167e5 fib: fix debug preprocessor directives by Matthew Smith · 4 years, 6 months ago
  43. fbb846c tcp: fix coverity warning by Florin Coras · 4 years, 6 months ago
  44. 3e9ff29 tcp: cli to dump half-open connections by Florin Coras · 4 years, 6 months ago
  45. 39008ca vrrp: fix feature declaration for v6 accept-mode by Matthew Smith · 4 years, 6 months ago
  46. da8e4fe ikev2: use remote proposals when installing tunnel by Filip Tehlar · 4 years, 6 months ago
  47. 86f281a tap: fix dump for TUN interfaces by Mohsin Kazmi · 4 years, 6 months ago
  48. 96068d6 nat: nat66 to plugin by Ole Troan · 4 years, 6 months ago
  49. c6eae9c ip: fix the order in ip4 punt redirect by Mohsin Kazmi · 4 years, 6 months ago
  50. d25147d vlib: wake up workers if interrupts are posted by Benoît Ganne · 4 years, 6 months ago
  51. 126c885 classify: fix debug CLI by Dave Barach · 4 years, 6 months ago
  52. bfeae8c tests: ikev2: add nat traversal & cert based auth test by Filip Tehlar · 4 years, 6 months ago
  53. cc10856 tcp: avoid rcv wnd more than RX fifo can enqueue by Ryujiro Shibuya · 4 years, 6 months ago
  54. ec1d61e gso: fix the l2 path by Mohsin Kazmi · 4 years, 6 months ago
  55. 42386fc udp: align udp_encap_t_ to 2 cachelines by Vadym Martsynovskyy · 4 years, 6 months ago
  56. edc2ea4 sr: fix for SID index across segment lists within a sr policy by Chinmaya Agarwal · 4 years, 6 months ago
  57. 975a3cb l2: performance enhancement in l2input by Zhiyong Yang · 4 years, 7 months ago
  58. d352bf8 vrrp: backup processes priority 255 advertisement by Matthew Smith · 4 years, 6 months ago
  59. a4611b8 lacp: add unit test by Steven Luong · 4 years, 7 months ago
  60. 9466e4f nat: replace speculative buffer enqueue model by Klement Sekera · 4 years, 6 months ago
  61. 78c61c3 ikev2: add FEATURE.yaml by Benoît Ganne · 4 years, 6 months ago
  62. d4c3666 flow: add IPSec ESP/AH flow by Chenmin Sun · 4 years, 6 months ago
  63. b5ca559 virtio: add tx trace by Mohsin Kazmi · 4 years, 6 months ago
  64. add4a41 tap: remove the bridge configurations for TUN interface by Mohsin Kazmi · 4 years, 6 months ago
  65. b9d5a6c ikev2: remove unused field by Filip Tehlar · 4 years, 6 months ago
  66. a84cb71 ip: fix the punt redirect for ip4 by Mohsin Kazmi · 4 years, 6 months ago
  67. 17c4531 misc: add gdb macros by Dave Barach · 4 years, 6 months ago
  68. fe77bdc nat: avoid division by zero by Klement Sekera · 4 years, 6 months ago
  69. 8975dbd virtio: fix the vlib buffer flags by Mohsin Kazmi · 4 years, 6 months ago
  70. f3d7bd9 nat: deterministic: disallow invalid config by Klement Sekera · 4 years, 6 months ago
  71. 9c8142a udp: jump over ip4 options by Florin Coras · 4 years, 6 months ago
  72. 97b9e00 vppinfra: fix u32x4_gather definition by Damjan Marion · 4 years, 6 months ago
  73. b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
  74. cc72094 nat: fix broken test by Klement Sekera · 4 years, 6 months ago
  75. 86d6df6 ip6-nd: punt neighbor advertisements by Alexander Chernavin · 4 years, 6 months ago
  76. 1523c34 nat: set buf error if can't create user by Klement Sekera · 4 years, 6 months ago
  77. 4128c7b ikev2: use both local and remote ID for profile lookup by Filip Tehlar · 4 years, 7 months ago
  78. 12b517b tests: add ikev2 test framework with basic test case by Filip Tehlar · 4 years, 8 months ago
  79. 99151bd build: add cmake dependency from test plugin to api by Tom Seidenberg · 4 years, 6 months ago
  80. 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
  81. fb4df27 nat: remove unused code by Klement Sekera · 4 years, 6 months ago
  82. 70a9f44 docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  83. 994a44c docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  84. f6a9b14 nat: print hash table parameters in CLI by Klement Sekera · 4 years, 6 months ago
  85. 35ccd26 build: multiple yaml file support by Dave Barach · 4 years, 6 months ago
  86. 212bcfe nat: add more trex test scripts by Klement Sekera · 4 years, 6 months ago
  87. 5857daf build: cmake cross-compilation fixes by Damjan Marion · 4 years, 6 months ago
  88. ae45d47 ip-neighbor: fix MLD hash key using stack pointer by Benoît Ganne · 4 years, 6 months ago
  89. 1af730d misc: fix sonarclound warnings by Dave Barach · 4 years, 6 months ago
  90. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  91. 173484f build: fix address sanitizer default args by Benoît Ganne · 4 years, 6 months ago
  92. 4330c46 interface: add minimal vpp pkt trace for error-drop by Dave Barach · 4 years, 6 months ago
  93. cf9bb22 nat: improve outside port selection & perf by Klement Sekera · 4 years, 6 months ago
  94. 9ebbb5c gtpu: support separate rx-decap and encap-tx teid values by John Lo · 4 years, 6 months ago
  95. a0e8d96 virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump by Steven Luong · 4 years, 7 months ago
  96. 0cf5282 gso: fix the udp checksum in test by Mohsin Kazmi · 4 years, 6 months ago
  97. ff13e46 api: check id is valid for bounce checking by Benoît Ganne · 5 years ago
  98. 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
  99. 47ea4c3 vxlan: remove judgement with always true by Zhiyong Yang · 4 years, 6 months ago
  100. c16fe46 buffers: fix non-default sized buffers initialization by Benoît Ganne · 4 years, 6 months ago