1. 00ec401 sr: API cleanup by Jakub Grajciar · 4 years, 11 months ago
  2. 908965d span: API cleanup by Jakub Grajciar · 4 years, 11 months ago
  3. 2dbee93 api: improve api string safety by Jakub Grajciar · 4 years, 10 months ago
  4. 8e755a1 svm: support multi-chunk fifo chunk alloc by Florin Coras · 4 years, 10 months ago
  5. 9e61d9a svm: remove chunk add function by Florin Coras · 4 years, 10 months ago
  6. f7ab7b2 avf: Handle chain buffer in TX properly by Steven Luong · 4 years, 10 months ago
  7. 2da3971 unittest: Skip string test case for sizeof (src) > sizeof (dst) by Steven Luong · 4 years, 10 months ago
  8. 2de9c0f svm: minimal initial fifo by Florin Coras · 4 years, 11 months ago
  9. d8f48e2 session: basic fifo-tuning-logic by Ryujiro Shibuya · 5 years ago
  10. 234fe89 session svm: tracking segment memory usage by Ryujiro Shibuya · 5 years ago
  11. f22f4e5 svm: refactor fifo by Florin Coras · 5 years ago
  12. b020806 svm: refactor fifo chunk tracking by Florin Coras · 5 years ago
  13. 5cd31ec feature: provide a u16 version of vnet_feature_next by Neale Ranns · 4 years, 10 months ago
  14. 7a3a866 tcp: handle cleanups without timers by Florin Coras · 4 years, 10 months ago
  15. 47d8f5d crypto-native: GCM implementation with vector AESNI instructions by Damjan Marion · 4 years, 10 months ago
  16. 8d6d74c vlib: Punt reason allocation listener enable/disable callback by Neale Ranns · 4 years, 10 months ago
  17. 719ef39 crypto: fix coverity warnings by Filip Tehlar · 4 years, 10 months ago
  18. 41e831f crypto-openssl: fix coverity warnings by Filip Tehlar · 4 years, 10 months ago
  19. ba46770 ikev2: add retry logic for session initiation by Filip Tehlar · 4 years, 10 months ago
  20. a9d8cb4 tcp: dynamic max timers per loop by Florin Coras · 4 years, 10 months ago
  21. 2bcf86f crypto-native: introduce aes_gcm_flags_t by Damjan Marion · 4 years, 10 months ago
  22. 52eea64 crypto-native: introduce counter struct by Damjan Marion · 4 years, 10 months ago
  23. 1103c8c vlib: Alias RX or TX to direction by Neale Ranns · 4 years, 10 months ago
  24. 6e495ce vppinfra: correct fixed pool header size calculation by Dave Barach · 4 years, 10 months ago
  25. e98d71b ethernet: trivial additions by Neale Ranns · 4 years, 10 months ago
  26. f0d8d8f l2: remove unused types and includes form feature arc code by Neale Ranns · 4 years, 10 months ago
  27. c8e19cb ikev2: proper cleanup of SAs during rekey by Filip Tehlar · 4 years, 10 months ago
  28. a2e56ee crypto-native: inverse Hi so it naturally fits into 512-bit register by Damjan Marion · 4 years, 10 months ago
  29. bc50a66 crypto-native: replace aesni with aes by Damjan Marion · 4 years, 10 months ago
  30. 2e9a06f crypto-native: do not overwrite data after partial tag by Damjan Marion · 4 years, 10 months ago
  31. e9570d4 session: include timer generated packets in max burst by Florin Coras · 4 years, 10 months ago
  32. aaf64a2 session: minimize number of tx events by Florin Coras · 4 years, 10 months ago
  33. 2fef3df vppinfra: deprecate CLIB_VEC64 by Dave Barach · 4 years, 10 months ago
  34. 487507f tcp: remove useless prediction by Simon Zhang · 4 years, 10 months ago
  35. b05249b ikev2: cleanup tunnels after subsequent sa-init by Filip Tehlar · 4 years, 10 months ago
  36. e9a630a gbp: Coverity warnings for unitialized variables by Neale Ranns · 4 years, 10 months ago
  37. ea96e92 fib: Uninitialised pad in the prefix (coverity warning) by Neale Ranns · 4 years, 10 months ago
  38. 2828721 ipsec: IPSec protection for multi-point tunnel interfaces by Neale Ranns · 5 years ago
  39. d057625 ipip: Unintialized return variable (coverity warning) by Neale Ranns · 4 years, 10 months ago
  40. 39a233a ip: Unintialized variables in prefx setup (coverity warning) by Neale Ranns · 4 years, 10 months ago
  41. d158696 dhcp: update secondary radv_info structures by Dave Barach · 4 years, 10 months ago
  42. 2695494 vrrp: fix coverity errors by Matthew Smith · 4 years, 10 months ago
  43. 62a7fe2 tcp: fix coverity warning in bt by Florin Coras · 4 years, 10 months ago
  44. 6ce954f lisp: fix coverity warnings by Florin Coras · 4 years, 10 months ago
  45. f58571e hsa: cleanup vpp_echo JSON output by Dave Wallace · 4 years, 10 months ago
  46. dd98948 dpdk: rx checksum offload by Florin Coras · 4 years, 10 months ago
  47. 3ebebc3 fib: adjacency midchain teardown (VPP-1841) by Neale Ranns · 4 years, 10 months ago
  48. 98301bd nat: user deletion function & extra metrics by Filip Varga · 4 years, 10 months ago
  49. 1284f8c ip-neighbor: Fix aging timeout by Vladimir Isaev · 4 years, 10 months ago
  50. f145c15 map: honor pre-resolve param in map-t by Alexander Chernavin · 4 years, 10 months ago
  51. b728a3c map: honor icmp6-unreachables param in map-t by Alexander Chernavin · 4 years, 10 months ago
  52. 8a10c73 nat: avoid running pointless session cleanups by Klement Sekera · 4 years, 10 months ago
  53. 8559380 nat: nat44 split slow and fast path by Filip Varga · 4 years, 10 months ago
  54. d388420 ikev2: fix logging init by Filip Tehlar · 4 years, 10 months ago
  55. a434955 fib: fib path realloc during midchain stack by Neale Ranns · 4 years, 10 months ago
  56. ac267dd tls: need to use thread id to fetch the event by Yu Ping · 4 years, 10 months ago
  57. 96acc9b tcp: fix syn-sent reset by Florin Coras · 4 years, 10 months ago
  58. 8378261 tls: handle disconect and reset in async mode by Yu Ping · 4 years, 10 months ago
  59. b9f1f15 devices: netlink: add more error logging by Mohsin Kazmi · 4 years, 11 months ago
  60. 7db5172 misc: deprecating the plugin by Florin Coras · 4 years, 10 months ago
  61. 1307b2e crypto: show crypto handlers re-design by Filip Tehlar · 4 years, 10 months ago
  62. a9075dc crypto: add support for testing quad loops in crypto algos by Filip Tehlar · 5 years ago
  63. dd398c6 tcp: add fib to connection cli output by Florin Coras · 4 years, 10 months ago
  64. 2fc4091 crypto: add chained buffer support in ipsecmb (AES-GCM) by Filip Tehlar · 4 years, 10 months ago
  65. 3fccd02 vrrp: do not define _details as autoreply by Vratko Polak · 4 years, 10 months ago
  66. ffd1546 misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  67. 000a029 vlib: calculate per-worker loops/second metric by Dave Barach · 4 years, 10 months ago
  68. ff19e3b tcp: allow custom mss on connects by Florin Coras · 4 years, 10 months ago
  69. aa38869 tcp: pace timer handling by Florin Coras · 4 years, 10 months ago
  70. 4339c36 vppinfra: fix debug image builds on arm by Damjan Marion · 4 years, 10 months ago
  71. 04f7830 tls: Add Feature yaml by Yu Ping · 4 years, 10 months ago
  72. e5ecf3e rdma: fix bug related to ring buffer by Elias Rudberg · 4 years, 10 months ago
  73. 3b85181 tls: Picotls engine symmetric crypto enhancement by vpp crypto framework by Simon Zhang · 5 years ago
  74. 47d41ad misc: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  75. a316744 bfd: use tw_timer_template instead of legacy wheel by Klement Sekera · 4 years, 10 months ago
  76. 00fdf53c gtpu: offload RX flow by Chenmin Sun · 4 years, 10 months ago
  77. 4dc5a43 ikev2: IKE plugin manages the state of the protected tunnel interface by Neale Ranns · 4 years, 10 months ago
  78. 627fb6a crypto-native: calculate ghash using vpclmulqdq instructions by Damjan Marion · 4 years, 10 months ago
  79. 4fbb9da vlib: fix code of getting numa node with specific cpu_id by Lijian.Zhang · 4 years, 10 months ago
  80. 2d59f59 tls: Fix Picotls ctx_read rx_content issue by Simon Zhang · 4 years, 10 months ago
  81. 9f32b6a tap: fix the default parameter for num_rx_queues by Mohsin Kazmi · 4 years, 10 months ago
  82. 985d929 tls: remove session lookup operation in TLS by Yu Ping · 4 years, 10 months ago
  83. 3f78bbb tcp: reset fin-wait-2 timeout connections by Florin Coras · 4 years, 10 months ago
  84. 774b5db tunnel: add FEATURE.yaml by Neale Ranns · 4 years, 10 months ago
  85. 067f954 vcl: fix ldp read on closing session by Florin Coras · 4 years, 10 months ago
  86. a357a93 vrrp dns: fix coverity warnings by Dave Barach · 4 years, 10 months ago
  87. ac8bb92 dpdk: TSO does not work for Cisco VIC by Steven Luong · 4 years, 10 months ago
  88. cd120f9 dpdk: fix flow(with mark action) deletion crash issue by Chenmin Sun · 5 years ago
  89. 360336f tcp: improve reset generation in reset node by Florin Coras · 4 years, 10 months ago
  90. 5e6305f tcp: minimal set of worker stats by Florin Coras · 4 years, 10 months ago
  91. e84e9d7 crypto-native: refactor CBC code by Damjan Marion · 4 years, 10 months ago
  92. 3be33f1 nsim: fix quad-loop packet trace by Dave Barach · 4 years, 10 months ago
  93. e88845e vcl: clear accept msg flags by Florin Coras · 4 years, 10 months ago
  94. 39e9428 vrrp: add plugin providing vrrp support by Matthew Smith · 4 years, 10 months ago
  95. f75defa vppinfra: add 128-bit and 512-bit a ^ b ^ c shortcut by Damjan Marion · 4 years, 10 months ago
  96. adcfb15 vcl: handle close after reset by Florin Coras · 4 years, 10 months ago
  97. 622b5ce crypto-native: add AArch64 AES-GCM native implementation by Damjan Marion · 4 years, 10 months ago
  98. 4e96dda dpdk: Add iova-mode to startup by Vladimir Ratnikov · 4 years, 10 months ago
  99. 6ede570 fib: Fix some more realloc errors by Neale Ranns · 4 years, 10 months ago
  100. 685001f ikev2: Responder honours the protected tunnel config by Neale Ranns · 4 years, 10 months ago