1. 5ee51f8 VPP-686: create bridge-domain by Choonho Son · 8 years ago
  2. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  3. bc799c9 VXLAN:fix tunnel delete not returning sw_if_index by Eyal Bari · 8 years ago
  4. f24991c L2FIB:add l2fib_flush_bd l2fib_flush_int apis by Eyal Bari · 8 years ago
  5. e50e856 BFD: add ARP-awareness, fix bugs by Klement Sekera · 8 years ago
  6. cbbd08e acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683) by Andrew Yourtchenko · 8 years ago
  7. bf123db Fix two more memif coverity issues by Milan Lenco · 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. 2c35e58 g2: add multi-track time-slew controls by Dave Barach · 8 years ago
  18. c966ecd Fix memif coverity issues by Milan Lenco · 8 years ago
  19. e247d60 vnet: remove vnet/rewrite.h from vnet.am by Damjan Marion · 8 years ago
  20. 10c273b Add an API call to set interface MAC addresses. by Jon Loeliger · 8 years ago
  21. fa5d198 Adjacency layout change and move to vnet/adj by Neale Ranns · 8 years ago
  22. 3e350af TCP cc/window management fixes and debugging by Florin Coras · 8 years ago
  23. 0548079 CLI: create/delete bridge-domain by Choonho Son · 8 years ago
  24. f9f4065 ARP/ND/API:fix arp reg + nd no identical regs by Eyal Bari · 8 years ago
  25. 903fd51 Clean up event log merge code by Dave Barach · 8 years ago
  26. a3af337 MTRIE Optimisations 2 by Neale Ranns · 8 years ago
  27. 8db1de8 ARP/API:protect against identical registrations by Eyal Bari · 8 years ago
  28. 0f60ff8 dpdk: add support for Mellanox ConnectX-5 devices by Damjan Marion · 8 years ago
  29. ce359db vlib: extend foreach_vlib_main macro to assert if workers are not parked by Damjan Marion · 8 years ago
  30. 386be87 Add vnet/rewrite.am back into exported headers by Neale Ranns · 8 years ago
  31. 1e8d01f LISP: Do not show P-ITR generated mapping by Filip Tehlar · 8 years ago
  32. 20e1f2a Fix pid field endian in ARP/ND/DHCP event related API messages by John Lo · 8 years ago
  33. f158661 Fix more "symbol XXX found in none of the libs" warnings by Dave Barach · 8 years ago
  34. ca2cbc9 acl-plugin: cleaner node bugfixes (VPP-675) by Andrew Yourtchenko · 8 years ago
  35. 1927da2 vppinfra: add spinlock inline functions by Damjan Marion · 8 years ago
  36. b18e0de SR replicate mheap corruption fix VPP-672 by shwethab · 8 years ago
  37. adcaaf1 VPP-673 Fix L2 steering. by Pablo Camarillo · 8 years ago
  38. e3d5280 VPP-669: ping: fix coverity check error 165075 + add ping testcase by Andrew Yourtchenko · 8 years ago
  39. 654ceaf Clean up more Debian packaging symbol warnings by Dave Barach · 8 years ago
  40. a0623f8 BRIDGE-DOMAIN:enable arp term,mac/ip learning on local ints by Eyal Bari · 8 years ago
  41. 340690e IP lookup: remove used stack variables by Neale Ranns · 8 years ago
  42. b4874ee LISP: fix IID in decap by Filip Tehlar · 8 years ago
  43. 2c0d0fe Coverity Error: logically dead code in IP unnumbered CLI by Neale Ranns · 8 years ago
  44. 8539770 Remove spurious client linkages against libvlib.so by Dave Barach · 8 years ago
  45. 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
  46. 04a75e3 Mtrie optimisations by Neale Ranns · 8 years ago
  47. 9a69a60 Sub-net broadcast addresses for IPv4 by Neale Ranns · 8 years ago
  48. 8424af7 dpdk: fix --with-dpdk-mlx5-pmd link issue by Damjan Marion · 8 years ago
  49. 0d150bb vhost: vhost-user component may become unusable with too many open files (VPP-668) by Steven · 8 years ago
  50. 4521afa Bugfixing and documentation for SRv6 by Pablo Camarillo · 8 years ago
  51. 45ce3fb Unscrew builtin client by Dave Barach · 8 years ago
  52. 9a332e1 vlib: inline dispatch_node(...) (again) by Damjan Marion · 8 years ago
  53. 6075043 Comment out dpdk section in startup.conf by Damjan Marion · 8 years ago
  54. 22db11b af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is set by Jim Gibson · 8 years ago
  55. da1f2c7 Implement MAC Flush for BD or Interface from the L2FIB by John Lo · 8 years ago
  56. 6792ec0 TCP/session improvements by Florin Coras · 8 years ago
  57. 98ab091 Fix output feature processing (VPP-670) by AkshayaNadahalli · 8 years ago
  58. 2e7fbcc Mcast rewrite no memcpy by Neale Ranns · 8 years ago
  59. 17f5f60 Fix output feature processing (VPP-670) by AkshayaNadahalli · 8 years ago
  60. 13ad1f0 Rename "show interfaces" -> "show interface" by Dave Barach · 8 years ago
  61. de9571f g2, c2cpel, and cpeldump: scale to 8M event log files by Dave Barach · 8 years ago
  62. 87edd67 Update master revision to 17.07 by Ole Troan · 8 years ago v17.07-rc0
  63. eaabe07 Add memif - packet memory interface for intra-host communication by Damjan Marion · 8 years ago
  64. 24d0136 Update MAC address kept for Bonded Interface and its Slaves by John Lo · 8 years ago
  65. ed6b52b LISP: improve DP speed by Filip Tehlar · 8 years ago
  66. 1bfb0dd vlib: add description field in plugin registration by Damjan Marion · 8 years ago
  67. 864b25d ping: allow the user to send bursts of N packets instead of single packet by Andrew Yourtchenko · 8 years ago
  68. fa80f2e dpdk: fix plugin linking with sw crypto libraries by Sergio Gonzalez Monroy · 8 years ago
  69. 7312cc7 vhost: support interrupt mode by Steven · 8 years ago
  70. b616e9f SNAT: added actual delete to snat_det_map by Martin · 8 years ago
  71. 59ed490 policer: fix byte ordering in policer_details msg by Marek Gradzki · 8 years ago
  72. cacdea3 Initial draft of VPP changes to cleanup iOAM export. by Vengada · 8 years ago
  73. d2a59be ACL plugin 1.2 by Andrew Yourtchenko · 8 years ago
  74. 4868ff6 LISP statistics by Filip Tehlar · 8 years ago
  75. 1dc2f92 armv8 - fix os_cpu_clock_frequency for armv8 by Gabriel Ganne · 8 years ago
  76. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  77. 95475a3 Fix bonded interface name to use instance number starting from 0 by John Lo · 8 years ago
  78. 898273f Check change in unnumbered setting before updating IP enabled state by Neale Ranns · 8 years ago
  79. 112ee88 features: remove remaining .end_node by Damjan Marion · 8 years ago
  80. ad0697a PNEUM: Fix Coverity error (missing unlock). by Ole Troan · 8 years ago
  81. ed81245 Fix bonded ethernet PMD name for DPDK 17.02 by Alexander Popovsky (apopovsk) · 8 years ago
  82. 1bd0109 64 bit per-thread counters by Neale Ranns · 8 years ago
  83. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  84. 696e88d MPLS performance improvments. by Neale Ranns · 8 years ago
  85. 4b919a5 Attached hosts by Neale Ranns · 8 years ago
  86. 6aa75af vlib: fix potential crash in dispatch_node ELOG_DATA call by Steven · 8 years ago
  87. b069a69 Cache a 'has-features' flag on the adjacency for faster access. Reclaim the node_index memeber from the rewrite for space - this is only used for formtting by Neale Ranns · 8 years ago
  88. b85e439 Use the feature anchor in the MPLS input arc - it performs much better by Neale Ranns · 8 years ago
  89. 3983ac2 Adjacency refinement; check the cover's interface against the adjacency's by Neale Ranns · 8 years ago
  90. b6f93a1 vlib: additional runtime_data checks by Damjan Marion · 8 years ago
  91. 1b33fde ping: Fix coverity error 163907 by Andrew Yourtchenko · 8 years ago
  92. b614d08 API:replaced all REPLY_MACRO's with api_helper_macros.h by Eyal Bari · 8 years ago
  93. f6dae05 vhost: wrong value return for VHOST_USER_VRING_GET_BASE by Steven · 8 years ago
  94. e9f929b vlib: make runtime_data thread-local by Damjan Marion · 8 years ago
  95. 3cc4971 Python API: Change from cPython to CFFI. by Ole Troan · 8 years ago
  96. 9d676af No vector allocation during buffer copy by Neale Ranns · 8 years ago
  97. 0856b97 API: define optional base_id for REPLY_MACRO's by Eyal Bari · 8 years ago
  98. 7c0858e Fix binary-api cmd/arg split logic by Dave Barach · 8 years ago
  99. e101e1f VXLAN:add hidden multicast interface check by Eyal Bari · 8 years ago
  100. 3bde407 VPP changes to support iOAM over NSH-MD2. Separate trace data by Vengada · 8 years ago