1. 13f3c45 Support per-interface packet rx redirection by Dave Barach · 9 years ago
  2. f1bd8be Move classify_table_index under the union by Damjan Marion · 9 years ago
  3. b2ef4dd Adjacency allocator by Dave Barach · 9 years ago
  4. a69318b Increment MRU if hardware supports CRC stripping by Jurek Matuszewski · 9 years ago
  5. ad8b472 Allow vlans to be programmed on 40GE VF interfaces by Todd Foggoa (tfoggoa) · 9 years ago
  6. 4b9fb50 Mark some show commands as mp safe by Todd Foggoa (tfoggoa) · 9 years ago
  7. 20a64f5 iOAM trace configuration APIs by Shwetha · 9 years ago
  8. 1901020 Use rte_mempool private data for storing vlib_buffer_t by Damjan Marion · 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. e2efece Fix L2 flood packet replication interaction with VXLAN-tunnel by John Lo · 9 years ago
  12. d90df18 Add dpdk vmxnet3 driver patch and init.c change to allow jumbo packets by John Lo · 9 years ago
  13. 3a8f32b tapcli: Receive vector of packets and memory leak fix by Pierre Pfister · 9 years ago
  14. d562096 Unbreak build on gcc-5 by Damjan Marion · 9 years ago
  15. f39ff74 vnet classifier debug CLI enhancements by Dave Barach · 9 years ago
  16. 4f81085 * Added support to configure trace type as a by rangan · 9 years ago
  17. acf0872 cosmetic: indent code by Dave Barach · 9 years ago
  18. a0005dc Add llc_init in osi_init to ensure init order dependency by Nagaprabhanjan Bellari · 9 years ago
  19. cb65630 vnet_classify: Handle non-aligned vectors and various bugfixes by Pierre Pfister · 9 years ago
  20. dbf19ca Make adjacencies shareable by Dave Barach · 9 years ago
  21. 4ea4ecd Bring back p1.c so plugins can see DPDK symbols by Todd Foggoa · 9 years ago
  22. aaf2acd Don't stop binding pci device if write to new_id fails by Damjan Marion · 9 years ago
  23. 048ee2e af_packet: vec functions should not be used on pool by Damjan Marion · 9 years ago
  24. 83243a0 Add vpp native linux kernel AF_PACKET interface support by Damjan Marion · 9 years ago
  25. b8abf87 Declare node, hw_interface_class and device_class instances as external by Damjan Marion · 9 years ago
  26. 8941ec2 fix declaration of symbol of different size by Jean-Mickael Guerin · 9 years ago
  27. fe2da0e Better match vhost-user specification for live migration by Yoann Desmouceaux · 9 years ago
  28. ac26da5 Do not use hugepages if none are available. by Stefan Kobza · 9 years ago
  29. f00f91a Set hardware iface state for loopback interfaces by Pierre Pfister · 9 years ago
  30. e389de7 Fix IPv6 NDP and bridge BVI and restore NDP and ARP when BVI move is changed. by Pierre Pfister · 9 years ago
  31. b1df169 Fix longstanding cleanup-flag bug by Dave Barach · 9 years ago
  32. d255a27 Packet filter control-plane API bugfix by Dave Barach · 9 years ago
  33. 02301ef Allow dpdk linkstate and stat polling intervals to be set dynamically. by Bud Grise · 9 years ago
  34. 2375fbd Modified ioam CLI syntax to conform with other CLIs by rangan · 9 years ago
  35. 9455084 Collect per Q stats for vhost-user interface by Shesha Sreenivasamurthy · 9 years ago
  36. 196cb3d Use xxhash in map code when SSE4.2 not available by Damjan Marion · 9 years ago
  37. 73f7ef8 Change default L3 MTU to allow jumbo packets for non-DPDK interfaces. by John Lo · 9 years ago
  38. 76f78ec Fix UDP length check for local IP/UDP lookup and error handling. by John Lo · 9 years ago
  39. 2df2e3d TAP: Jumbo-frame support. by Ole Troan · 9 years ago
  40. 287d53f Always showing DPDK physical memory on bootup by Todd Foggoa · 9 years ago
  41. 8fbd37e Add rotates to v6 worker hash to prevent SIP/DIP synchronizing. by Bud Grise · 9 years ago
  42. dc03cf4 Remove spurious call to unix_physmem_init(...) by Dave Barach · 9 years ago
  43. 98efd02 Dump DPDK physmem to stdout before allocating mbufs by Sean Hope · 9 years ago
  44. 2073cfe Add ability to filter and change MACs by Christian Dechamplain · 9 years ago
  45. 3a03598 Fix for TX and RX descriptor queue lockup by Georgi Savov · 9 years ago
  46. 679ea79 Add ability to override the interface name. by Sean Hope · 9 years ago
  47. 988a7c4 Fixed vxlan link status. by Pavel Kotucek · 9 years ago
  48. 8a4a781 -O3 warnings be gone 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. 7f62097 Move dpdk (un)format functions to separate c file by Damjan Marion · 9 years ago
  52. d9bf9ab Add support of Ethernet link bonding utilizing DPDK link bonding by John Lo · 9 years ago
  53. 1c32a89 Fix indexing error in init.c for vnet dpdk. by John Lo · 9 years ago
  54. 4667c22 Add live migration support to (non-dpdk) vhost-user driver by Yoann Desmouceaux · 9 years ago
  55. 1f49ed6 Link the vpp application against libvnet.so, not libvnet.a by Dave Barach · 9 years ago
  56. 9f50b0b Enable all vrings if PROTOCOL_FEATURES are not negotiated by Shesha Sreenivasamurthy · 9 years ago
  57. 9ad5adc Handle dynamic enable/disable VHOST_USER interface by Shesha Sreenivasamurthy · 9 years ago
  58. e90892e Enable DPDK KNI code based on DPDK config by Damjan Marion · 9 years ago
  59. 4ee137b Fix warnings in vhost-user code with older version of DPDK by Damjan Marion · 9 years ago
  60. 9b7057f Handle dpdk packet_types properly by Damjan Marion · 9 years ago
  61. ef65cb0 Add custom mac address option to vhost interfaces. by Pierre Pfister · 9 years ago
  62. c07bf5d Per-interface, per-address-family fast packet filter by Dave Barach · 9 years ago
  63. 328e99b Add jumbo frames support to non-dpdk vhost interfaces. by Pierre Pfister · 9 years ago
  64. d8ff0e1 Show DPDK EAL cmdline args in 'show version verbose' by Damjan Marion · 9 years ago
  65. d81566f Disable for-us udp/tcp checksum validation by default by Dave Barach · 9 years ago
  66. 85cdbd0 Implement multiple TX queue sharing by Damjan Marion · 9 years ago
  67. cb46684 Fix ARP show exception when not ARP entries as found. by Keith Wiles · 9 years ago
  68. 3640d53 Pull in some additional symbols that may be needed by plugins. by Josh Gahm · 9 years ago
  69. 14a44d3 Use vppinfra bitmap for dpdk coremask by Damjan Marion · 9 years ago
  70. 20abdd9 Compile with -Werror, so Jenkins will catch warnings by Dave Barach · 9 years ago
  71. 2126b35 Replace AC_PROG_LIBTOOL with LT_INIT by Dave Barach · 9 years ago
  72. b8f45b3 Vhost multi-q support by Shesha Sreenivasamurthy · 9 years ago
  73. 1b16953 Clean up gcc-5.2 warnings by Dave Barach · 9 years ago
  74. ee8c0a0 SFF NSH support VXLAN GPE by Keith Burns (alagalah) · 9 years ago
  75. f60a822 Set vnet_buffer(b0)->sw_if_index[VLIB_TX] by Dave Barach · 9 years ago
  76. ced48e7 Cisco Discovery Protocol, initial working attempt by Dave Barach · 9 years ago
  77. 078bc56 ip[46].h: Remove tcp reference by Kevin Paul Herbert · 9 years ago
  78. 31a879a p1.c: Remove log() symbol by Kevin Paul Herbert · 9 years ago
  79. cfe0724 Use per-thread vlib_main by Shesha Sreenivasamurthy · 9 years ago
  80. b66dcfb p1.c: Add symbols useful to IP protocol modules by Kevin Paul Herbert · 9 years ago
  81. aed4d03 remove igb_uio static pci id table patch, use new_id for all NICs by Damjan Marion · 9 years ago
  82. a2f0d74 Changed key of NSH VXLAN tunnel. by Keith Burns (alagalah) · 9 years ago
  83. ec21e13 Remove unused tcp.h by Kevin Paul Herbert · 9 years ago
  84. 2068e98 Enable Chelsio T5 support by Damjan Marion · 9 years ago
  85. 8f9e7d4 Remove vestigal TCP implementation by Kevin Paul Herbert · 9 years ago
  86. dac3fd4 vnet: Add field for transmit time by Kevin Paul Herbert · 9 years ago
  87. cf121e3 ip_checksum.c: Fixes for ip_csum_and_memcpy() alignment issues by Kevin Paul Herbert · 9 years ago
  88. f46b7e6 Fix l2output error-drop next node index by Damjan Marion · 9 years ago
  89. c5d4dc7 Set the ssvm_ethernet interface pid. Otherwise, the recursive lock by Dave Barach · 9 years ago
  90. 1f8aeb9 MAP: Ensure fragmented packets get from ip4_map to ip4_map_reass. by Ole Troan · 9 years ago
  91. 0d4ffcd MAP: Fix handling of jumbo frames. by Ole Troan · 9 years ago
  92. 61efa14 aarch64 CPU arch / ThunderX platform initial support by Dave Barach · 9 years ago
  93. bfdedbd PowerPC64-be arch support. Qemu ("qppc") platform support. by Dave Barach · 9 years ago
  94. 08ff7e0 Rename vpe binary name to avoid collision with latex by Damjan Marion · 9 years ago
  95. 2d34374 Enhance and fix packet trace for IP forwarding as follows: by John Lo · 9 years ago
  96. 7bdedad Temporary remove inlines to unbreak compilation with GCC 5 by Damjan Marion · 9 years ago
  97. 36de038 MAP: Updated rules generation script. by Ole Troan · 9 years ago
  98. 49be7f0 hw0 used without initialization in when DPDK is undefined by Shesha Sreenivasamurthy · 9 years ago
  99. b1ee7bd Merge "Avoid crash in vhost-user driver when running multithreaded" by Damjan Marion · 9 years ago
  100. 9fb8755 Dual loop decrement TTL. Outer fragmentation. ICMP PMTUD. Add DF ignore knob. by Ole Troan · 9 years ago