1. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  2. bc799c9 VXLAN:fix tunnel delete not returning sw_if_index by Eyal Bari · 8 years ago
  3. f24991c L2FIB:add l2fib_flush_bd l2fib_flush_int apis by Eyal Bari · 8 years ago
  4. e50e856 BFD: add ARP-awareness, fix bugs by Klement Sekera · 8 years ago
  5. cbbd08e acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683) by Andrew Yourtchenko · 8 years ago
  6. bf123db Fix two more memif coverity issues by Milan Lenco · 8 years ago
  7. 4b45e8f Fix name typo by Sergio Gonzalez Monroy · 8 years ago
  8. fc56841 LISP: fix crash when GPE interface is re-added, VPP-685 by Filip Tehlar · 8 years ago
  9. 25ad0ea LISP: fix crash when adding a negative forwarding entry, VPP-681 by Filip Tehlar · 8 years ago
  10. 7eac916 GRE over IPv6 by Ciara Loftus · 8 years ago
  11. 63d5bae Fix issue with gre protocol registration when running multithreaded by Damjan Marion · 8 years ago
  12. 615fc61 Fix issue with udp port registration when running multithreaded by Damjan Marion · 8 years ago
  13. fead670 BD/API:add bridge_domain_set_mac_age api by Eyal Bari · 8 years ago
  14. a8ed6bd Clear pid-vector, to avoid spurious track selection by Dave Barach · 8 years ago
  15. 2c2b640 vlib: make vlib_node_interrupt_pending(...) thread safe by Damjan Marion · 8 years ago
  16. 8328534 VXLAN:fix api dump flipped src<->dst by Eyal Bari · 8 years ago
  17. 2e01dfa make test: relax BFD time intervals by Klement Sekera · 8 years ago
  18. 2c35e58 g2: add multi-track time-slew controls by Dave Barach · 8 years ago
  19. a657e4e make test: tweak helper scripts by Klement Sekera · 8 years ago
  20. c966ecd Fix memif coverity issues by Milan Lenco · 8 years ago
  21. c4ba20f Update CSIT tests 170313 -> 170403 by Jan Gelety · 8 years ago
  22. e247d60 vnet: remove vnet/rewrite.h from vnet.am by Damjan Marion · 8 years ago
  23. 10c273b Add an API call to set interface MAC addresses. by Jon Loeliger · 8 years ago
  24. fa5d198 Adjacency layout change and move to vnet/adj by Neale Ranns · 8 years ago
  25. 3e350af TCP cc/window management fixes and debugging by Florin Coras · 8 years ago
  26. 799e26d make test: add scripts for easy test looping by Klement Sekera · 8 years ago
  27. 0548079 CLI: create/delete bridge-domain by Choonho Son · 8 years ago
  28. f9f4065 ARP/ND/API:fix arp reg + nd no identical regs by Eyal Bari · 8 years ago
  29. 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
  30. a3af337 MTRIE Optimisations 2 by Neale Ranns · 8 years ago
  31. 8db1de8 ARP/API:protect against identical registrations by Eyal Bari · 8 years ago
  32. 0f60ff8 dpdk: add support for Mellanox ConnectX-5 devices by Damjan Marion · 8 years ago
  33. ce359db vlib: extend foreach_vlib_main macro to assert if workers are not parked by Damjan Marion · 8 years ago
  34. 386be87 Add vnet/rewrite.am back into exported headers by Neale Ranns · 8 years ago
  35. 1e8d01f LISP: Do not show P-ITR generated mapping by Filip Tehlar · 8 years ago
  36. 20e1f2a Fix pid field endian in ARP/ND/DHCP event related API messages by John Lo · 8 years ago
  37. f158661 Fix more "symbol XXX found in none of the libs" warnings by Dave Barach · 8 years ago
  38. ca2cbc9 acl-plugin: cleaner node bugfixes (VPP-675) by Andrew Yourtchenko · 8 years ago
  39. 1927da2 vppinfra: add spinlock inline functions by Damjan Marion · 8 years ago
  40. b18e0de SR replicate mheap corruption fix VPP-672 by shwethab · 8 years ago
  41. adcaaf1 VPP-673 Fix L2 steering. by Pablo Camarillo · 8 years ago
  42. e3d5280 VPP-669: ping: fix coverity check error 165075 + add ping testcase by Andrew Yourtchenko · 8 years ago
  43. 654ceaf Clean up more Debian packaging symbol warnings by Dave Barach · 8 years ago
  44. a0623f8 BRIDGE-DOMAIN:enable arp term,mac/ip learning on local ints by Eyal Bari · 8 years ago
  45. 340690e IP lookup: remove used stack variables by Neale Ranns · 8 years ago
  46. 28ea251 Fix for dependency problem with Fedora 25 by Thomas F Herbert · 8 years ago
  47. b4874ee LISP: fix IID in decap by Filip Tehlar · 8 years ago
  48. 2c0d0fe Coverity Error: logically dead code in IP unnumbered CLI by Neale Ranns · 8 years ago
  49. 8539770 Remove spurious client linkages against libvlib.so by Dave Barach · 8 years ago
  50. 6ae5ee7 VXLAN:validate mcast encapsulation ip/mac by Eyal Bari · 8 years ago
  51. 9705c38 MAP - add the domain struct directly into the dat-path and avoid the indirectiob throught the map-DPO by Neale Ranns · 8 years ago
  52. 04a75e3 Mtrie optimisations by Neale Ranns · 8 years ago
  53. 9a69a60 Sub-net broadcast addresses for IPv4 by Neale Ranns · 8 years ago
  54. 8424af7 dpdk: fix --with-dpdk-mlx5-pmd link issue by Damjan Marion · 8 years ago
  55. 0d150bb vhost: vhost-user component may become unusable with too many open files (VPP-668) by Steven · 8 years ago
  56. 4521afa Bugfixing and documentation for SRv6 by Pablo Camarillo · 8 years ago
  57. 45ce3fb Unscrew builtin client by Dave Barach · 8 years ago
  58. d7f75cd NAT: Test refactoring to avoid redundant code for verification and creating packet streams in additional test cases by Martin Gálik · 8 years ago
  59. 9a332e1 vlib: inline dispatch_node(...) (again) by Damjan Marion · 8 years ago
  60. 6075043 Comment out dpdk section in startup.conf by Damjan Marion · 8 years ago
  61. 22db11b af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is set by Jim Gibson · 8 years ago
  62. da1f2c7 Implement MAC Flush for BD or Interface from the L2FIB by John Lo · 8 years ago
  63. 6792ec0 TCP/session improvements by Florin Coras · 8 years ago
  64. 98ab091 Fix output feature processing (VPP-670) by AkshayaNadahalli · 8 years ago
  65. afaa85f Python API: Fixup of debian package after cFFI changes. by Ole Troan · 8 years ago
  66. 0c8ad44 make test: properly propagate exit status by Klement Sekera · 8 years ago
  67. 2e7fbcc Mcast rewrite no memcpy by Neale Ranns · 8 years ago
  68. 70efbfc Check for missing deps on bootstrap target for Centos and Fedora. by Thomas F Herbert · 8 years ago
  69. 17f5f60 Fix output feature processing (VPP-670) by AkshayaNadahalli · 8 years ago
  70. 9f81d4f Python-API: debian packaging now depends on python-all (for pybuild) by Ole Troan · 8 years ago
  71. 13ad1f0 Rename "show interfaces" -> "show interface" by Dave Barach · 8 years ago
  72. de9571f g2, c2cpel, and cpeldump: scale to 8M event log files by Dave Barach · 8 years ago
  73. 6abbc28 make test: fix broken plugin paths by Klement Sekera · 8 years ago
  74. 87edd67 Update master revision to 17.07 by Ole Troan · 8 years ago v17.07-rc0
  75. eaabe07 Add memif - packet memory interface for intra-host communication by Damjan Marion · 8 years ago
  76. 24d0136 Update MAC address kept for Bonded Interface and its Slaves by John Lo · 8 years ago
  77. ed6b52b LISP: improve DP speed by Filip Tehlar · 8 years ago
  78. 1bfb0dd vlib: add description field in plugin registration by Damjan Marion · 8 years ago
  79. 864b25d ping: allow the user to send bursts of N packets instead of single packet by Andrew Yourtchenko · 8 years ago
  80. 88d38c4 make test: run all tests in test-cov target by Klement Sekera · 8 years ago
  81. 47e275b make test: support out-of-tree plugins by Klement Sekera · 8 years ago
  82. 993e0ed make test: support out-of-tree tests by Klement Sekera · 8 years ago
  83. fa80f2e dpdk: fix plugin linking with sw crypto libraries by Sergio Gonzalez Monroy · 8 years ago
  84. 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
  85. b616e9f SNAT: added actual delete to snat_det_map by Martin · 8 years ago
  86. 59ed490 policer: fix byte ordering in policer_details msg by Marek Gradzki · 8 years ago
  87. cacdea3 Initial draft of VPP changes to cleanup iOAM export. by Vengada · 8 years ago
  88. d2a59be ACL plugin 1.2 by Andrew Yourtchenko · 8 years ago
  89. 4868ff6 LISP statistics by Filip Tehlar · 8 years ago
  90. 1dc2f92 armv8 - fix os_cpu_clock_frequency for armv8 by Gabriel Ganne · 8 years ago
  91. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  92. 95475a3 Fix bonded interface name to use instance number starting from 0 by John Lo · 8 years ago
  93. 898273f Check change in unnumbered setting before updating IP enabled state by Neale Ranns · 8 years ago
  94. 112ee88 features: remove remaining .end_node by Damjan Marion · 8 years ago
  95. ad0697a PNEUM: Fix Coverity error (missing unlock). by Ole Troan · 8 years ago
  96. ed81245 Fix bonded ethernet PMD name for DPDK 17.02 by Alexander Popovsky (apopovsk) · 8 years ago
  97. 1bd0109 64 bit per-thread counters by Neale Ranns · 8 years ago
  98. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  99. 696e88d MPLS performance improvments. by Neale Ranns · 8 years ago
  100. 4b919a5 Attached hosts by Neale Ranns · 8 years ago