1. bfb9a66 vlib: fix coverity warning by Dave Barach · 3 years, 6 months ago
  2. d4721b2 vppinfra: asan: fix overflow support by Benoît Ganne · 3 years, 6 months ago
  3. 3006289 udp: api cleanup by Filip Tehlar · 3 years, 6 months ago
  4. bf8c54a feature: api cleanup by Filip Tehlar · 3 years, 6 months ago
  5. 83e5a11 pg: api cleanup by Filip Tehlar · 3 years, 6 months ago
  6. 53dea27 misc: ipfix api cleanup by Filip Tehlar · 3 years, 6 months ago
  7. 9597f08 flow: api cleanup by Filip Tehlar · 3 years, 6 months ago
  8. 7ea3f06 gso: api cleanup by Filip Tehlar · 3 years, 6 months ago
  9. 26c8a7f vxlan: api cleanup by Filip Tehlar · 3 years, 6 months ago
  10. 43428db classify: api cleanup by Filip Tehlar · 3 years, 6 months ago
  11. 52d80c5 bier: api cleanup by Filip Tehlar · 3 years, 6 months ago
  12. 5b71bf3 fib: Add unit test for RR source using covers labels by Neale Ranns · 3 years, 6 months ago
  13. 6973c73 session: improve ct locking with multiple workers by Florin Coras · 3 years, 6 months ago
  14. 5de9772 session: udp accept session state should be updated by app by jxm · 3 years, 6 months ago
  15. da78c5a session: optimize ct fifo segment allocations by Florin Coras · 3 years, 6 months ago
  16. 975fde8 tls: increase engine bits room in handle to support custom engine type by jxm · 3 years, 6 months ago
  17. 55d46df fib: changing parsing order to avoid corner case by Arthur de Kerhor · 3 years, 6 months ago
  18. 91adf24 tests: Tests for cross AF routing by Neale Ranns · 3 years, 7 months ago
  19. de0b3b5 mpls: CLI to show the MPLS forwarding state of an interface by Neale Ranns · 3 years, 6 months ago
  20. 8eb8d50 vcl: fix fifo sharing by Florin Coras · 3 years, 6 months ago
  21. cba215d vcl: fix worker cleanup by Florin Coras · 3 years, 6 months ago
  22. fe286f7 vcl: basic support for epoll level-triggered evts by Florin Coras · 3 years, 6 months ago
  23. 4fc68ee fib: copy the path extentions when creating fib src rr entry by Stanislav Zaikin · 3 years, 10 months ago
  24. d52a892 nat: test all intf addrs in is_interface_addr() by Alexander Chernavin · 3 years, 7 months ago
  25. b862f1d nat: fix crash when translate unknown proto packets by Alexander Chernavin · 3 years, 7 months ago
  26. 26c6fff stats: fix counters name overflow by Benoît Ganne · 3 years, 6 months ago
  27. c863a91 api: remove custom dump by Filip Tehlar · 3 years, 6 months ago
  28. 217ba5a ipsec: fix length check when adding footer+icv by Benoît Ganne · 3 years, 6 months ago
  29. 7e78119 tcp: prevent timer handler being called frequently by liuyacan · 3 years, 6 months ago
  30. 4d37bf9 nsh: api cleanup by Filip Tehlar · 3 years, 6 months ago
  31. 55c952e vcl: improve shutdown() by liuyacan · 3 years, 6 months ago
  32. 89d939e linux-cp: Add tests for tun devices by Neale Ranns · 3 years, 6 months ago
  33. 6197cb7 pg: A Tunnel mode variant of a pg interface by Neale Ranns · 3 years, 6 months ago
  34. 52c33d6 vlib: fix dangling reference in node_by_name hash by Dave Barach · 3 years, 6 months ago
  35. ba02641 session: fix listener ct transport retrieval on accept by Florin Coras · 3 years, 6 months ago
  36. 41a6fba tcp: fix proto in port reuse check by Florin Coras · 3 years, 6 months ago
  37. 6bd54ca session: half-open free only on main thread by Florin Coras · 3 years, 6 months ago
  38. 8758a94 gso: fix the gro re-ordering for packets with PSH by Mohsin Kazmi · 3 years, 7 months ago
  39. 3db2c67 docs: cleanup, remove stale material by Dave Barach · 3 years, 6 months ago
  40. 6195c83 memif: fix crash with zero-copy slave by Damjan Marion · 3 years, 6 months ago
  41. f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 6 months ago
  42. dc92159 memif: fix the spinlock and unlock issue. by fangtong · 3 years, 6 months ago
  43. 07d04f7 l2: fix vrrp prefix mac comparison by Tianyu Li · 3 years, 7 months ago
  44. 8afa5d3 cnat: fix spinlock by Nathan Skrzypczak · 3 years, 6 months ago
  45. e9d7b09 fib: make sure dpo is valid even when path pool expands by Benoît Ganne · 3 years, 6 months ago
  46. 9f10edb fib: make sure adj is valid during walk by Benoît Ganne · 3 years, 6 months ago
  47. 51d56ba ipsec: fix async crypto frame leak by Matthew Smith · 3 years, 6 months ago
  48. 4de5f9b vppinfra: pool_free_elts() now supports fixed-size pools by Dave Barach · 3 years, 6 months ago
  49. 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 6 months ago
  50. 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 6 months ago
  51. 778b318 tls: change picotls plugin crypto module to accommodate new version picotls by Simon Zhang · 3 years, 6 months ago
  52. 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 6 months ago
  53. 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 6 months ago
  54. e20d3c8 build: fix centos-8 cmake missing package dependency by Dave Wallace · 3 years, 6 months ago
  55. e631ece ipsec: fix crypto ops in esp decrypt by Benoît Ganne · 3 years, 7 months ago
  56. d838e53 dpdk: silence coverity warning on use of uninitialized value by pibr · 3 years, 6 months ago
  57. 0b65213 build: fix build error after make wipe by Tianyu Li · 3 years, 6 months ago
  58. dcd7e24 policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> handle by jinshaohui · 3 years, 7 months ago
  59. 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
  60. 18c17cb build: fix install-deps on centos-8 by Dave Wallace · 3 years, 6 months ago
  61. 324d161 svm: release mem order for fifo chunk list CAS by Florin Coras · 3 years, 6 months ago
  62. 821b500 session: avoid ct connects loop by Florin Coras · 3 years, 6 months ago
  63. 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 9 months ago
  64. 8dd0d75 linux-cp: use default adjacency by Matthew Smith · 3 years, 7 months ago
  65. c5e3a41 fib: fix flags updates when adding routes with a udp encap path by Arthur de Kerhor · 3 years, 6 months ago
  66. 9cfbd3b misc: bug fixes and improvements for stats Fuse fs by Arthur de Kerhor · 3 years, 9 months ago
  67. 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 6 months ago
  68. 427feb6 srtp: cleanup build and default to disabled by Florin Coras · 3 years, 7 months ago
  69. 7aeb647 udp: calculate inner checksums if needed before udp encap by Arthur de Kerhor · 3 years, 6 months ago
  70. 90f7008 nat: fix broken nat44-ed cli by Ruslan Babayev · 3 years, 6 months ago
  71. 64d20e7 interface: fix vnet_sw_interface_update_unnumbered by Dave Barach · 3 years, 7 months ago
  72. 71ee375 tls: fix handling of failed connects by Florin Coras · 3 years, 7 months ago
  73. 8a6f5d3 udp: add udp decapsulation by Arthur de Kerhor · 3 years, 7 months ago
  74. b740fdc hsa: proxy listener support addition of fifo segments by Florin Coras · 3 years, 7 months ago
  75. b6fe52f tls: fix handling of failed accepts by Florin Coras · 3 years, 7 months ago
  76. 5c52091 svm: fix inadequate atomic load for chunk mgr by Dave Wallace · 3 years, 7 months ago
  77. d63360c build: bash set in ./configure by Damjan Marion · 3 years, 7 months ago
  78. 79e087f gso: fix the error handling by Mohsin Kazmi · 3 years, 7 months ago
  79. c0d9ca7 vlib: handoff rework by Damjan Marion · 3 years, 7 months ago
  80. 7cf80af build: kindly ask python not to polute src/ by Damjan Marion · 3 years, 7 months ago
  81. 9303b10 dpdk: bump to 21.05 by Fan Zhang · 3 years, 7 months ago
  82. 005605f interface: add tx-queue cli support for new tx infra by Mohsin Kazmi · 3 years, 7 months ago
  83. dfef64b ip: allow the 'ip6 enable' on tunnel interface types by Neale Ranns · 3 years, 7 months ago
  84. 3f3da0d dpdk: fix missing symbol by Fan Zhang · 3 years, 7 months ago
  85. 57e0af9 vppinfra: explicit blocking mode for sock connects by Florin Coras · 3 years, 7 months ago
  86. 46cb4c4 tests: Fix 'test-wipe' by Neale Ranns · 3 years, 7 months ago
  87. 91d6a94 misc: Initial 21.10-rc0 commit by Andrew Yourtchenko · 3 years, 7 months ago v21.10-rc0
  88. 1372178 fib: During the mfib lookup set the unicast FIB index in the packet so that a uRPF check on a for-us packet is done in the correct VRF by Neale Ranns · 3 years, 7 months ago
  89. 457271d pg: revert exec file fixes by Ray Kinsella · 3 years, 7 months ago
  90. 2de7e96 nat: add thread index assertions by Klement Sekera · 3 years, 9 months ago
  91. 5fe9457 api: socket client connect set to blocking by Florin Coras · 3 years, 7 months ago
  92. 3fb978e vlib: revert exec cmd handle scripts with blank lines by Ray Kinsella · 3 years, 7 months ago
  93. dbf90d4 perfmon: revert raw column support by Ray Kinsella · 3 years, 7 months ago
  94. a2d6d35 tests: move vapi C/C++ test files into src/ by Damjan Marion · 3 years, 7 months ago
  95. 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
  96. 6bb77de linux-cp: A V2 variant of pair create API that returns the host by Neale Ranns · 3 years, 7 months ago
  97. 01930f5 nat: report correct EI per-user session limit by Matthew Smith · 3 years, 7 months ago
  98. 0627481 dpdk: disable DPDK iAVF interrupt support by Mohammed Hawari · 3 years, 7 months ago
  99. 3755ac1 interface: show if tx queue is shared by Damjan Marion · 3 years, 7 months ago
  100. 623b8b0 tests: skip hoststack iperf3 cut thru test on aarch64 by Dave Wallace · 3 years, 7 months ago