1. b30b954 vlib: debug CLI macro expander, part deux by Dave Barach · 4 years, 6 months ago
  2. cc72094 nat: fix broken test by Klement Sekera · 4 years, 6 months ago
  3. 86d6df6 ip6-nd: punt neighbor advertisements by Alexander Chernavin · 4 years, 6 months ago
  4. 1523c34 nat: set buf error if can't create user by Klement Sekera · 4 years, 6 months ago
  5. 4128c7b ikev2: use both local and remote ID for profile lookup by Filip Tehlar · 4 years, 7 months ago
  6. df35a20 vpp_config: Updates for 20.05 by John DeNisco · 4 years, 6 months ago
  7. 3a49130 tests: improve lcov stats for memory_api.c by Dave Barach · 4 years, 6 months ago
  8. 12b517b tests: add ikev2 test framework with basic test case by Filip Tehlar · 4 years, 8 months ago
  9. 99151bd build: add cmake dependency from test plugin to api by Tom Seidenberg · 4 years, 6 months ago
  10. 961e3c8 vlib: add recursive macro expander to debug cli by Dave Barach · 4 years, 6 months ago
  11. fb4df27 nat: remove unused code by Klement Sekera · 4 years, 6 months ago
  12. 70a9f44 docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  13. 994a44c docs: add more FEATURE.yaml documentation by Dave Barach · 4 years, 6 months ago
  14. f6a9b14 nat: print hash table parameters in CLI by Klement Sekera · 4 years, 6 months ago
  15. 35ccd26 build: multiple yaml file support by Dave Barach · 4 years, 6 months ago
  16. 212bcfe nat: add more trex test scripts by Klement Sekera · 4 years, 6 months ago
  17. 5857daf build: cmake cross-compilation fixes by Damjan Marion · 4 years, 6 months ago
  18. ae45d47 ip-neighbor: fix MLD hash key using stack pointer by Benoît Ganne · 4 years, 6 months ago
  19. 1af730d misc: fix sonarclound warnings by Dave Barach · 4 years, 6 months ago
  20. cea4652 vlib: address sanitizer support for stack switch, enable clang by Damjan Marion · 4 years, 7 months ago
  21. 173484f build: fix address sanitizer default args by Benoît Ganne · 4 years, 6 months ago
  22. 4330c46 interface: add minimal vpp pkt trace for error-drop by Dave Barach · 4 years, 6 months ago
  23. cf9bb22 nat: improve outside port selection & perf by Klement Sekera · 4 years, 6 months ago
  24. 9ebbb5c gtpu: support separate rx-decap and encap-tx teid values by John Lo · 4 years, 6 months ago
  25. a0e8d96 virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump by Steven Luong · 4 years, 7 months ago
  26. 0cf5282 gso: fix the udp checksum in test by Mohsin Kazmi · 4 years, 6 months ago
  27. ff13e46 api: check id is valid for bounce checking by Benoît Ganne · 5 years ago
  28. 810ad34 build: remove un-needed script by Simon Chatterjee · 4 years, 6 months ago
  29. 66ec467 vcl: move helper functions out of header file by Florin Coras · 4 years, 6 months ago
  30. 81355d7 build: fix the build on centos8 by Yichen Wang · 4 years, 6 months ago
  31. 47ea4c3 vxlan: remove judgement with always true by Zhiyong Yang · 4 years, 6 months ago
  32. c16fe46 buffers: fix non-default sized buffers initialization by Benoît Ganne · 4 years, 6 months ago
  33. b43677f dpdk: cryptodev: fix non-null terminated strings by Benoît Ganne · 4 years, 7 months ago
  34. fbd47cf ikev2: announce both 'ESN' and 'No ESN' by Filip Tehlar · 4 years, 6 months ago
  35. 1eae8ec vlib: node recyling and node deletion missing triggering graph node sync by Steven Luong · 4 years, 6 months ago
  36. 38b0968 virtio: interface type based improvements by Mohsin Kazmi · 4 years, 6 months ago
  37. 01a2a10 ip: allocate ip4 mtrie pages in htlb memory by Dave Barach · 4 years, 6 months ago
  38. 4cb21c8 ikev2: don't add DH group in ESP transform proposals by Filip Tehlar · 4 years, 6 months ago
  39. cd35ed4 nat: properly scale out2in-ed hash on init by Klement Sekera · 4 years, 6 months ago
  40. a1018c1 nat: simplify bihash buckets/mem config by Klement Sekera · 4 years, 9 months ago
  41. 35418ba vapi: memset allocated messages to zero by Klement Sekera · 4 years, 6 months ago
  42. ce53363 ip: reassembly: LRU algorithm should eliminate the longest unused nodes by zhengdelun · 4 years, 7 months ago
  43. d6ba3ca nat: optimize prefetching by Klement Sekera · 4 years, 6 months ago
  44. b660a0e tap: enable gso/csum offload for tun by Mohsin Kazmi · 4 years, 6 months ago
  45. dbd5fb3 vxlan: fix the inner packet checksum calculation by Mohsin Kazmi · 4 years, 7 months ago
  46. 21a1de4 misc: add code styling for vxlan encap and vxlan_packet files by Mohsin Kazmi · 4 years, 7 months ago
  47. 8ddd19b tcp: improve rtt estimation with rate sampling by Florin Coras · 4 years, 6 months ago
  48. 0a67b48 vlib: stop inlining vlib_add_trace(...) by Dave Barach · 4 years, 6 months ago
  49. 6a3195f vlib: Coverity fix by Dave Barach · 4 years, 6 months ago
  50. 698eb87 vxlan: Fixed checksum caclculation offset by Vladimir Isaev · 4 years, 7 months ago
  51. e362151 nat: more long read after short write optimization by Klement Sekera · 4 years, 7 months ago
  52. c1f0d9c mactime: print error if feature not enabled by Dave Barach · 4 years, 6 months ago
  53. 26d890e fib: fix multiple dpo pool expand cases by Dave Barach · 4 years, 6 months ago
  54. c2d2228 fib: fix adj pool expand cases by Dave Barach · 4 years, 6 months ago
  55. a5cf6e0 build: add libssl-dev library for ubuntu 20.04 by Jieqiang Wang · 4 years, 6 months ago
  56. 8341f76 fib: add barrier sync, pool/vector expand cases by Dave Barach · 4 years, 6 months ago
  57. c39c79c nat: fix coverity warning by Klement Sekera · 4 years, 6 months ago
  58. 0b3648f ikev2: session cleanup after profile is deleted by Filip Tehlar · 4 years, 7 months ago
  59. dfb19ca dpdk: cleanup, add rx queue struct by Damjan Marion · 4 years, 6 months ago
  60. 4496243 nat: fixed input validation by Filip Varga · 4 years, 6 months ago
  61. 17a8ab6 nat: add tracing for nat44-hairpinning by Klement Sekera · 4 years, 7 months ago
  62. ce412fd docs: improve handoff queue writeup by Dave Barach · 4 years, 7 months ago
  63. 1033b49 vlib: improve node interrupt handling by Damjan Marion · 4 years, 6 months ago
  64. ec62d0a nat: refactor mss_clamping to not depend on snat_main_t by Ole Troan · 4 years, 6 months ago
  65. be360ee bash: functions to set up csit and sandbox env by Andrew Yourtchenko · 4 years, 8 months ago
  66. 96dabc6 ikev2: remove unused hash computation by Filip Tehlar · 4 years, 7 months ago
  67. 3b519b3 ip: fix IPv6 mask to prefix length conversion by Andreas Schultz · 4 years, 7 months ago
  68. 63c672c nat: update ip4-udp src port for checksum == 0 pkts by Dave Barach · 4 years, 7 months ago
  69. 353535b lisp: fix api_format reference by Paul Vinciguerra · 4 years, 7 months ago
  70. 7285103 bonding: Revert adjust link state by Matthew Smith · 4 years, 7 months ago
  71. f3c1e4b lisp: fix api_format by Florin Coras · 4 years, 7 months ago
  72. 9b72b15 lisp: fix custom dump by Florin Coras · 4 years, 7 months ago
  73. 22391fa fib: Safe adj walk by Neale Ranns · 4 years, 7 months ago
  74. adf6209 gso: add checksum and payload size testing by Mohsin Kazmi · 4 years, 7 months ago
  75. be03b5c gso: fix flag for inner header by Mohsin Kazmi · 4 years, 7 months ago
  76. 5bb3e81 docs: Minor updates to feature.yaml files by John DeNisco · 4 years, 7 months ago
  77. d52820d docs: Minor fixes in publish_docs.sh and sanitizer.rst by John DeNisco · 4 years, 7 months ago
  78. 2dca180 misc: ipfix-export unformat u16 collector_port fix by Elias Rudberg · 4 years, 7 months ago
  79. aeb18d3 misc: fix the pretty print for api trace by Mohsin Kazmi · 4 years, 7 months ago
  80. e7df8cb misc: Avoid sample.md from in the VPP docs, clean up the extraneous copy by Andrew Yourtchenko · 4 years, 7 months ago
  81. 04f4d91 tap: fix rx queue index by Mohsin Kazmi · 4 years, 7 months ago
  82. dcd4aa2 dhcp: use per-thread vlib main instead of global one by Benoît Ganne · 4 years, 7 months ago
  83. 7f475bf dhcp: vat support for the dhcp_client_dump API by Dave Barach · 4 years, 7 months ago
  84. ec3a3f1 build: make address sanitizer options configurable with cmake by Damjan Marion · 4 years, 7 months ago
  85. 5500d1d ipsec: Add/Del IPSec SA is not MP safe by Neale Ranns · 4 years, 7 months ago
  86. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  87. 94f3295 dpdk: bump to DPDK v20.05 by Damjan Marion · 4 years, 7 months ago
  88. 6183cf4 vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two by Damjan Marion · 4 years, 7 months ago
  89. 1149229 ip: reassembly: use correct IP header offset by Klement Sekera · 4 years, 7 months ago
  90. 9121c41 bonding: adjust link state based on active slaves by Matthew Smith · 4 years, 7 months ago
  91. 5556813 nat: fix regarding vm arg for vlib_time_now call by Elias Rudberg · 4 years, 7 months ago
  92. e796a18 api: make vpp api handlers endian independent by Ole Troan · 4 years, 7 months ago
  93. 0ab36f5 vcl: fix ldp fcntl64 by Florin Coras · 4 years, 7 months ago
  94. 1bf6df4 fib: Fix interpose source reactivate by Neale Ranns · 4 years, 7 months ago
  95. 20aec3d fib: Use basic hash for adjacency neighbour table by Neale Ranns · 4 years, 7 months ago
  96. 080aa50 vcl: do not propagate epoll events if session closed by Florin Coras · 4 years, 7 months ago
  97. 0792bb4 pci: improve vfio logging by Damjan Marion · 4 years, 7 months ago
  98. d1d90f5 ipsec: DES/3DES fixing the iv_len for openssl crypto by Rajesh Goel · 4 years, 7 months ago
  99. a4dac8a vcl: fix udp connected check by Florin Coras · 4 years, 7 months ago
  100. ef29fa4 tests: update pip and pip-tools by Aloys Augustin · 4 years, 7 months ago