1. e5389bb event logger skeletons, improve debug CLI by Dave Barach · 9 years ago
  2. fb6e59d Improve main-loop event-logs by Dave Barach · 9 years ago
  3. 20a64f5 iOAM trace configuration APIs by Shwetha · 9 years ago
  4. 1901020 Use rte_mempool private data for storing vlib_buffer_t by Damjan Marion · 9 years ago
  5. 46040a5 Fix distclean to correctly handle Centos by Ed Warnicke · 9 years ago
  6. c841eac Fix vagrant centos flavor to work with top level make file by Ed Warnicke · 9 years ago
  7. 1d49c98 vpp-api-test and sample-plugin should depend on dpdk conditionally by Damjan Marion · 9 years ago
  8. 84eda9d Add build-root/*.rpm to .gitignore by Ed Warnicke · 9 years ago
  9. aca36e1 Remove unnecesary clib_bitmap_set from af_packet input node by Damjan Marion · 9 years ago
  10. d6f5b96 l2-rw: Packet rewrite feature for L2 bridges by Pierre Pfister · 9 years ago
  11. 2e89a89 Reduce number of parallel gcc invocations from 4 to 2 per cpu by Damjan Marion · 9 years ago
  12. e2efece Fix L2 flood packet replication interaction with VXLAN-tunnel by John Lo · 9 years ago
  13. d90df18 Add dpdk vmxnet3 driver patch and init.c change to allow jumbo packets by John Lo · 9 years ago
  14. 3a8f32b tapcli: Receive vector of packets and memory leak fix by Pierre Pfister · 9 years ago
  15. d562096 Unbreak build on gcc-5 by Damjan Marion · 9 years ago
  16. f39ff74 vnet classifier debug CLI enhancements by Dave Barach · 9 years ago
  17. 4f81085 * Added support to configure trace type as a by rangan · 9 years ago
  18. acf0872 cosmetic: indent code by Dave Barach · 9 years ago
  19. a0005dc Add llc_init in osi_init to ensure init order dependency by Nagaprabhanjan Bellari · 9 years ago
  20. ca46d8c Adminis-trivia - rename skel files by Keith Burns (alagalah) · 9 years ago
  21. eec8d3e add ctags and cscope files to .gitignore by Damjan Marion · 9 years ago
  22. 76a66c1 Add -y to apt-get install for install-dep target by Ed Warnicke · 9 years ago
  23. ba8c540 Fix longstanding next-frame clone bug by Dave Barach · 9 years ago
  24. cb65630 vnet_classify: Handle non-aligned vectors and various bugfixes by Pierre Pfister · 9 years ago
  25. dbf19ca Make adjacencies shareable by Dave Barach · 9 years ago
  26. 4ea4ecd Bring back p1.c so plugins can see DPDK symbols by Todd Foggoa · 9 years ago
  27. 89b3398 Reincarnate call to unix_physmem_init() for non-dpdk use by Damjan Marion · 9 years ago
  28. aaf2acd Don't stop binding pci device if write to new_id fails by Damjan Marion · 9 years ago
  29. e6f9023 Few additions to top-level Makefile by Damjan Marion · 9 years ago
  30. 048ee2e af_packet: vec functions should not be used on pool by Damjan Marion · 9 years ago
  31. 334806c Add VLIB_INIT_FUNCTION() to dual-loop-skel by Dave Wallace · 9 years ago
  32. 83243a0 Add vpp native linux kernel AF_PACKET interface support by Damjan Marion · 9 years ago
  33. b8abf87 Declare node, hw_interface_class and device_class instances as external by Damjan Marion · 9 years ago
  34. 8941ec2 fix declaration of symbol of different size by Jean-Mickael Guerin · 9 years ago
  35. 966a8b8 dpdk: fix link error by Jean-Mickael Guerin · 9 years ago
  36. fe2da0e Better match vhost-user specification for live migration by Yoann Desmouceaux · 9 years ago
  37. 526b5e8 Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when by Dave Wallace · 9 years ago
  38. ac26da5 Do not use hugepages if none are available. by Stefan Kobza · 9 years ago
  39. a558425 lex - yylval undeclared by Vincent JARDIN · 9 years ago
  40. f00f91a Set hardware iface state for loopback interfaces by Pierre Pfister · 9 years ago
  41. cbf5ec3 lt-*m4 - remove auto generated files by Vincent JARDIN · 9 years ago
  42. a6a8bfd More updated match to ENIC PMD for DPDK 2.2.0 including rx path optimization. by John Lo · 9 years ago
  43. e389de7 Fix IPv6 NDP and bridge BVI and restore NDP and ARP when BVI move is changed. by Pierre Pfister · 9 years ago
  44. b1df169 Fix longstanding cleanup-flag bug by Dave Barach · 9 years ago
  45. d255a27 Packet filter control-plane API bugfix by Dave Barach · 9 years ago
  46. 00bbf27 Add sw_interface_clear_stats API call by Pavel Kotucek · 9 years ago
  47. 433688d build: fix call to mkdir by Jean-Mickael Guerin · 9 years ago
  48. 02301ef Allow dpdk linkstate and stat polling intervals to be set dynamically. by Bud Grise · 9 years ago
  49. 2375fbd Modified ioam CLI syntax to conform with other CLIs by rangan · 9 years ago
  50. 9455084 Collect per Q stats for vhost-user interface by Shesha Sreenivasamurthy · 9 years ago
  51. 8e94c2a vppinfra: remove generated config.h.in by Jean-Mickael Guerin · 9 years ago
  52. ccda178 gitignore by Maros Marsalek · 9 years ago
  53. 522e486 Add CPU detection functions by Damjan Marion · 9 years ago
  54. 196cb3d Use xxhash in map code when SSE4.2 not available by Damjan Marion · 9 years ago
  55. 01be6a0 Refuse to start if binary requires unavailable CPU extensions by Damjan Marion · 9 years ago
  56. 73f7ef8 Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. by John Lo · 9 years ago
  57. 8a33f31 Copy flags when cloning next_frames by Nikhil P Rao · 9 years ago
  58. 7e437bc Use CRC32 instruction only when build for SSE4.2 enabled platforms by Damjan Marion · 9 years ago
  59. 76f78ec Fix UDP length check for local IP/UDP lookup and error handling. by John Lo · 9 years ago
  60. 2df2e3d TAP: Jumbo-frame support. by Ole Troan · 9 years ago
  61. 287d53f Always showing DPDK physical memory on bootup by Todd Foggoa · 9 years ago
  62. 8fbd37e Add rotates to v6 worker hash to prevent SIP/DIP synchronizing. by Bud Grise · 9 years ago
  63. dc03cf4 Remove spurious call to unix_physmem_init(...) by Dave Barach · 9 years ago
  64. 98efd02 Dump DPDK physmem to stdout before allocating mbufs by Sean Hope · 9 years ago
  65. 2073cfe Add ability to filter and change MACs by Christian Dechamplain · 9 years ago
  66. 3a03598 Fix for TX and RX descriptor queue lockup by Georgi Savov · 9 years ago
  67. 679ea79 Add ability to override the interface name. by Sean Hope · 9 years ago
  68. 988a7c4 Fixed vxlan link status. by Pavel Kotucek · 9 years ago
  69. 8a4a781 -O3 warnings be gone by Dave Barach · 9 years ago
  70. 802c7fa Invert matching logic for *_uses_dpdk in build-data/packages/*.mk by Damjan Marion · 9 years ago
  71. d56a6f5 Add packet tracing hint by Bud Grise · 9 years ago
  72. 060c6fc Fixed issue with json output in vpp_api_test. by Pavel Kotucek · 9 years ago
  73. 8b4d82c Fix ENIC PMD not sending the first packet on TX. by John Lo · 9 years ago
  74. a0fac5a Fix link bonding PMD slave status polling path used by VIC ENIC driver. by John Lo · 9 years ago
  75. 308fb98 Update PowerPC (qppc) platform to build with Ubuntu cross-tools by Damjan Marion · 9 years ago
  76. e936bbe Add support for native vpp_lite (non-dpdk) platform by Damjan Marion · 9 years ago
  77. 7f62097 Move dpdk (un)format functions to separate c file by Damjan Marion · 9 years ago
  78. d9bf9ab Add support of Ethernet link bonding utilizing DPDK link bonding by John Lo · 9 years ago
  79. ebb27fb add install-dep target to toplevel Makefile by Damjan Marion · 9 years ago
  80. 1c32a89 Fix indexing error in init.c for vnet dpdk. by John Lo · 9 years ago
  81. 4667c22 Add live migration support to (non-dpdk) vhost-user driver by Yoann Desmouceaux · 9 years ago
  82. 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
  83. 9f50b0b Enable all vrings if PROTOCOL_FEATURES are not negotiated by Shesha Sreenivasamurthy · 9 years ago
  84. 9ad5adc Handle dynamic enable/disable VHOST_USER interface by Shesha Sreenivasamurthy · 9 years ago
  85. eef4d99 Few improvements in toplevel Makefile by Damjan Marion · 9 years ago
  86. e90892e Enable DPDK KNI code based on DPDK config by Damjan Marion · 9 years ago
  87. 4ee137b Fix warnings in vhost-user code with older version of DPDK by Damjan Marion · 9 years ago
  88. ca0f3b3 dpdk: fix enic pmd driver tx function by Yoann Desmouceaux · 9 years ago
  89. 84e4ffe Added MTU information to sw_interface_dump by Pavel · 9 years ago
  90. e1cfcbc Rebalance checkConnected() by Robert Varga · 9 years ago
  91. 9b7057f Handle dpdk packet_types properly by Damjan Marion · 9 years ago
  92. ef65cb0 Add custom mac address option to vhost interfaces. by Pierre Pfister · 9 years ago
  93. b44e9bc Serialize and upload the data plane node graph by Dave Barach · 9 years ago
  94. c07bf5d Per-interface, per-address-family fast packet filter by Dave Barach · 9 years ago
  95. 3c4869c dpdk: fix enic pmd driver tx function by Yoann Desmouceaux · 9 years ago
  96. 525d595 Add GDB and GDB Server to bootstrap files by Keith Burns (alagalah) · 9 years ago
  97. 328e99b Add jumbo frames support to non-dpdk vhost interfaces. by Pierre Pfister · 9 years ago
  98. ce8debf Increase number of per-cpu mheaps to 256 by Damjan Marion · 9 years ago
  99. d038637 Remove vec_sort macro by Damjan Marion · 9 years ago
  100. d8ff0e1 Show DPDK EAL cmdline args in 'show version verbose' by Damjan Marion · 9 years ago