1. 273c26a feature: recover "show ip features" command by Damjan Marion · 8 years ago
  2. 8bdc63b feature: all input nodes must have same nexts by Damjan Marion · 8 years ago
  3. 3a8345f ethernet: fix wrong start node for ethernet tx feature path by Damjan Marion · 8 years ago
  4. d772475 Update CSIT tests 161024 -> 161030 by Jan · 8 years ago
  5. 017381a vpp: remove unused code by Damjan Marion · 8 years ago
  6. 01bbbe9 Improve debug-cli in test framework by Klement Sekera · 8 years ago
  7. 446e1f5 Allow empty DPDK device init config by Pierre Pfister · 8 years ago
  8. 77766a1 adj: fix typos by Damjan Marion · 8 years ago
  9. 63f70d2 dpdk-hqos: don't hold up packets indefinitely under low load by David Hotham · 8 years ago
  10. 2231150 feature: add new feature handling code and device-input features by Damjan Marion · 8 years ago
  11. 3dffb1e Fix recursion loop - recurse through cover by Neale Ranns · 8 years ago
  12. 57fc854 VPP-437: ip6 hbh processing with FIB 2.0 by Shwetha · 8 years ago
  13. 8fe8cc2 MPLS Exp-null Tests by Neale Ranns · 8 years ago
  14. 3b906b0 vppinfra: add STATIC_ASSERT macro by Damjan Marion · 8 years ago
  15. a0bc391 fix typo in .gitignore by Klement Sekera · 8 years ago
  16. eb90b7f node: ensure that vlib_node_runtime_t is cacheline sized by Damjan Marion · 8 years ago
  17. d5c9d6f l2: fix l2-patch node by Damjan Marion · 8 years ago
  18. 6e3c65e dpdk: use u32 for next0 by Damjan Marion · 8 years ago
  19. 0cd695c config: rename ip_config_main_t to vnet_feature_config_main_t by Damjan Marion · 8 years ago
  20. 277b89c add vpp debugging support to test framework improve test documentation by Klement Sekera · 8 years ago
  21. cede379 Update _slabshr fields when updating HQoS masks by David Hotham · 8 years ago
  22. 81c7dfc VPP-120: add custom types support to jvpp by Marek Gradzki · 8 years ago
  23. c967a82 vppinfra: use 64-bit crc32 instruction in bihash_24_8 by Damjan Marion · 8 years ago
  24. ff7d642 vhost-user: fix crash in vhost_user_intfc_tx (VPP-519) by Damjan Marion · 8 years ago
  25. 860dacc VPP-478: SNAT address range overlapping by Matus Fabian · 8 years ago
  26. 588144a VPP-459: SNAT dump API for in and out interfaces by Matus Fabian · 8 years ago
  27. 6ce685d Initial deb packaging of vpp-python-api by Ed Warnicke · 8 years ago
  28. 8c1bebe IPv6 Classify Forwarding Graph errors by Neale Ranns · 8 years ago
  29. 435a64b vppinfra: fix issue with bihash_8_8 hash function (VPP-518) by Damjan Marion · 8 years ago
  30. 3891cd8 policer: replace uintX_t with uX, fix style by Damjan Marion · 8 years ago
  31. 86a2c57 Update test framework after API function change by Juraj Sloboda · 8 years ago
  32. 0fc9bc1 Fix potential L2 forwarding crash with stale L2FIB entry (VPP-516) by John Lo · 8 years ago
  33. 218170b Fix coverity issues in LISP by Filip Tehlar · 8 years ago
  34. ad41b35 Per-packet IPFIX record generation plugin by Dave Barach · 8 years ago
  35. e63947e features: fix crash due to missing null termination by Damjan Marion · 8 years ago
  36. 3977a21 Fix description of devel package. by Thomas F Herbert · 8 years ago
  37. 3916227 dpdk: enable building with dpdk 16.11-rc1 by Damjan Marion · 8 years ago
  38. dddccea Fix unformat-at-eof bug by Dave Barach · 8 years ago
  39. f62ae12 refactor test framework by Klement Sekera · 8 years ago
  40. f530a55 dpdk: remove support for dpdk 16.04 by Damjan Marion · 8 years ago
  41. 6398397 dpdk: remove support for dpdk 2.2 by Damjan Marion · 8 years ago
  42. b21b60e dpdk: remove KNI support by Damjan Marion · 8 years ago
  43. f195019 Use only 24 bits for vni in lisp-gpe data packets by Florin Coras · 8 years ago
  44. 513da53 python api - vla - allow the user to pass in a normal python list by Gabriel Ganne · 8 years ago
  45. 5d4759b dpdk: remove dpdk_pmd_constructor_init by Damjan Marion · 8 years ago
  46. af0c70c Improve equals generation for jvpp DTOs by Marek Gradzki · 8 years ago
  47. 5b3808e Improve JNI code generation (array truncation) by Marek Gradzki · 8 years ago
  48. 948e00f Support IETF routing Yang models (VPP-503). by Neale Ranns · 8 years ago
  49. dc5aac5 Update CSIT tests 161017 -> 161024 by Jan · 8 years ago
  50. 06b14b9 Add API call of sw_interface_set_mpls_enable to vpp_api_test by John Lo · 8 years ago
  51. 749294d Disable colored output for tests, when not tty by Peter Ginchev · 8 years ago
  52. 46a4d9f Add generated python bindings to .gitignore by Marek Gradzki · 8 years ago
  53. d5fcc46 Fix LISP src/dst based policy by Filip Tehlar · 8 years ago
  54. 0c38ea3 Fix VXLAN tunnel delete crash by John Lo · 8 years ago
  55. 9c2964c Fix jvpp coverity issues #2 by Marek Gradzki · 8 years ago
  56. e319de0 vppinfra: clib_memcpy optimization by Damjan Marion · 8 years ago
  57. d3b85b0 Dual Loop Lookup and Adj-midchain by Neale Ranns · 8 years ago
  58. 8cb034b VPP-504: Permissions Error on Centos Vagrant VPP VM by Billy McFall · 8 years ago
  59. 924d03a Fix Coverity Errors in FIB. This is mainly consolidating the vnet_link_t and fib_link_t enums into just vnet_link_t. by Neale Ranns · 8 years ago
  60. 670909e Quad-loop ip4_lookup_inline, add _x4 validate buffer enqueue by Dave Barach · 8 years ago
  61. 7b0196b Pretty-print vl_api_api_get_first_msg_id_t msgs by Dave Barach · 8 years ago
  62. 0471448 Java api generation for ioam trace plugin by Shwetha · 8 years ago
  63. 14fbdfc Candidate fix for race condition in building jvpp_common and jvpp_registry by Ed Warnicke · 8 years ago
  64. 34d7791 vppinfra: add 256-bit vector typedefs by Damjan Marion · 8 years ago
  65. 1a939e8 improve java build process by Klement Sekera · 8 years ago
  66. 1ce0879 Fix coverity issues in jvpp (newlines + CompletableDumpFuture.ctxId) by Marek Gradzki · 8 years ago
  67. 1357f3b Deprecate MPLSoGRE tunnels (VPP-502) by Neale Ranns · 8 years ago
  68. 2b39a00 DO_NOT_MERGE: Update CSIT tests 161002 -> 161017 by pmikus · 8 years ago
  69. 5319429 Fix test target build by Peter Ginchev · 8 years ago
  70. 064f55d Update tx and output node runtime when recycling interface by Pierre Pfister · 8 years ago
  71. 45c3850 Load-balancing in IP4 dual loop typos. (VPP-501) by Neale Ranns · 8 years ago
  72. 370dde3 LoadBal: Use intrinsics and use protocol number by Pierre Pfister · 8 years ago
  73. ebb9a6a VPP-491: Update CLI Command documentation for "show ip fib" and "show ip6 fib". by Billy McFall · 8 years ago
  74. aeb06f4 Support MPLSoGRE with the new FIB 2.0 by John Lo · 8 years ago
  75. e11a282 oam: fix compilation with gcc6 by Damjan Marion · 8 years ago
  76. e33b9e0 style: fix VLIB_NODE_FUNCTION_MULTIARCH indent by Damjan Marion · 8 years ago
  77. a6b3177 VPP-492: Fix ability to change mac address of the interface by Pavel Kotucek · 8 years ago
  78. cfcf1e2 VPP-488: Fix build errors, which uncovered IPv6 load balance lookup bug. by Billy McFall · 8 years ago
  79. 46529cd VPP-490: vpp crash in show ip6 neighbor by Billy McFall · 8 years ago
  80. 309fe06 VPP-489: CLI Command "test lookup" crashes with invalid fib-index. by Billy McFall · 8 years ago
  81. b80c536 FIB2.0: Adjacency complete pull model (VPP-487) by Neale Ranns · 8 years ago
  82. 3ae1a91 Add macro for sending large data structures to API clients by Florin Coras · 8 years ago
  83. 7737833 add xxx_or_null(...) message buffer allocation variants by Dave Barach · 8 years ago
  84. 770930c feature: rename vnet_ip_feature_* to vnet_feature_* by Damjan Marion · 8 years ago
  85. 241e522 Add clib_mem_alloc_or_null(...) by Dave Barach · 8 years ago
  86. 0683c9c VPP-286: Add CLI Command documentation via doxygen comments for vnet/vnet/ip. by Billy McFall · 8 years ago
  87. 10eb1ea vhost-user: Add reconnect support by Damjan Marion · 8 years ago
  88. 7e46a4d VPP-446: 1:1 SNAT Inside overlapping interfaces by Matus Fabian · 8 years ago
  89. 724b815 VPP-453: SNAT delete and dump addresses by Matus Fabian · 8 years ago
  90. 388267a VPP-483: Fixed IPSec tunnel interface by Matus Fabian · 8 years ago
  91. 9876520 vpp_lite: add cpu pinning support (VPP-467) by Pavel Kotucek · 8 years ago
  92. 1946a12 Fix coverity warnings, VPP-486 by Dave Barach · 8 years ago
  93. 1e66d5c VPP-213: vnet classifier does not work for l3 ip4 rules by Ole Troan · 8 years ago
  94. 5899fde Coverity warnings in new FIB code (VPP-484) by Neale Ranns · 8 years ago
  95. 69a9b76 VPP-362 Implement dumping of LISP adjacencies by Filip Tehlar · 8 years ago
  96. 75fc854 Rename ip_feature_init_cast(...) to vnet_feature_arc_init(...), VPP-481 by Dave Barach · 8 years ago
  97. 8e08e74 VPP-474 Revert "FIX sysctl configuration directory" by Miroslav Miklus · 8 years ago
  98. 383740d vppinfra: use crc32q instruction instead of xxhash in bihash_8_8 by Damjan Marion · 8 years ago
  99. dfa9c5b Rebind kernel drivers on VPP uninstall by Peter Ginchev · 8 years ago
  100. f588f35 Test: Add test case for Load Balancer plugin by Pierre Pfister · 8 years ago