1. a48ad28 Remove unnecessary build macro to fix slow builds. by Thomas F Herbert · 8 years ago
  2. 10db26f BFD: fix bfd_udp_add API by Klement Sekera · 8 years ago
  3. cab65ec Acquire SNAT pool addresses from specific interfaces by Dave Barach · 8 years ago
  4. ea4fa75 jvpp: add missing dependencies on various libs by Marek Gradzki · 8 years ago
  5. d81da8c vxlan unit test - minor fixes by Eyal Bari · 8 years ago
  6. 724f64c Makefile.am cleanup by Damjan Marion · 8 years ago
  7. 1c5ee87 Remove vcgn plugin by Damjan Marion · 8 years ago
  8. e546d3b test: ip4 vrf instances multi-context test (CSIT-492) by Jan · 8 years ago
  9. 8cb07c9 VPP-575 : Inconsistency in flag values for neighbors dump by Pavel Kotucek · 8 years ago
  10. 94f8bc1 jvpp: compile static Java files and include in generated jars by Marek Gradzki · 8 years ago
  11. 655fcc4 Fix LISP Coverity warning by Florin Coras · 8 years ago
  12. 6ebca6c Added a sub-case to take into Thunderx platform by Marco · 8 years ago
  13. 0f971d8 API refactoring : l2, mpls, sr by Pavel Kotucek · 8 years ago
  14. 7515228 IPv6 NS RS tests and fixes by Neale Ranns · 8 years ago
  15. 553a411 VPP-585: vhost-user interface deletion leaks memory. by Ole Troan · 8 years ago
  16. ffc18f5 japi: include tests in jar files by Damjan Marion · 8 years ago
  17. 738f3f2 API refactoring : dpdk by Pavel Kotucek · 8 years ago
  18. 6bbf83a Revert "vppctl: bash completion for vppctl commands" by Damjan Marion · 8 years ago
  19. 842b9c5 Self-service garbage collection for the API message allocator by Dave Barach · 8 years ago
  20. d995c75 vppctl: bash completion for vppctl commands by Padraig Connolly · 8 years ago
  21. 0d3c1cc VPP-279: af_packet via Command-line Arg should no longer be supported by Billy McFall · 8 years ago
  22. 48c1824 Update CSIT tests 170101 -> 170108 by Jan Gelety · 8 years ago
  23. 8d8a1da make test: Loopback interface CRUD test by Matej Klotton · 8 years ago
  24. 0120e23 papi: fix building on aarch64 by Damjan Marion · 8 years ago
  25. 465a1a3 In python tests send NS packets to the solicited mcast address with correct mcast MAC, rather than to quiered addr and broadcast MAC by Neale Ranns · 8 years ago
  26. 45a00c4 Multiple Autotools improvements by Damjan Marion · 8 years ago
  27. f935e33 plugin: add API to get pointer to symbol in different plugin by Damjan Marion · 8 years ago
  28. f952692 python clients can set the API rx message queue length by Dave Barach · 8 years ago
  29. a1b99da VPP-279: doxygen documentation for host interface CLI commands by Billy McFall · 8 years ago
  30. c4aaee1 Added basic tests for multicast vxlan tunnels by Eyal Bari · 8 years ago
  31. ef6e54d Added vpe.api java binding generation by Jan Srnicek · 8 years ago
  32. 0691d6e Fix uninitialized stack local, VPP-581 by Dave Barach · 8 years ago
  33. c0790cf FIB memory leaks (VPP-578) by Neale Ranns · 8 years ago
  34. ce1aae4 LISP: make data plane programming thread safe by Filip Tehlar · 8 years ago
  35. a90ba9d Merging all ioam plugin libraries to single library by AkshayaNadahalli · 8 years ago
  36. 8db1c76 Fix library dependency issue by Damjan Marion · 8 years ago
  37. 12d93ec rename vpp python's api debian scripts by Gabriel Ganne · 8 years ago
  38. 0eca04d vlib: merge libvlib_unix.so into libvlib.so by Damjan Marion · 8 years ago
  39. 99c2019 fix version.h generation for out-of-tree builds by Damjan Marion · 8 years ago
  40. 5ac9bf5 vxlan fix mcast tunnel delete by Eyal Bari · 8 years ago
  41. 3e0a356 BFD: immediately honor reduced remote_min_rx interval by Klement Sekera · 8 years ago
  42. 0c3d467 VPP-574: fix VPP hang during security group configuration on a suspended VM by Andrew Yourtchenko · 8 years ago
  43. ddcc99e VPP-574: fix the MACIP ACLs blocking ARP traffic by Andrew Yourtchenko · 8 years ago
  44. 66f76f2 LISP: fix EID addition by Filip Tehlar · 8 years ago
  45. b17402e preserve environment when make install-dep by Gabriel Ganne · 8 years ago
  46. b05116e LISP: fix fwd entry addition by Filip Tehlar · 8 years ago
  47. da8b9a8 vlxlan-gpe - fix api registering by Gabriel Ganne · 8 years ago
  48. 0be5ec3 Do not require external vppapigen when not cross-compiling by Damjan Marion · 8 years ago
  49. 78c3ba4 SNAT: fix out2in ICMP worker lookup by Matus Fabian · 8 years ago
  50. 71f8742 jvpp: install jvpp_common.h into include/ by Damjan Marion · 8 years ago
  51. cb58b23 deb: fix issues in debian/control, silence some warnings by Damjan Marion · 8 years ago
  52. 2fbd1ae Improve Java 8 detection m4 script to deal with pre-set JAVA_HOME by Damjan Marion · 8 years ago
  53. 5a68deb vpp-python-api deb packaging - use easy_install to install the python api by root · 8 years ago
  54. 3cd9eed Fix crash on null vhost-user socket - VPP-573 by Wojciech Dec · 8 years ago
  55. d63370c Fix crash on vhost-user deletion - VPP-571 by Wojciech Dec · 8 years ago
  56. b12794e make test: fix debug print by Klement Sekera · 8 years ago
  57. a913534 make test: rotate capture files after consuming arp/ndp by Klement Sekera · 8 years ago
  58. c86fa02 make test: fix assert_nothing_captured api by Klement Sekera · 8 years ago
  59. 8372ff4 Update CSIT tests 161218 -> 170101 by Jan Gelety · 8 years ago
  60. 605c636 Update emacs plugin generator skeleton by Dave Barach · 8 years ago
  61. 5e6b958 Handle execessive hash collisions, VPP-555 by Dave Barach · 8 years ago
  62. 77fabdb make test: improve test_flowperpkt by Klement Sekera · 8 years ago
  63. 5d22448 fix run-vat path by Matus Fabian · 8 years ago
  64. 68fda1c dpdk: do not build igb_uio module by Damjan Marion · 8 years ago
  65. a9cd3eb ioam: fix Coverity issue by Vengada · 8 years ago
  66. cb034b9 Move java,lua api and remaining plugins to src/ by Damjan Marion · 8 years ago
  67. fdc62ab Repair Doxygen build infrastructure by Chris Luke · 8 years ago
  68. 37d77e9 test: fix paths after source code move by Damjan Marion · 8 years ago
  69. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago
  70. 696f1ad dpdk: Add support for Mellanox ConnectX-4 devices by Damjan Marion · 8 years ago
  71. 7d22161 vlib: Add support for PCI VPD parsing by Damjan Marion · 8 years ago
  72. 0f3b680 Make test support for the ipfix flow-per-pkt plugin by Dave Barach · 8 years ago
  73. 3eec9b4 SNAT: fix 'show snat verbose' bug - format vector as %v by Matus Fabian · 8 years ago
  74. dab231a make test: improve handling of packet captures by Klement Sekera · 8 years ago
  75. fc262a0 Build vpp_api_test binary API debug CLI into vpp by Dave Barach · 8 years ago
  76. 6c7440c make test: add log.txt by Klement Sekera · 8 years ago
  77. 207a322 api: save some typing when adding new api files by Damjan Marion · 8 years ago
  78. 504b830 Add L2 flow-record generation by Dave Barach · 8 years ago
  79. abea966 API refactoring : lisp-gpe by Pavel Kotucek · 8 years ago
  80. cfb7be8 API refactoring : lisp by Pavel Kotucek · 8 years ago
  81. 56f32cc API refactoring : ipsec-gre by Pavel Kotucek · 8 years ago
  82. 9c7ef03 API refactoring : ipsec by Pavel Kotucek · 8 years ago
  83. 9902fcd SNAT: Remove the oldest translation fix (VPP-568) by Matus Fabian · 8 years ago
  84. 20d1232 API refactoring : bfd by Pavel Kotucek · 8 years ago
  85. c4d1cf7 API refactoring : l2tp by Pavel Kotucek · 8 years ago
  86. 1099b0d API refactoring : gre by Pavel Kotucek · 8 years ago
  87. 296b201 API refactoring : vxlan-gpe by Pavel Kotucek · 8 years ago
  88. f07dc9e API refactoring : vhost_user by Pavel Kotucek · 8 years ago
  89. 8b2b794 API refactoring : netmap by Pavel Kotucek · 8 years ago
  90. bbe3362 API refactoring : af_packet by Pavel Kotucek · 8 years ago
  91. adb13d6 API refactoring : vxlan by Pavel Kotucek · 8 years ago
  92. 2e70d8b Bump to 17.04 release by Damjan Marion · 8 years ago v17.04-rc0
  93. 7e4edc8 VPP-470: Introduce VxLAN-GPE as transport for iOAM. by Vengada Govindan · 8 years ago
  94. fff67c8 Support multiple VXLAN tunnels with same mcast dst by Eyal Bari · 8 years ago
  95. 4348c85 Fix coverity issues by Marek Gradzki · 8 years ago
  96. 29396e6 fix 'show trace' bug - format vector as %v by Klement Sekera · 8 years ago
  97. 1b5ea88 Add missing variable definitions to java VPP API by Marek Gradzki · 8 years ago
  98. 1a9b5b7 vagrant: Fixing sudo related vagrant errors by Ray Kinsella · 8 years ago
  99. 85bdafa Python API: Incorrect error for empty VLA list. by Ole Troan · 8 years ago
  100. ee49bf8 vagrant: updated Vagrantfile to use rsync by Ray Kinsella · 8 years ago