1. ec3034c newIntArray() may fail by Robert Varga · 9 years ago
  2. 20abdd9 Compile with -Werror, so Jenkins will catch warnings by Dave Barach · 9 years ago
  3. d0f9209 Indent vppjni.c to be consistent by Robert Varga · 9 years ago
  4. 2126b35 Replace AC_PROG_LIBTOOL with LT_INIT by Dave Barach · 9 years ago
  5. e17fdb5 Add Top-Level Wrapper Makefile by Damjan Marion · 9 years ago
  6. b8f45b3 Vhost multi-q support by Shesha Sreenivasamurthy · 9 years ago
  7. 1b16953 Clean up gcc-5.2 warnings by Dave Barach · 9 years ago
  8. ba474a2 Modify hand-coded JNI function names to match refactoring of by Dave Wallace · 9 years ago
  9. 190efbc Make cleanup_rx_thread static by Robert Varga · 9 years ago
  10. 8501315 Disable EAL message spew which can easily fill /var/log by Dave Barach · 9 years ago
  11. c15cc30 Mark internal implementation functions as hidden by Robert Varga · 9 years ago
  12. ee8c0a0 SFF NSH support VXLAN GPE by Keith Burns (alagalah) · 9 years ago
  13. 5baafef Fixup symbol names in vpp-japi by Robert Varga · 9 years ago
  14. f60a822 Set vnet_buffer(b0)->sw_if_index[VLIB_TX] by Dave Barach · 9 years ago
  15. ced48e7 Cisco Discovery Protocol, initial working attempt by Dave Barach · 9 years ago
  16. 3e7deb1 Clean up per-thread elog track nomenclature. by Dave Barach · 9 years ago
  17. 5054885 DPDK patch: Add missing init of packet_type field. by Todd Foggoa · 9 years ago
  18. a9dc8c9 DPDK patch: Allow applications to override rte_delay_us() by Todd Foggoa · 9 years ago
  19. 1d8dd70 DPDK patch: Fix a crash in igb_uio driver when the device is removed. by Todd Foggoa · 9 years ago
  20. 4b12b3c CLI: If an error happens on the socket being polled, then the CLI by Ole Troan · 9 years ago
  21. efe710f Remove redundant apt-get install of dkms and debhelper. by Dave Wallace · 9 years ago
  22. d255ee1 Change non-default route ethernet interfaces state to down so VPP will use them. by Dave Wallace · 9 years ago
  23. 9de836c dpdk_buffer.c: Honor clone_count even when there isn't a freelist handler by Kevin Paul Herbert · 9 years ago
  24. 078bc56 ip[46].h: Remove tcp reference by Kevin Paul Herbert · 9 years ago
  25. 31a879a p1.c: Remove log() symbol by Kevin Paul Herbert · 9 years ago
  26. 1c11311 Need to include symbolic links in the lib package: libXXX.so, libXXX.so.0 by Dave Barach · 9 years ago
  27. eeee9e2 Switched vagrant for ~/git/vpp to /vpp by Ed Warnicke · 9 years ago
  28. c28b474 Enabled CCACHE_DIR to be set by ENV Variable by Ed Warnicke · 9 years ago
  29. f1bb047 Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms by Dave Barach · 9 years ago
  30. b10277d Enable ganglia module integration build by Dave Barach · 9 years ago
  31. 0bcc9d5 Tracing enhancements. by Bud Grise · 9 years ago
  32. cfe0724 Use per-thread vlib_main by Shesha Sreenivasamurthy · 9 years ago
  33. 4189c17 Set the thread name for the stats thread if a thread name prefix is given. by Todd Foggoa · 9 years ago
  34. a28f44b Zero the interface template before using it. by Todd Foggoa · 9 years ago
  35. eec5a51 Change default dpdk version to 2.2 by Damjan Marion · 9 years ago
  36. b66dcfb p1.c: Add symbols useful to IP protocol modules by Kevin Paul Herbert · 9 years ago
  37. aed4d03 remove igb_uio static pci id table patch, use new_id for all NICs by Damjan Marion · 9 years ago
  38. a2f0d74 Changed key of NSH VXLAN tunnel. by Keith Burns (alagalah) · 9 years ago
  39. 7a224a0 Free the temporary vector by Robert Varga · 9 years ago
  40. 427ce22 Do not copy data twice in swInterfaceDump() by Robert Varga · 9 years ago
  41. 7457422 Add a vpp-dpdk-dev package, enable plugins to use dpdk APIs directly by Dave Barach · 9 years ago
  42. 67ba3be Refactor vpp-japi by Robert Varga · 9 years ago
  43. d5201c8 Changes to Centos bootstrap to remove ~/git/vpp if it exists before attempting clone by Keith Burns (alagalah) · 9 years ago
  44. f5a857d Vagrantfile doesn't rm git/vpp and vagrant reload --provision by Keith Burns (alagalah) · 9 years ago
  45. 004da76 Make public fields final where possible by Robert Varga · 9 years ago
  46. 52a3a4d Add a copyright header by Robert Varga · 9 years ago
  47. 3e74a8c Git ignore additions by Keith Burns (alagalah) · 9 years ago
  48. 81d99ac Cache jclass/jmethodID/jfieldID references by Robert Varga · 9 years ago
  49. 3142430 Add JAVA_HOME includes to vppjni build by Robert Varga · 9 years ago
  50. fc659e7 Rationalize metric names. by Dave Barach · 9 years ago
  51. ec21e13 Remove unused tcp.h by Kevin Paul Herbert · 9 years ago
  52. c23f7bc vpp metrics upload via gmond plugin by Dave Barach · 9 years ago
  53. 2068e98 Enable Chelsio T5 support by Damjan Marion · 9 years ago
  54. 8f9e7d4 Remove vestigal TCP implementation by Kevin Paul Herbert · 9 years ago
  55. dac3fd4 vnet: Add field for transmit time by Kevin Paul Herbert · 9 years ago
  56. 63a814d Warnings be gone. by Dave Barach · 9 years ago
  57. da8d445 dpdk_buffer.c: Ensure that the mbuf reference count is as expected by Kevin Paul Herbert · 9 years ago
  58. cf121e3 ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issues by Kevin Paul Herbert · 9 years ago
  59. c42508d Allow CCACHE_DIR to be overridden, e.g. from .../build-root/build-config.mk by Dave Barach · 9 years ago
  60. f46b7e6 Fix l2output error-drop next node index by Damjan Marion · 9 years ago
  61. aa67d61 Print worker thread name as a c-string, not a vector. Otherwise, the by Dave Barach · 9 years ago
  62. a67c418 Fix vppctl to cope with vpe -> vpp transition by Ed Warnicke · 9 years ago
  63. 9917623 Remove vpp-japi/m4/libtool.m4 by Ed Warnicke · 9 years ago
  64. c5d4dc7 Set the ssvm_ethernet interface pid. Otherwise, the recursive lock by Dave Barach · 9 years ago
  65. 014bdeb Small fix for vppctl by Ed Warnicke · 9 years ago
  66. 1f8aeb9 MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass. by Ole Troan · 9 years ago
  67. 0d4ffcd MAP: Fix handling of jumbo frames. by Ole Troan · 9 years ago
  68. 0e5e3c3 Fix rpm packaging bit-rot by Dave Barach · 9 years ago
  69. 309bef2 Enable shared-VM namespace support by Dave Barach · 9 years ago
  70. 61efa14 aarch64 CPU arch / ThunderX platform initial support by Dave Barach · 9 years ago
  71. bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
  72. 08ff7e0 Rename vpe binary name to avoid collision with latex by Damjan Marion · 9 years ago
  73. 13056f9 Merge "Enhance and fix packet trace for IP forwarding as follows: 1. Add fib index to IP6 forwarding trace. 2. Display adjacency index in IP forwarding trace. 3. Fix adjacency display for L3 to L2 forwarding such as BVI and VXLAN tunnel decap. 4. Setup VXLAN tunnel fib index properly for packet trace." by Dave Barach · 9 years ago
  74. 1549b61 Merge "Revert "Reenable debug cli telnet listener"" by Dave Barach · 9 years ago
  75. 2eb3492 Merge "Fix bitmap list parsing" by Dave Barach · 9 years ago
  76. 93d4675 Revert "Reenable debug cli telnet listener" by Ed Warnicke · 9 years ago
  77. 2d34374 Enhance and fix packet trace for IP forwarding as follows: by John Lo · 9 years ago
  78. 52372b6 Merge "Reenable debug cli telnet listener" by Damjan Marion · 9 years ago
  79. 8a75906 Merge "Shell script to run the emacs-skeleton plugin boilerplate generator" by Damjan Marion · 9 years ago
  80. f5dae76 Shell script to run the emacs-skeleton plugin boilerplate generator by Dave Barach · 9 years ago
  81. 2bc1eba Clean up comment by Dave Barach · 9 years ago
  82. 75d1f24 Fix bitmap list parsing by Damjan Marion · 9 years ago
  83. 7471c6d Enabled vppctl to provide an interactive shell by Ed Warnicke · 9 years ago
  84. 46e88fe Merge "Temporary remove inlines to unbreak compilation with GCC 5" by Damjan Marion · 9 years ago
  85. 7bdedad Temporary remove inlines to unbreak compilation with GCC 5 by Damjan Marion · 9 years ago
  86. 1d3be19 build - Vagrant template to get more emulated PCI NICs by Vincent JARDIN · 9 years ago
  87. 36de038 MAP: Updated rules generation script. by Ole Troan · 9 years ago
  88. 49be7f0 hw0 used without initialization in when DPDK is undefined by Shesha Sreenivasamurthy · 9 years ago
  89. b1ee7bd Merge "Avoid crash in vhost-user driver when running multithreaded" by Damjan Marion · 9 years ago
  90. 9fb8755 Dual loop decrement TTL. Outer fragmentation. ICMP PMTUD. Add DF ignore knob. by Ole Troan · 9 years ago
  91. 92eade1 Added ICMP4 error node. by Ole Troan · 9 years ago
  92. 413b0dd Fix gitreview to fd.io by Ed Warnicke · 9 years ago
  93. 920ecc2 Avoid crash in vhost-user driver when running multithreaded by Damjan Marion · 9 years ago
  94. 3b566bb Fix vagrant grub issue with ubuntu & virtualbox by Matt Johnson · 9 years ago
  95. cda9482 - ICMP6: Add generic ICMP6 error node. Caller sets code/type fields. by Ole Troan · 9 years ago
  96. 9c76c1f Reenable debug cli telnet listener by Dave Barach · 9 years ago
  97. 366ac6e MAP: Decrement TTL of payload IPv4 packet. by Ole Troan · 9 years ago
  98. 1bc56f7 Merge "Fix dual loop >= 4. Fix format specified for printing u64 counter." by Ole Troan · 9 years ago
  99. ec1a579 Merge "Warning be gone." by Dave Barach · 9 years ago
  100. a5d2c70 Fix dual loop >= 4. Fix format specified for printing u64 counter. by Ole Troan · 9 years ago