1. 964f93e Fix node siblings by Ole Troan · 9 years ago
  2. bf74147 Retire io threads and main-thread-io mode by Damjan Marion · 9 years ago
  3. 96e1203 VPP-133: increase size of cli process stacks by Dave Barach · 9 years ago
  4. db7b269 Add verbose flag for packet trace, show hexdump in verbose dpdk input trace by Damjan Marion · 9 years ago
  5. c68b4cb Add per-device startup config support by Damjan Marion · 9 years ago
  6. 16c75df VPP-83 Allow non-privileged clients to use the vpp binary API. by Dave Barach · 9 years ago
  7. b4d8927 Native VPP driver for Intel Niantic family of NICs by Damjan Marion · 9 years ago
  8. 6931f59 Add per-thread, per-node runtime stats serialization by Dave Barach · 9 years ago
  9. 270b6de VPP-74 Fix signedness issue when terminal resizes by Chris Luke · 9 years ago
  10. fd9014a Remove unused PCI code by Damjan Marion · 9 years ago
  11. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  12. 5a206ea Rework of the old PCI code by Damjan Marion · 9 years ago
  13. 95c8415 dpdk/build - 32bits compilation by Christophe Fontaine · 9 years ago
  14. 862623d VPP-23 Re-work pager line collation by Chris Luke · 9 years ago v16.09-rc0
  15. aa761e1 VPP-57 Add missing license headers in doc files by Chris Luke · 9 years ago
  16. b585097 VPP-57 Add Doxygen to VPP by Chris Luke · 9 years ago
  17. 93dcd1d VPP-46 Fix cut-and-paste in the debug CLI by Chris Luke · 9 years ago
  18. 716d959 Avoid clobbering output_function by concurrent CLI sessions doing vlib_process_wait_for_event*. by Andrew Yourtchenko · 9 years ago
  19. 6de2ff2 VPP-26 Iterate through empty command line in cli history by Chris Luke · 9 years ago
  20. 1aed76f VPP-27 Extend telnet protocol buffer guard by Chris Luke · 9 years ago
  21. 848191d Clean up per-thread mheap setup. by Dave Barach · 9 years ago
  22. 194ebc5 Track number of ethernet vlans in a frame by Chris Luke · 9 years ago
  23. 7afda3a CLI output pager by Chris Luke · 9 years ago
  24. 6b90fe3 Add "history" CLI command by Chris Luke · 9 years ago
  25. 572d812 Add a (small) banner to the Debug and Telnet CLI by Chris Luke · 9 years ago
  26. 0aca5eb Debug/Telnet CLI enhancements by Chris Luke · 9 years ago
  27. 6b1d7c5 Make automake silent rules default by Damjan Marion · 9 years ago
  28. e39a7b8 Fix compile errors reported by clang by Damjan Marion · 9 years ago
  29. 68adab9 Allow the number of elements in a frame queue to be specified per thread. by Bud Grise · 9 years ago
  30. 405e41b Improve mechanism for using loopback interface as BVI for BDs by John Lo · 9 years ago
  31. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  32. dae88b9 VPP-6: set epoll wait-time to zero when binary API messages are waiting by Dave Barach · 9 years ago
  33. fef15b4 Add support for AArch32 by Christophe Fontaine · 9 years ago
  34. a42cd34 Rework of DPDK PCI device uio driver binding process by Damjan Marion · 9 years ago
  35. d1f5d04 Change ARP and IP6-ND nodes to use interface-output node for output by John Lo · 9 years ago
  36. 42f2006 Add counter for the number of barrier syncs performed. by Bud Grise · 9 years ago
  37. cbed90c Add a configurable "significant error" metric by Dave Barach · 9 years ago
  38. 5ac4a0f Propagate the VLIB_FRAME_NO_FREE_AFTER_DISPATCH flag to cloned next_frames by Bud Grise · 9 years ago
  39. a25bd1c Do not listen unless configured with cli-listen. by Ed Warnicke · 9 years ago
  40. b2ef4dd Adjacency allocator by Dave Barach · 9 years ago
  41. e5389bb event logger skeletons, improve debug CLI by Dave Barach · 9 years ago
  42. fb6e59d Improve main-loop event-logs by Dave Barach · 9 years ago
  43. 1901020 Use rte_mempool private data for storing vlib_buffer_t by Damjan Marion · 9 years ago
  44. ba8c540 Fix longstanding next-frame clone bug by Dave Barach · 9 years ago
  45. 83243a0 Add vpp native linux kernel AF_PACKET interface support by Damjan Marion · 9 years ago
  46. 8a33f31 Copy flags when cloning next_frames by Nikhil P Rao · 9 years ago
  47. 2df2e3d TAP: Jumbo-frame support. by Ole Troan · 9 years ago
  48. dc03cf4 Remove spurious call to unix_physmem_init(...) by Dave Barach · 9 years ago
  49. d56a6f5 Add packet tracing hint by Bud Grise · 9 years ago
  50. e936bbe Add support for native vpp_lite (non-dpdk) platform by Damjan Marion · 9 years ago
  51. 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
  52. 328e99b Add jumbo frames support to non-dpdk vhost interfaces. by Pierre Pfister · 9 years ago
  53. ce8debf Increase number of per-cpu mheaps to 256 by Damjan Marion · 9 years ago
  54. 3f46baf Increase VLIB_MAX_CPUS to 256 by Damjan Marion · 9 years ago
  55. cfb2d80 Make size of per-thread mini counter vector equal to number of threads by Damjan Marion · 9 years ago
  56. 2126b35 Replace AC_PROG_LIBTOOL with LT_INIT by Dave Barach · 9 years ago
  57. 1b16953 Clean up gcc-5.2 warnings by Dave Barach · 9 years ago
  58. 3e7deb1 Clean up per-thread elog track nomenclature. by Dave Barach · 9 years ago
  59. 4b12b3c CLI: If an error happens on the socket being polled, then the CLI by Ole Troan · 9 years ago
  60. 9de836c dpdk_buffer.c: Honor clone_count even when there isn't a freelist handler by Kevin Paul Herbert · 9 years ago
  61. 0bcc9d5 Tracing enhancements. by Bud Grise · 9 years ago
  62. 63a814d Warnings be gone. by Dave Barach · 9 years ago
  63. da8d445 dpdk_buffer.c: Ensure that the mbuf reference count is as expected by Kevin Paul Herbert · 9 years ago
  64. aa67d61 Print worker thread name as a c-string, not a vector. Otherwise, the by Dave Barach · 9 years ago
  65. bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
  66. 81aa0e5 Fix to show trace output. by Ed Warnicke · 9 years ago
  67. 2c29d75 Fix warnings/errors reported by clang by Damjan Marion · 9 years ago
  68. 8cf9df1 Remove redundant function by Damjan Marion · 9 years ago
  69. bc20bdf Store per-thread node error counters by Damjan Marion · 9 years ago
  70. 7210e94 Remove autotools generated products by Dave Barach · 9 years ago
  71. d2dc3df replacing all vec_sort() invocations to vec_sort_with_function() by Matus Fabian · 9 years ago
  72. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0