1. f7c3794 dpdk: retire support for dpdk 16.07 by Damjan Marion · 8 years ago
  2. 7100b9c Clear L2 output config on interface mode change to L3 (VPP-651) by John Lo · 8 years ago
  3. c47ed03 vlib: add buffer cloning support by Damjan Marion · 8 years ago
  4. 05472b6 Fix warning in generated code by Dave Barach · 8 years ago
  5. 987e11d Trace plugin binary API message range allocation by Dave Barach · 8 years ago
  6. f61bc52 BFD: disable debug prints by Klement Sekera · 8 years ago
  7. ff54270 vlib: add VLIB_BUFFER_EXT_HDR_VALID flag by Damjan Marion · 8 years ago
  8. 39f9d8b [Proxy] ARP tests by Neale Ranns · 8 years ago
  9. 3e7b5693 Add GPE CLI/API for setting encap mode by Filip Tehlar · 8 years ago
  10. 646ba9b fix:vxlan mcast adj - added as ucast dpo adj by Eyal Bari · 8 years ago
  11. a83bc30 Load plugins in alphabetical order by Dave Barach · 8 years ago
  12. 239790f BFD: echo function by Klement Sekera · 8 years ago
  13. 263440e Add NSH to GPE decap path by Florin Coras · 8 years ago
  14. 5a72c1c MFIB: changes to improve route add/delete performance by Neale Ranns · 8 years ago
  15. b5b2ef5 Enable tests with VRF reset by Jan Gelety · 8 years ago
  16. 08a70f1 FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of the path-extension vector by Neale Ranns · 8 years ago
  17. 26cd8c1 VPP-650: handle buffer failure in vlib_buffer_copy(...) by Dave Barach · 8 years ago
  18. 02767e9 Fixed QAT device binding and device unbinding when vpp package is removed by Radu Nicolau · 8 years ago
  19. bcc6aa4 MFIB memory leak. free the per-source interface hash by Neale Ranns · 8 years ago
  20. 04197ee VPP-279: Document changes for vnet/vnet/devices by Billy McFall · 8 years ago
  21. 4a3f69c Fix vpp built-in version of api_unformat_sw_if_index(...) by Dave Barach · 8 years ago
  22. 22dc9df Remove prints from LISP test by Filip Tehlar · 8 years ago
  23. def19da Clean up "binary-api" help string, arg parse bugs by Dave Barach · 8 years ago
  24. 974cdc6 Fix LISP and ONE crc marcos by Filip Tehlar · 8 years ago
  25. 04f8d3f Support multiple plugin build in the sample-plugin by Anlu Yan · 8 years ago
  26. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  27. 2291a36 jvpp: remove unnecessary msg_id_base caching by Marek Gradzki · 8 years ago
  28. 2dd6852 Consolidate DHCP v4 and V6 implementation. No functional change intended by Neale Ranns · 8 years ago
  29. c8c5335 Add ref to test framework docs in doxygen output. by Dave Wallace · 8 years ago
  30. 2d41f16 fix trace frame-queue unformat of index by Matus Fabian · 8 years ago
  31. 954898f Fix last run time update for timer wheel by Florin Coras · 8 years ago
  32. d456020 Repair SNAT's IPFIX and IF-add-del test functions. by Jon Loeliger · 8 years ago
  33. 694396d Add Overlay Network Engine API by Filip Tehlar · 8 years ago
  34. 20a175a dhcp: multiple additions by Neale Ranns · 8 years ago
  35. 2e3677b cryptodev: Automatically download and build ISA-L Crypto library by Radu Nicolau · 8 years ago
  36. 770e89e Add basic 4o4 LISP unit test by Filip Tehlar · 8 years ago
  37. 057bb8c test: ip6 vrf instances multi-context test (CSIT-497) by Jan Gelety · 8 years ago
  38. 82786c4 Rename LISP GPE API to GPE by Filip Tehlar · 8 years ago
  39. 65e8457 VPP-540 : pbb tag rewrite details by Pavel Kotucek · 8 years ago
  40. 9745ace Update CSIT tests 170213 -> 170220 by Jan Gelety · 8 years ago
  41. a8d9f30 FIB reset leaves residual routes. Wrong API used to remove the routes meant the lock count on the entry did not drop to zero by Neale Ranns · 8 years ago
  42. 38206ee LISP: don't show PITR generated mapping in dump call by Filip Tehlar · 8 years ago
  43. 6ca42d3 dpdk: updated build to automatically download Intel(R) Multi-Buffer Crypto for IPsec Library by Radu Nicolau · 8 years ago
  44. 52456fc CLI extension to add multiple (S,G)s at once and time it by Neale Ranns · 8 years ago
  45. 5a8123b Python test IP and MPLS objects conform to infra. Add IP[46] MFIB dump. by Neale Ranns · 8 years ago
  46. 90c5572 make test: save + dump VPP api trace log; VPP-640 by Dave Wallace · 8 years ago
  47. 6cfc39c Remove duplicate ip6 get interface address code by Neale Ranns · 8 years ago
  48. c48829b BFD: put session admin-up/admin-down by Klement Sekera · 8 years ago
  49. cb33dc2 Implemented IKEv2 initiator features: by Radu Nicolau · 8 years ago
  50. 665e482 Fix handling of ping to SNAT out interface by Juraj Sloboda · 8 years ago
  51. 52a047a ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes a problem that occurs with cryptodev ipv6 input. by Radu Nicolau · 8 years ago
  52. 681abe4 l2 input: avoid per-packet trace checks in the fast path by Dave Barach · 8 years ago
  53. 6e9cf3b Fix comment for num-mbufs default in startup.conf by Dave Wallace · 8 years ago
  54. 5d81f45 dpdk: quad loop and prefetch in fill_free_list by Damjan Marion · 8 years ago
  55. 4983e47 dpdk: bump to DPDK 17.02 by Damjan Marion · 8 years ago
  56. 7be8a88 ioam: declare export_node instead of defining it in header file by Damjan Marion · 8 years ago
  57. d65c18d api: remove debug print in api_main_init by Damjan Marion · 8 years ago
  58. 83ed1f4 tw_timer_expire_timers() - add a maximum to the number of expiration per call by Gabriel Ganne · 8 years ago
  59. b69111e Add NSH load-balance and drop DPO by Florin Coras · 8 years ago
  60. 6085e16 Fix NSH-LISP interface addition by Florin Coras · 8 years ago
  61. 7bc7310 Fix crash on deleting previously activated IPv6 interface - VPP-636 by Wojciech Dec · 8 years ago
  62. a4cb12b Fix sample plugin breakage. by Anlu Yan · 8 years ago
  63. b33f413 Add handling of ICMP error packets in SNAT (VPP-629) by Juraj Sloboda · 8 years ago
  64. 205e934 VPP-638: 'set interface ipsec key garbage' causes infinite loop by Billy McFall · 8 years ago
  65. 613c79f add tw_timer_template.c to vpp devel packages by Gabriel Ganne · 8 years ago
  66. 581b072 tw_timer_expire_timers() return the number of expirations by Gabriel Ganne · 8 years ago
  67. 272c69e LISP: minor enhacements by Filip Tehlar · 8 years ago
  68. f3fe820 LISP: fix deleting src/dst entry from GID dictionary by Filip Tehlar · 8 years ago
  69. e22e546 SNAT: add static mappings with unresolved external interface address to snat_static_mapping_dump by Matus Fabian · 8 years ago
  70. aeeac3b BFD: loop back echo packets by Klement Sekera · 8 years ago
  71. 12ba252 Fix bug in definition of tcp_header_t by Juraj Sloboda · 8 years ago
  72. 33e2dc0 VPP-279: Document changes for vnet/vnet/devices by Billy McFall · 8 years ago
  73. d3ba515 BFD: respect remote demand mode by Klement Sekera · 8 years ago
  74. acb9b8e make test: improve stability by Klement Sekera · 8 years ago
  75. 2bce033 BFD: set per session UDP source port per RFC by Klement Sekera · 8 years ago
  76. b05f1f0 Fix coverity issues: ioam by Shwetha Bhandari · 8 years ago
  77. 0578cd1 Fix is_server flag in vhost dump (VPP-562) by Marek Gradzki · 8 years ago
  78. f95b37e Fix typo in API warning message. by Jon Loeliger · 8 years ago
  79. 0b49e2b vhost-user: fix crash when descriptor points to unknown region by Damjan Marion · 8 years ago
  80. 3495cb6 Update CSIT tests 170129 -> 170213 by Jan Gelety · 8 years ago
  81. 0f438df Out-of-tree Build Error fix by AkshayaNadahalli · 8 years ago
  82. 466f0d4 Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields. by Jon Loeliger · 8 years ago
  83. ce1b4c7 Basic support for LISP-GPE encapsulated NSH packets by Florin Coras · 8 years ago
  84. fdd81af VPP-632 : InBand OAM Analyser by AkshayaNadahalli · 8 years ago
  85. fed79e8 Update plugin templates by Dave Barach · 8 years ago
  86. b91017a make test: work around scapy truncated packets by Klement Sekera · 8 years ago
  87. c756c1c Improve MFIB doxygen help by Neale Ranns · 8 years ago
  88. 6f96649 BFD: minor fixes by Klement Sekera · 8 years ago
  89. 7fce133 make test: BFD tests speedup by Klement Sekera · 8 years ago
  90. a57a970 BFD: modify session parameters by Klement Sekera · 8 years ago
  91. 8ea6d71 Fix source address reachability check for ip6 local packets by AkshayaNadahalli · 8 years ago
  92. e4ad8cc VPP-630: Null pointer dereferences in vlib/unix/plugin.c by Ole Troan · 8 years ago
  93. 78edb8e Multiple platofrm support for dpdk/Makefile, fix optimizations by Damjan Marion · 8 years ago
  94. 6fa5568 Fix M(), M2() macros in VAT by Filip Tehlar · 8 years ago
  95. a6bce49 LISP: reject remote mappings that have as locators local IPs by Filip Tehlar · 8 years ago
  96. 614ac5d Add pool_get[_aligned]_will_expand(...) by Dave Barach · 8 years ago
  97. 104543f make test: improve test filtering by Klement Sekera · 8 years ago
  98. bd69a5f vlib: remove algned/unaligned buffers scheme by Damjan Marion · 8 years ago
  99. 6320514 make test: fix dependencies by Klement Sekera · 8 years ago
  100. b449f48 SNAT: fix snat_add_static_mapping_command() uninitialized variable by Matus Fabian · 8 years ago