1. 8479440 Improve test for unlocking LISP src FIB by Florin Coras · 8 years ago
  2. e2e95ce span: fix wrong next1 feature index in dual loop by Pavel Kotucek · 8 years ago
  3. ddff8a4 Have make verify check deb and rpm builds by Ed Warnicke · 8 years ago
  4. cfce8fa Added make test to make verify by Ed Warnicke · 8 years ago
  5. b8ff5d6 Fix "TypeError: cannot concatenate 'str' and 'NoneType' objects" by Ed Warnicke · 8 years ago
  6. f8c9431 Update CSIT tests 161120 -> 161128 by Jan · 8 years ago
  7. c3f92ad Add support for using documentation siphons in multiple ways by Chris Luke · 8 years ago
  8. 39f9973 GRE Tests update after postinit removal by Neale Ranns · 8 years ago
  9. 38fb44f snat: fix coverity issues by Matus Fabian · 8 years ago
  10. 985f3d1 Clean up the Lua API, make it luajit-only, no C by Andrew Yourtchenko · 8 years ago
  11. 085f5c0 make test: detect early vpp crash by Klement Sekera · 8 years ago
  12. 475f055 snat: thread safe (VPP-443) by Matus Fabian · 8 years ago
  13. a10f62b dpdk: add ipsec cryptodev support by Sergio Gonzalez Monroy · 8 years ago
  14. feeebfe Unlock LISP source FIB if only default left by Florin Coras · 8 years ago
  15. dc5252b l2: quad loop l2input, l2learn and l2output nodes by Damjan Marion · 8 years ago
  16. 30230dd l2: fix latency issue casued by unnecesary read of previous cacheline by Damjan Marion · 8 years ago
  17. 23a7412 String (key,value) pair serialization by Dave Barach · 8 years ago
  18. 4e969f9 vhost-user: add retry sequence in tx code by Damjan Marion · 8 years ago
  19. a5e7c29 vlib: remove old memcpy implementation by Damjan Marion · 8 years ago
  20. ece983d vhost: CLI delete interface by name by Pierre Pfister · 8 years ago
  21. 7a91b46 vhost: Delete thread configuration when interface deleted by Pierre Pfister · 8 years ago
  22. c5bf07f Remove postinit from make-test interfaces by Matej Klotton · 8 years ago
  23. 1cd8f3c vlib: merge buffers.c and dpdk_buffer.c by Damjan Marion · 8 years ago
  24. f3ebeda dpdk: remove old patches by Damjan Marion · 8 years ago
  25. e99007b ipsec: remove dependency on DPDK > 0 by Damjan Marion · 8 years ago
  26. 4c6b34f l2: remove unused l3 packet type discovery in l2 path by Damjan Marion · 8 years ago
  27. e0a2d17 dpdk: switch to 16.11 by Damjan Marion · 8 years ago
  28. 6765549 dpdk: remove rte_mbuf modifications at many places in the code by Damjan Marion · 8 years ago
  29. daa2cd1 l2: quad loop l2fwd node by Damjan Marion · 8 years ago
  30. 7549621 dpdk: input node next and error optimizations by Damjan Marion · 8 years ago
  31. 971158e Fix coverity warnings, VPP-486 by Dave Barach · 8 years ago
  32. 4af521d CSIT-473: L2 FIB tests by Jan · 8 years ago
  33. 22766b8 dpdk: quad loop dpdk tx and code optimizations by Damjan Marion · 8 years ago
  34. 177bbdc GRE tests and fixes by Neale Ranns · 8 years ago
  35. 7afe9e3 Fix coverity warnings, VPP-486 by Dave Barach · 8 years ago
  36. d28bc62 Span node configuration fix by Christophe Fontaine · 8 years ago
  37. 8817061 Prevent a frame leak when a pending node dispatches packets to itself. by Neale Ranns · 8 years ago
  38. fba8a95 add vpp banner graphic when vpp-cli starts by Padraig Connolly · 8 years ago
  39. c0e939b vppinfra: fix TSC clock detection on newer intel CPUs by Damjan Marion · 8 years ago
  40. 72c3909 VAT: don't pass u8 to unformat - it expects an 4 byte integer by Neale Ranns · 8 years ago
  41. ed1c183 Fix issues reported by coverity by Pavel Kotucek · 8 years ago
  42. 2be95c1 Dual Loop Load-Balance Nodes by Neale Ranns · 8 years ago
  43. 557d128 Add client-side msg_name_and_crc -> msg_index table by Dave Barach · 8 years ago
  44. fca670b Update CSIT tests 161113 -> 161120 by Jan · 8 years ago
  45. 8b37b87 Convergence Improvements by Neale Ranns · 8 years ago
  46. c008ee1 pg: avoid possible buffer leak by Damjan Marion · 8 years ago
  47. eccf509 vlib: Add 'show cpu' command by Damjan Marion · 8 years ago
  48. c21d59f make: call install-dep on unatteded invocation by Damjan Marion · 8 years ago
  49. 7dc4146 dpdk: quad loop dpdk-input node by Damjan Marion · 8 years ago
  50. c6e8e10 CLI for access to HQoS queue statistics by David Hotham · 8 years ago
  51. c0a36c0 handoff - allow symmetrical dispatch by Gabriel Ganne · 8 years ago
  52. 5165cbc Fix bug in configure 'vlan-strip-offload on' first, then configure "set interface mtu" command, by jerryian · 8 years ago
  53. 4015b19 dpdk: maintain per-worker trace buffer by Damjan Marion · 8 years ago
  54. 36806d1 Add the Makefile to Lua API which got gitignored and adjust local .gitignore by Andrew Yourtchenko · 8 years ago
  55. 4fafa62 dpdk: remove unused code by Damjan Marion · 8 years ago
  56. e48b828 Fix VPP-132: leave IPv4 addresses in network byte order when sending. by Matthew Smith · 8 years ago
  57. 7490a75 feature: API/CLI to enable/disable feature per interface by Pavel Kotucek · 8 years ago
  58. 999bbc4 remove reference to Intel with dpdk docs by Padraig Connolly · 8 years ago
  59. 75665d3 Fix coverity warnings, VPP-486 by Dave Barach · 8 years ago
  60. 0bd36ea Fixup Path weights of 0 by Neale Ranns · 8 years ago
  61. 4ee3a65 dpdk: remove efd by Damjan Marion · 8 years ago
  62. 5858a82 Put address in top bytes for the nexthop in vl_api_fib_path_t (VPP-532) by Steven · 8 years ago
  63. 6b9c6df Fix 4 typos by Dave Barach · 8 years ago
  64. 94ea8b7 VPP-533 Fix ping race condition in JVpp by Maros Marsalek · 8 years ago
  65. c0f6cf3 VPP-534 Remove references to DTOs created in JVpp by Maros Marsalek · 8 years ago
  66. cfba1e2 Tune the ethernet input untagged l2-bridging case by Dave Barach · 8 years ago
  67. fbb2ef6 vhost: Fix bug during interface deletion by Pierre Pfister · 8 years ago
  68. 740bcdb Add an ability to punt all unknown UDP traffic to the host by Alexander Popovsky (apopovsk) · 8 years ago
  69. 25e26dc VPP-521: Classify API enhancement to redirect traffic to pre-defined VRF by Steve Shin · 8 years ago
  70. 9c6ae5f feature: remove old interface output feature code by Damjan Marion · 8 years ago
  71. 08a6f01 feature: convert ipsec output to new feature code by Matus Fabian · 8 years ago
  72. aaef1eb threads: add support for multiple worker handoff queues by Damjan Marion · 8 years ago
  73. f6e3dc4 span: add feature (rx only) (VPP-185) by Pavel Kotucek · 8 years ago
  74. 7c8eda1 VPP-393: Subinterface is still used after deletion by Pavel Kotucek · 8 years ago
  75. 86d87c4 Update test documentation. by Matej Klotton · 8 years ago
  76. b7c3f2c Update CSIT tests 161106 -> 161113 by Jan · 8 years ago
  77. 51f80fc DPDK_HQoS: fix coverity warnings on uninitialized variables by Jasvinder Singh · 8 years ago
  78. dac225e threads: add assert to silence coverity warning by Damjan Marion · 8 years ago
  79. 409ef61 buffer: clone free_list to each vlib_main on creation by Damjan Marion · 8 years ago
  80. 01b0712 Dump routes (VPP-500) by Steven · 8 years ago
  81. d4895d5 dpdk: add build support for DPDK 16.11 release by Damjan Marion · 8 years ago
  82. 74dcdbf make test: improve naming of temporary pcap files by Klement Sekera · 8 years ago
  83. 558d5eb Add support for multi FIB DHCPv6 Proxy by Wojciech Dec · 8 years ago
  84. e30872e Add clang to 'make verify' by Damjan Marion · 8 years ago
  85. e5af88c Fix a bug in the timing wheel by Klement Sekera · 8 years ago
  86. 7f3c36b Use gcc for start in 'make verify' by Damjan Marion · 8 years ago
  87. ad95b5d pseudo atomic adjacency updates by Neale Ranns · 8 years ago
  88. f5179c7 Clean up coverity warnings, VPP-486 by Dave Barach · 8 years ago
  89. 4cecc61 Add 'make verify' target to top-level makefile by Damjan Marion · 8 years ago
  90. 49c0fca Add single-loop test variant to L2BD and L2XC tests by Jan · 8 years ago
  91. fa1456a Luajit API and some examples by Andrew Yourtchenko · 8 years ago
  92. b95302e Fix clang compile errors in plugins by Neale Ranns · 8 years ago
  93. 8b3191e feature: convert all feature nodes to new feature infra by Damjan Marion · 8 years ago
  94. 0178d52 Add IRB test by Matej Klotton · 8 years ago
  95. 9db551c ip_frag: fix implicit enum conversion by Damjan Marion · 8 years ago
  96. 96b41f7 feature: fix init issue when multiple arc are present by Damjan Marion · 8 years ago
  97. d6338ab Enable verification received packet for LB test by Matej Klotton · 8 years ago
  98. c42912d VXLAN tunnel encap forwarding optimization with FIB 2.0 by John Lo · 8 years ago
  99. 450cd30 Fix Compile errors from clang in FIB2.0 code by Neale Ranns · 8 years ago
  100. 2138b35 Fix DHCP proxy when used for non-default FIB tables by Igor Mikhailov (imichail) · 8 years ago