1. 556b5a3 vppinfra: add support for mask_compare for u64 by Mohsin Kazmi · 2 years, 11 months ago
  2. 6ec81f2 http hsa: avoid extra space in request by Florin Coras · 2 years, 11 months ago
  3. 5f0106a api: vapi: honor non-blocking setting by Klement Sekera · 2 years, 11 months ago
  4. 8d4db8b ip: reassembly - fix missing ip6 owner thread init by Klement Sekera · 2 years, 11 months ago
  5. 05a68d6 bonding: refactor bonding hash functions to vnet/hash by Steven Luong · 3 years ago
  6. 340bd8f http: fix rescheduling when transport fifo full by Florin Coras · 2 years, 11 months ago
  7. ffd9057 wireguard: fix passing argument by Gabriel Oginski · 2 years, 11 months ago
  8. 56c492a nat: TCP state tracking based on RFC 7857/RFC 6146 by Klement Sekera · 3 years ago
  9. 4634d02 dpdk-cryptodev: add support chacha20-poly1305 by Gabriel Oginski · 3 years, 1 month ago
  10. afe3156 policer: fix memory leak by Leung Lai Yung · 3 years ago
  11. 13b3e61 sr: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  12. 08f843e ip6-nd: fix coverity warning by Klement Sekera · 3 years, 2 months ago
  13. 63c31e0 vppinfra: fix compilation on riscv by Damjan Marion · 2 years, 11 months ago
  14. 7e7b030 session: separate transports from apps in show cli by Florin Coras · 2 years, 11 months ago
  15. 5384cca session: update time for list of subscribers by Florin Coras · 2 years, 11 months ago
  16. 77e69ae wireguard: add async mode for decryption packets by Gabriel Oginski · 3 years, 1 month ago
  17. 492d779 wireguard: add async mode for encryption packets by Gabriel Oginski · 3 years, 1 month ago
  18. 3b9c7ca hsa: refactor test http server to use http proto by Florin Coras · 2 years, 11 months ago
  19. 0cc7694 fib: missing include by Damjan Marion · 2 years, 11 months ago
  20. 8ca0849 wireguard: add burst mode by Gabriel Oginski · 3 years, 1 month ago
  21. 0e4e5a8 dpdk: fix compilation for DPDK < 21.11 by Benoît Ganne · 2 years, 11 months ago
  22. 0b65621 http: add http protocol plugin by Florin Coras · 2 years, 11 months ago
  23. b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 2 years, 11 months ago
  24. 95bbbe4 svm: fix return for partial segment enqueue by Florin Coras · 2 years, 11 months ago
  25. 017a676 misc: Initial 22.06-rc0 commit by Andrew Yourtchenko · 2 years, 11 months ago v22.06-rc0
  26. 1c4415b dpdk: add qat gen4-b device support by Fan Zhang · 2 years, 11 months ago
  27. c2a6bf0 dpdk: limit number of TX queues to max supported by Damjan Marion · 2 years, 11 months ago
  28. 198ddad vlib: allow bigger scalar data size by Damjan Marion · 2 years, 11 months ago
  29. 9e0f9e2 misc: fix coverity warnings by Dave Barach · 2 years, 11 months ago
  30. 4dc1149 linux-cp: fix possible null deref by Pim van Pelt · 2 years, 11 months ago
  31. 5bb4cd1 virtio: remove admin-up flag during interface creation by Mohsin Kazmi · 2 years, 11 months ago
  32. 646c6e0 srv6-mobile: Fix the coverity issue by Tetsuya Murakami · 2 years, 11 months ago
  33. 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
  34. 49378f2 ipsec: IPSec interface correct drop w/ no protection by Neale Ranns · 3 years ago
  35. 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
  36. 81bb6fc vnet: introduce vnet_error() by Damjan Marion · 2 years, 11 months ago
  37. 7b90f66 vppinfra: bitops cleanup by Damjan Marion · 3 years ago
  38. 5233d46 mactime: fix memory leak by Dave Barach · 2 years, 11 months ago
  39. 549838c dpdk: refactor device setup by Damjan Marion · 3 years ago
  40. f8dd9d8 dpdk: fix burst function output by Damjan Marion · 2 years, 11 months ago
  41. e15245d crypto-ipsecmb: bump to ipsecmb v1.1 by Marcel Cornu · 2 years, 11 months ago
  42. 85299b1 hsa: echo clients connect improvements by Florin Coras · 2 years, 11 months ago
  43. 0c8375d hsa: cleanup echo client app by Florin Coras · 3 years ago
  44. 07bd9b1 hsa: allow large segments for echo apps by Florin Coras · 3 years ago
  45. 6c75cd2 dpdk: bump to DPDK v21.11 by Damjan Marion · 3 years ago
  46. 65105c9 dpdk: improve logging by Damjan Marion · 3 years ago
  47. 7e9c778 dpdk: update packet offload flags by Damjan Marion · 3 years ago
  48. f66cc80 session: pass tx buffers in bulk to transports by Florin Coras · 3 years, 8 months ago
  49. b2bf388 perfmon: skipping bundle message by Ray Kinsella · 3 years ago
  50. b385b95 dpdk: postpone updating runtime data by Damjan Marion · 3 years ago
  51. f715b33 dpdk: use blunt force to skip irrelevant and confusing logs by Damjan Marion · 3 years ago
  52. 4429d5e dpdk: always display burst function name by Damjan Marion · 3 years ago
  53. de3648d ip: coverity illegal access in ip6_ext_header_walk by Ole Troan · 3 years ago
  54. e60f2f6 dpdk-cryptodev: run dequeue again in case of interrupt mode being used by Dastin Wilski · 3 years ago
  55. 440bf5f crypto: omit loop iteration by Dastin Wilski · 3 years ago
  56. 406669e hsa: allow use of default port for vcl test apps by Florin Coras · 3 years ago
  57. 1705a6b linux-cp: Add VPP->Linux synchronization by Pim van Pelt · 3 years, 3 months ago
  58. 0cef5f5 tls: ssl close only after all data drained by Florin Coras · 3 years ago
  59. 30d46e7 vlib: fix the total len not including first buffer formating by Mohsin Kazmi · 3 years ago
  60. ce4083c dpdk: offloads cleanup by Damjan Marion · 3 years ago
  61. 3b7ef51 misc: fix the uninitialization error by Mohsin Kazmi · 3 years ago
  62. 6ac74e4 session: increase postponed mq message min size by Florin Coras · 3 years ago
  63. 36eaaf3 session: fix segment manager format coverity warning by Florin Coras · 3 years ago
  64. c48ec5d interface: refactor interface capabilities code, part 2 by Damjan Marion · 3 years ago
  65. 5048bc6 vrrp: vrrp in unicast mode,interface not add virtual ip addresss by jinsh · 3 years ago
  66. 2b4f74f session: allow pacer to send when bucket hits 0 by Florin Coras · 3 years ago
  67. 9bd71be session: deschedule sessions with no data to send by Florin Coras · 3 years ago
  68. 93dd58c session: fix pacer bucket update cast by Florin Coras · 3 years ago
  69. 26ea3ed dpdk: interface capabilities cleanup by Damjan Marion · 3 years ago
  70. 71635fd dpdk: port type code cleanup by Damjan Marion · 3 years ago
  71. 9d33cfc vppinfra: Check for NULL vec before the backwards iteration by Neale Ranns · 3 years ago
  72. 221be7c fib: multiple memory leaks upon deleting a VRF table by Steven Luong · 3 years ago
  73. 6815bc3 dpdk: new mbuf flags in format function by Damjan Marion · 3 years ago
  74. 7e46074 dpdk: new flags format by Damjan Marion · 3 years ago
  75. ded32ed tcp: fix cubic cwnd accumulate use of bytes acked by Florin Coras · 3 years ago
  76. ed999e3 bonding: memory leak on parsing bad CLI command by Steven Luong · 3 years ago
  77. e88c933 vmxnet3: memory leak on parsing bad CLI command by Steven Luong · 3 years ago
  78. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  79. c58b174 dpdk: fix rx and tx descriptor config by Florin Coras · 3 years ago
  80. ec3a636 tcp: optimize newreno cong ack handler by Florin Coras · 3 years ago
  81. c814435 tcp: update snd_congestion only during congestion by Florin Coras · 3 years ago
  82. ed5be47 tcp: mark lost first sack hole on timeout by Florin Coras · 3 years ago
  83. 8e1ada3 tcp: handle start tx event in cubic by Florin Coras · 3 years ago
  84. 8e76dfa tcp: always exit recovery if not in fastrecovery by Florin Coras · 3 years ago
  85. b56f24b tcp: exit retransmit before processing feedback by Florin Coras · 3 years ago
  86. 0f8b91f tcp: use bytes delivered to compute cwnd by Florin Coras · 3 years ago
  87. 273968c tcp: cast timer ticks to u32 by Florin Coras · 3 years ago
  88. 632ea70 dpdk: cleanup MTU handling by Damjan Marion · 3 years ago
  89. 2a8d308 dpdk: port type from speed_capa bitmap on Cisco VIC by Damjan Marion · 3 years ago
  90. 40edaf6 tap: add num_tx_queues API by Nathan Skrzypczak · 3 years ago
  91. 254b5cb dpdk: remove unused defines by Damjan Marion · 3 years ago
  92. dd80166 dpdk: no need to copy default tx conf by Damjan Marion · 3 years ago
  93. dbec8fa dpdk: improve checksum computation by Florin Coras · 3 years ago
  94. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  95. 7c11bd7 dpdk: move port config to single struct by Damjan Marion · 3 years ago
  96. fdc874a vppinfra: few bitops inlines by Damjan Marion · 3 years ago
  97. 5b9cb0d dpdk: remove unused flag by Damjan Marion · 3 years ago
  98. be872a8 srv6-mobile: Update GTP4/6.D function by Tetsuya Murakami · 3 years ago
  99. dfc853c dpdk: keep buffer flags per-device by Damjan Marion · 3 years ago
  100. 343ff37 dpdk: remove unused logging class by Damjan Marion · 3 years ago