1. 4a71314 Fix an issue in format_vxlan_gpe_tunnel by Hongjun Ni · 9 years ago
  2. b4d8927 Native VPP driver for Intel Niantic family of NICs by Damjan Marion · 9 years ago
  3. e3eefff Move rte_delay_us_override so it overrides DPDK by Todd Foggoa · 9 years ago
  4. 78ea9c2 VPP-81: Print interface name after creating an interface with CLI by Pierre Pfister · 9 years ago
  5. 53f09e3 Add LISP RTR support by Filip Tehlar · 9 years ago
  6. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  7. 82e29c4 Add netmap API by Matus Fabian · 9 years ago
  8. 5a206ea Rework of the old PCI code by Damjan Marion · 9 years ago
  9. 95c8415 dpdk/build - 32bits compilation by Christophe Fontaine · 9 years ago
  10. 144a90f dpdk/init - Add compatibility to non numa architecture by Christophe Fontaine · 9 years ago
  11. 2df2e99 Fix output feature issue where opque field is already used by previous node by Damjan Marion · 9 years ago
  12. e7a40e8 VPP-61 Patch2/2 Removing NSH from VPP for move to NSH_SFC by Keith Burns (alagalah) · 9 years ago
  13. 72a7ded VPP-61 Patch1/2 - Remove NSH from VPP by Keith Burns (alagalah) · 9 years ago
  14. 65fcd4d Add configure policer API by Matus Fabian · 9 years ago
  15. 6b70c21 VPP-68: L2 Rewrite: Support for chained classify tables by Pierre Pfister · 9 years ago
  16. 530bd8e VPP-69: Create fib or bridge domain with arbitrary ID by Pierre Pfister · 9 years ago
  17. 195bcee ONE-13: Add CLI/API for LISP static remote mappings by Filip Tehlar · 9 years ago
  18. 7e55d36 VPP-63: clean up config scripts, remove specific hostnames by Dave Barach · 9 years ago
  19. ddfafb8 ONE-7: Fix map-request encapsulation by Florin Coras · 9 years ago
  20. 94b1442 VPP43 - NSH refactoring: Added nsh-map nodes by Keith Burns (alagalah) · 9 years ago
  21. 3e53fc5 ONE-11: Fix bugs in LISP API by Andrej Kozemcak · 9 years ago
  22. e6250e0 ONE-9: Fix clang build errors by Florin Coras · 9 years ago
  23. bd92de5 ONE-8: Fix adj signature issues by Florin Coras · 9 years ago
  24. 215104e ONE-6: dp is not programmed when re-enabling LISP by Filip Tehlar · 9 years ago
  25. 46d4e36 ONE-4: Add LISP enable/disable API/CLI by Filip Tehlar · 9 years ago
  26. 686a5a5 ONE-3: Delete dst route when src fib is empty by Florin Coras · 9 years ago
  27. 05866a1 VPP-44: iOAM service and path verification using shamir's secret sharing by Shwetha Bhandari · 9 years ago
  28. ed09a05 ONE-5: Remove unused vnet_lisp_gpe_add_del_tunnel API by Florin Coras · 9 years ago
  29. 7164900 VPP-45 Fix crash when GRE packet received on new i/f by Chris Luke · 9 years ago
  30. 393490e VPP-34 GRE traffic blackholes in encap direction by Chris Luke · 9 years ago
  31. 7ae717d Check IP adj_index to make sure it is valid to prevent possible crash by John Lo · 9 years ago
  32. 4e0fcd7 Fix vpp_lite build caused by missing definition of unlikely macro by Damjan Marion · 9 years ago
  33. a9edd85 ONE-2: Add new LISP dump API for lisp gpe by Andrej Kozemcak · 9 years ago
  34. fdff1e6 VPP-39 - refactoring of NSH into own folder by Keith Burns (alagalah) · 9 years ago
  35. 8f15e92 NETMAP: Some fixes by Mohsin Kazmi · 9 years ago
  36. 29d8510 VPP-42: VPP crashes in IPsec code when running multithreaded by Matthew Smith · 9 years ago
  37. d06f1b7 VPP-15 Add decap-next for nsh-gre tunnel short_help by Hongjun Ni · 9 years ago
  38. d91b22f VPP-15 Add ethernet support for nsh-gre's decap-next by Hongjun Ni · 9 years ago
  39. c7e91e4 Small fixes to lisp-gpe header and decap by Florin Coras · 9 years ago
  40. 633134b VPP-31 Fix linker issue with new sr-replicate by Chris Luke · 9 years ago
  41. 21c33bb VPP-30 sr_replicate requires DPDK by Keith Burns (alagalah) · 9 years ago
  42. d85036f HONEYCOMB-10: jVpp - the new java API. C code and jar file generation by Marek Gradzki · 9 years ago
  43. 50038d1 Netmap: typo correct by Mohsin Kazmi · 9 years ago
  44. 52fc44d IP6 SR multicast replicator by Keith Burns (alagalah) · 9 years ago
  45. 7ef6d5b Fix use of vni throughout lisp code by Florin Coras · 9 years ago
  46. aca64c9 Add indirect next hop support by Damjan Marion · 9 years ago
  47. 7deadac Remove unused variable in lisp decap by Florin Coras · 9 years ago
  48. 27fe48f VPP-25 Add API for GRE tunnel create/delete/show. by Chris Luke · 9 years ago
  49. 210bfc8 Fix ip-udp encap checksum for ip6 by Florin Coras · 9 years ago
  50. 1a64ab9 Fix ip4 address formatting in the show ip fib ouptut by Damjan Marion · 9 years ago
  51. 6caec3d Improve performance of dpdk-vhost driver by Shesha Sreenivasamurthy · 9 years ago
  52. daf1419 Add TX statistics for nsh-gre tunnel by Hongjun Ni · 9 years ago
  53. 329e7d5 Add RX statistics for nsh-gre tunnel by Hongjun Ni · 9 years ago
  54. 6337ab7 Fix decap-next for ethernet format in nsh-vxlan-gpe by Hongjun Ni · 9 years ago
  55. beceab9 Add support for LCAF Instance ID by Filip Tehlar · 9 years ago
  56. 02655bd Add lisp-gpe ip6 data-plane support by Florin Coras · 9 years ago
  57. 848191d Clean up per-thread mheap setup. by Dave Barach · 9 years ago
  58. 499929d LISP IPv6 control support, create IPv6 header by Andrej Kozemcak · 9 years ago
  59. 99cb335 VXLAN over IPv6. by Chris Luke · 9 years ago
  60. 1589576 Fix bug that prevented packet trace from working on multicore by Bud Grise · 9 years ago
  61. 07aecbb Add ability to set l2_mode_noprot by Christian Dechamplain (cdechamp) · 9 years ago
  62. e0ef46b Add histogram to frame queue tracing by Bud Grise · 9 years ago
  63. 194ebc5 Track number of ethernet vlans in a frame by Chris Luke · 9 years ago
  64. 81d381c Fix Bug VPP-22 by Florin Coras · 9 years ago
  65. 1c9f6ce Increase the trace bufffer size by Chris Luke · 9 years ago
  66. 2a00d17 Remove historical artifacts from vnet/buffer.h by Dave Barach · 9 years ago
  67. ae65f5b VPP-18: Creating tap interface through API broken. Fixed and removed duplicate code by CLI to create TAPs. by Ole Troan · 9 years ago
  68. 644ec43 Fix pcap trace capture crash for packets > 512 bytes by John Lo · 9 years ago
  69. 0666dc4 Live VM migration support for vhost-user by Shesha Sreenivasamurthy · 9 years ago
  70. 6b1d7c5 Make automake silent rules default by Damjan Marion · 9 years ago
  71. f2ba9aa MTU: set interface mtu tap by Mohsin Kazmi · 9 years ago
  72. e39a7b8 Fix compile errors reported by clang by Damjan Marion · 9 years ago
  73. 1dabaaf Port glean neighbor entry support to IPv6 by Pierre Pfister · 9 years ago
  74. 0371807 Fix decap's second-loop failure issue within nsh-vxlan-gpe by Hongjun Ni · 9 years ago
  75. 350dc1c Put back VMXNET3 driver init for DPDK 2.2.0 or older versions by John Lo · 9 years ago
  76. 423f723 Disable TSO/CSUM offloading by Shesha Sreenivasamurthy · 9 years ago
  77. cbdd897 Fix vpp crash in DBG mode by Shesha Sreenivasamurthy · 9 years ago
  78. 108c731 Add native NETMAP driver by Damjan Marion · 9 years ago
  79. a30d40d Add APIs to access dpdk information by Todd Foggoa (tfoggoa) · 9 years ago
  80. 2acdb58 Change ethernet's result within unformat_decap_next by Hongjun Ni · 9 years ago
  81. 577c355 Convert lisp-gpe encap to interface tx node by Florin Coras · 9 years ago
  82. 405e41b Improve mechanism for using loopback interface as BVI for BDs by John Lo · 9 years ago
  83. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  84. daede64 Fix duplicate free by Dave Barach · 9 years ago
  85. ae60526 Use memory from other CPU sockets if there is no local by Damjan Marion · 9 years ago
  86. e5055d2 Allow L3 forwarded jumbo packets on Bonded Interfaces by John Lo · 9 years ago
  87. 6855f6c Python-API: Inital commit of Python bindings for the VPP API. by Ole Troan · 9 years ago
  88. 633951c delete loopback interface cli by Alpesh S. Patel · 9 years ago
  89. c02f02d Cleaned up formatting in device.c - no functionality changes. by Keith Burns (alagalah) · 9 years ago
  90. 514f651 Change from nsh-encap to nsh-vxlan-gpe within nsh vxlan tunnel's short_help by Hongjun Ni · 9 years ago
  91. 8358ff9 Move "ethernet" debug cli commands to "set interface" by Damjan Marion · 9 years ago
  92. a4f16a0 Add API to get the dpdk interface stats delta. by Sean Hope · 9 years ago
  93. fef15b4 Add support for AArch32 by Christophe Fontaine · 9 years ago
  94. 7a2a378 dpdk socket-mem handling optimizations by Damjan Marion · 9 years ago
  95. f5bf6dd Using classifier/ACL from now on. Changes pertaining to that. by rangan · 9 years ago
  96. 007622c af_packet: clear bitmap entries when processing input by Peter Lei · 9 years ago
  97. 595395d Took care of code review comments. Extended the fix to other files. by rangan · 9 years ago
  98. b92feb6 Add LISP API by Andrej Kozemcak · 9 years ago
  99. a42cd34 Rework of DPDK PCI device uio driver binding process by Damjan Marion · 9 years ago
  100. 550b5f6 Init rte_mbuf length fields in af_packet driver by Damjan Marion · 9 years ago