1. 09cce66 Revert "japi: Move Java API binding to cmake" by Damjan Marion · 6 years ago
  2. c263e48 dpdk_plugin: fix mlx5 build and runtime issues by Sirshak Das · 6 years ago
  3. a33db25 japi: Move Java API binding to cmake by Mohsin Kazmi · 6 years ago
  4. 2e08b1a Enable verbose output during VPP cmake compiling by Lijian Zhang · 6 years ago
  5. 561f273 add: nasm and ipsec-mb into vpp-ext-deps packaging by Damjan Marion · 6 years ago
  6. 4a6cb83 rename vpp-dpdk-dev to vpp-ext-deps by Damjan Marion · 6 years ago
  7. 0fa900e cmake: create cmake VPP module, update sample-plugin so it uses it by Damjan Marion · 6 years ago
  8. 79dcbc7 Always use 'lib' instead of 'lib64' by Damjan Marion · 6 years ago
  9. 255299c cmake VOM: j factor chosen based on number of cores by Neale Ranns · 6 years ago
  10. d4d7e8a cmake: Move VOM to cmake by Mohsin Kazmi · 6 years ago
  11. a85e0de post move-to-cmake cleanup by Damjan Marion · 6 years ago
  12. 855e268 Switch to cmake by Damjan Marion · 6 years ago
  13. ad1e1c5 cmake: pass linker flags, use devtoolset on centos 7 by Damjan Marion · 6 years ago
  14. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  15. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  16. db0a7ec -DCLIB_DEBUG => turn on extra checks in dlmalloc by Dave Barach · 6 years ago
  17. 60bd302 dpdk: Add build related keywords for failsafe PMD by Rui Cai · 7 years ago
  18. 164e5f8 Move VOM to extras/vom by Damjan Marion · 7 years ago
  19. 23d4e8a Build libmemif as part of verify job by Damjan Marion · 7 years ago
  20. 92b44ea use system provided ccache links by Damjan Marion · 7 years ago
  21. 8d0f2f0 License text cleanup by Dave Barach · 7 years ago
  22. edfa2fd The build system still builds the DPDK plugin when the option by Marco Varlese · 7 years ago
  23. 6be3255 dpdk: cleanup unused build option *_uses_dpdk_cryptodev_sw by Sergio Gonzalez Monroy · 7 years ago
  24. 816f437 Fix vnet unit tests by Filip Tehlar · 8 years ago
  25. 686c1c8 Extend ebuild to specify "configure" subdir, enable verify for sample-plugin by Damjan Marion · 8 years ago
  26. 78edb8e Multiple platofrm support for dpdk/Makefile, fix optimizations by Damjan Marion · 8 years ago
  27. d04b60b dpdk: rework cryptodev ipsec build and setup by Sergio Gonzalez Monroy · 8 years ago
  28. 2ce7f98 Add dpdk development packaging by Damjan Marion · 8 years ago
  29. cb034b9 Move java,lua api and remaining plugins to src/ by Damjan Marion · 8 years ago
  30. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago
  31. 696f1ad dpdk: Add support for Mellanox ConnectX-4 devices by Damjan Marion · 8 years ago
  32. beb1a8d Add "vpp-api-install" to plugins_configure_depend in build-data/packages/plugins.mk by Andrew Yourtchenko · 8 years ago
  33. 6929ea9 Enabling AES-GCM-128 with 16B ICV support by Radu Nicolau · 8 years ago
  34. a10f62b dpdk: add ipsec cryptodev support by Sergio Gonzalez Monroy · 8 years ago
  35. 4c42e91 HONEYCOMB-228 Snat plugin jvpp support by Marek Gradzki · 8 years ago
  36. 355cf68 Fix for build failure due to iOAM plugin header file path by Shwetha · 8 years ago
  37. 3b3688f 6rd: Move to plugin by Ole Troan · 9 years ago
  38. 3535222 VPP-94: Add build-data directory for plugins and Makefile target by Pierre Pfister · 9 years ago
  39. 68c69d8 Fix dpdk march/mtune defaults by Damjan Marion · 9 years ago
  40. b635c56 VPP-79: fix cross-compilation build break by Dave Barach · 9 years ago
  41. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  42. 737547e dpdk/Makefile - Allow dpdk target to be set according to the platform by Christophe Fontaine · 9 years ago
  43. 60c63c7 VPP-8: Set java-8 for JNI by Marek Gradzki · 9 years ago
  44. 6855f6c Python-API: Inital commit of Python bindings for the VPP API. by Ole Troan · 9 years ago
  45. fef15b4 Add support for AArch32 by Christophe Fontaine · 9 years ago
  46. 254b036 Add unit test infrastructure for LISP protocol by Filip Tehlar · 9 years ago
  47. c47e979 Add configure option to enable building unit tests by Damjan Marion · 9 years ago
  48. 28e3db9 Add options to link with external DPDK tree by Damjan Marion · 9 years ago
  49. 1d49c98 vpp-api-test and sample-plugin should depend on dpdk conditionally by Damjan Marion · 9 years ago
  50. 802c7fa Invert matching logic for *_uses_dpdk in build-data/packages/*.mk by Damjan Marion · 9 years ago
  51. 308fb98 Update PowerPC (qppc) platform to build with Ubuntu cross-tools by Damjan Marion · 9 years ago
  52. e936bbe Add support for native vpp_lite (non-dpdk) platform by Damjan Marion · 9 years ago
  53. 52642c3 Performance tools, initial check-in by Dave Barach · 9 years ago
  54. b10277d Enable ganglia module integration build by Dave Barach · 9 years ago
  55. fc659e7 Rationalize metric names. by Dave Barach · 9 years ago
  56. c23f7bc vpp metrics upload via gmond plugin by Dave Barach · 9 years ago
  57. 61efa14 aarch64 CPU arch / ThunderX platform initial support by Dave Barach · 9 years ago
  58. bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
  59. f750ac2 Move vppctl to vpp-api-test by Damjan Marion · 9 years ago
  60. c72cbf8 Add vppctl as a simple cli interface to vpp by Ed Warnicke · 9 years ago
  61. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0