1. 5643170 dpdk: use flags for identifying interface types by Damjan Marion · 8 years ago
  2. b94bdad Use SSE instructions for matching tagged frames by ethertype by Damjan Marion · 8 years ago
  3. 48a9a54 VPP-419 add thread-safety to LLDP feature by Klement Sekera · 8 years ago
  4. f298ecf fd closed twice by Eyal Bari · 8 years ago
  5. 2d085d9 VPP-282: Document changes for vnet/vnet/ethernet by Billy McFall · 8 years ago
  6. e83b7d5 vhost-user: announce VIRTIO_F_VERSION_1 by Damjan Marion · 8 years ago
  7. 5ccbaa9 Add structure to some of the documentation; VPP-223 by Chris Luke · 8 years ago
  8. a8cd309 Add support for transparent ethernet bridging to GRE by David Hotham · 8 years ago
  9. 16b7aaa Cloned buffer refcount was set to 0 by Christophe Fontaine · 8 years ago
  10. c5d9cda VPP-306: Document changes for vnet/vnet/vxlan by Billy McFall · 8 years ago
  11. 5164086 VPP-407 fix coverity warning by Klement Sekera · 8 years ago
  12. acfb47d VPP-408: fix coverity warning in run_ping_ip46_address() by Andrew Yourtchenko · 8 years ago
  13. 698b952 VPP-404: IKEv2 profile auth rsa-sig cert-file fixed by Matus Fabian · 8 years ago
  14. dd93103 l2_output: reset bit after mapping is created by Damjan Marion · 8 years ago
  15. de4582b VPP-344 Add LLDP feature by Klement Sekera · 8 years ago
  16. 7e68220 Implement IPv6/IPv4 ping. by Andrew Yourtchenko · 8 years ago
  17. 6144802 Add some help into startup.conf by Damjan Marion · 8 years ago
  18. ff0bf13 VPP-292 Document vnet/vnet/lisp-gpe by Florin Coras · 8 years ago
  19. c5bb0d6 VPP-376: Refactor LISP dump API + VAT by Filip Tehlar · 8 years ago
  20. 22aa3e9 VPP-288: Documentation changes via doxygen for vnet/vnet/l2. by Billy McFall · 8 years ago
  21. 96eefd4 MAP: Doxyfying CLI macros - VPP-165 by Ole Troan · 8 years ago
  22. 553f6bd af_packet: allocate per-worker list of free buffers by Damjan Marion · 8 years ago
  23. 2cee01d VPP-392 properly pass flags from vnet_hw_interface_set_flags_helper to by Klement Sekera · 8 years ago
  24. 6ef7bb9 Move CLI examples from wiki to code - VPP-165 by Keith Burns (alagalah) · 8 years ago
  25. 24648ad Fix bugs in IPFIX code discovered by coverity by Juraj Sloboda · 8 years ago
  26. fb28e9a VPP-388 Improve IP header lookup in ipsec_output by Florin Coras · 8 years ago
  27. bf1fa7f Fix MTU size for the bonded interface by Steve Shin · 8 years ago
  28. 5539a07 VPP-387: Fixed ipsec-input trace by Matus Fabian · 8 years ago
  29. ba1d046 Vhost-User: Implement Indirect Descriptors by Pierre Pfister · 8 years ago
  30. ffa652a VPP-204 Rework and finish IPFIX implementation by Juraj Sloboda · 8 years ago
  31. d4024f5 VPP-346 More VPP doc fixes by Chris Luke · 8 years ago
  32. 7394b5b Add packet/byte count output tx stats to tunap interface by John Lo · 8 years ago
  33. 07d2f84 Move iOAM Trace as a plugin by Vengada Govindan · 8 years ago
  34. 5a1c11b VPP-386 Fix map-server output in lisp-cp-lookup trace by Florin Coras · 8 years ago
  35. 73c0110 IPsec speculative enqueue in exception path, fixes VPP-384 by Sergio Gonzalez Monroy · 8 years ago
  36. df9d3bc VPP-385: Fix ARP for indirect adjacencies by Florin Coras · 8 years ago
  37. 5290124 Fix for invalid check of SPARSE_VEC_INVALID_INDEX by Alex Popovsky · 8 years ago
  38. 87a0d77 Clean-up unused context arrays in UDP and GRE nodes by Alex Popovsky · 8 years ago
  39. 16bcf7d VPP-346 A swathe of doc fixes by Chris Luke · 8 years ago
  40. b84a3e5 VPP-369 Add an L2 output classification feature by Dave Barach · 8 years ago
  41. 1edfba9 VPP-358: Add IPv6 ND Event Notification and Termination by John Lo · 8 years ago
  42. 7214cf1 VPP-303 - Documentation changes for vnet/vnet/sr by Keith Burns (alagalah) · 8 years ago
  43. d85590a VPP-240: delete subinterface by Pavel Kotucek · 8 years ago
  44. cb9f3d7 VPP-361: Memory leak on delete of VXLAN over IPv6 tunnel by John Lo · 8 years ago
  45. ed47b4c VPP-360 Allow L2 classify to use dynamic graph arcs by Dave Barach · 8 years ago
  46. d575e69 VPP-310 Mapping algorithm compute wrong ea-bits by Ole Troan · 8 years ago
  47. d46cca1 VPP-307: Documentation for vnet/vnet/vxlan-gpe by Keith Burns (alagalah) · 8 years ago
  48. 35f9daa VPP-357 Fix vni for LISP fwd entry removals by Florin Coras · 8 years ago
  49. 07203af VPP-305: Documentation for vnet/vnet/unix by Keith Burns (alagalah) · 8 years ago
  50. c068179 VPP-329: Add L2 support to lisp_eid_table_map_dump by Filip Tehlar · 8 years ago
  51. cc6ca88 VPP-271: Coding style cleanup vnet/vnet/snap by Calvin Ference · 8 years ago
  52. c7493e1 Save rewrite length for post-rewrite rewind action by Dave Barach · 8 years ago
  53. 4fe2291 Fix vxlan-gpe next protocol value by Yi Yang · 8 years ago
  54. 07e7eab VPP-228 VPP-326: MAP: Adding additional API/CLI input parameter checks. by Ole Troan · 8 years ago
  55. 082b39d Fix ip6-rewrite drops when no feature is configured by AkshayaNadahalli · 8 years ago
  56. 8d281b3 Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, VPP-349 by Damjan Marion · 8 years ago
  57. 151fb72 VPP-262: Coding standards cleanup vnet/vnet/llc by Calvin · 8 years ago
  58. 6d5bfb6 VPP-346 Document the ip feature registration scheme by Dave Barach · 8 years ago
  59. b1b1a14 Fix PCI vendor_id/device_id detection for SR-IOV devices by Damjan Marion · 8 years ago
  60. 3cd9e73 VPP-342: Don't allow remote mapping to overwrite local or static mapping by Filip Tehlar · 8 years ago
  61. b28e498 dpdk: Remove obsolete VMXNET3 driver start/stop workaround by Damjan Marion · 8 years ago
  62. 71e97c6 VPP-267: Style cleanup for vnet/vnet/pg by Calvin · 8 years ago
  63. aba0fe4 VPP-270: Code style cleanup for vnet/vnet/ppp by Calvin · 8 years ago
  64. a91cbe6 Raw export of IP6 packet with iOAM metadata by Shwetha · 8 years ago
  65. 5331c72 VPP-337 Add per interface IN filtering by Dave Barach · 8 years ago
  66. 5e15c91 vhost-user: unmap previously configured memory if necessary by Steve Shin · 8 years ago
  67. 82a7af9 tuntap_rx modification to handle jumbo packets ( > 2K bytes) by Steve Shin · 8 years ago
  68. 694265d VPP-202: L2-GRE over IPSec by Matus Fabian · 8 years ago v16.12-rc0
  69. 00a9dca Coding standards cleanup in vnet/vnet/devices, fixes VPP-248 by Damjan Marion · 8 years ago
  70. 220beac VPP-261 Coding standards cleanup - vnet/vnet/lisp-gpe by Florin Coras · 8 years ago
  71. a2157cf VPP-260 Coding standards cleanup - vnet/vnet/lisp-cp by Florin Coras · 8 years ago
  72. 3f54b18 Fix coverity issues in IPSec code, fixes VPP-189 by Damjan Marion · 8 years ago
  73. 607de1a Coding standards cleanup - remove trailing whitespace, fixes VPP-332 by Damjan Marion · 8 years ago
  74. 2566567 Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248 by Damjan Marion · 8 years ago
  75. f4691cd VPP-330 Track pending map-requests with a fifo by Florin Coras · 8 years ago
  76. ee275a7 VPP-258: Style change for l2tp by Calvin · 8 years ago
  77. b022cd1 Fix coverity issues in DPDK code, fixes VPP-189 by Damjan Marion · 8 years ago
  78. a290d7c Fix coverity issues in vhost-user code, fixes VPP-189 by Damjan Marion · 8 years ago
  79. e70dcc8 VPP251 - Code style vnet/vnet/ethernet by Keith Burns (alagalah) · 8 years ago
  80. 81b52c5 VPP-266: style change for vnet/vnet/osi by Calvin · 8 years ago
  81. 8d98684 Vhost-User: Fix calculate memory region size by Jianfeng Tan · 8 years ago
  82. 97d8dc2 VPP-257 Coding standards cleanup for vnet/vnet/l2 by Dave Barach · 8 years ago
  83. a5abdeb VPP-198: LISP map-resolver failover algorithm by Filip Tehlar · 8 years ago
  84. 853e720 VPP-237: indent fixes in prep for checkstyle by Ed Warnicke · 8 years ago
  85. 042ffb4 VPP-189 fix more coverity warnings by Dave Barach · 8 years ago
  86. 58a90a4 Coverty error: Incorrect expression (PW.ASSIGN_WHERE_COMPARE_MEANT) by Ole Troan · 8 years ago
  87. 5bcb339 Custom adjacency formatting fix (Revived) by Pierre Pfister · 8 years ago
  88. 041eacc VPP-130: MagLev-like Load Balancer by Pierre Pfister · 8 years ago
  89. 3590ac5 VPP-196 LISP L2/L3 tunnel multihoming by Florin Coras · 8 years ago
  90. dd522cb VPP-189 Fix coverity warnings by Dave Barach · 8 years ago
  91. c8af24f VPP-315: Fix "show vxlan-gpe" issue by Hongjun Ni · 8 years ago
  92. 13e3d45 VPP-314: Vxlan wrong name of decap node by John Lo · 8 years ago
  93. 861bd21 VPP-245 Coding standards cleanup for vnet/vnet/cdp by Dave Barach · 8 years ago
  94. d5d5ffa Revert "Custom adjacency formatting fix" by Keith Burns · 8 years ago
  95. ffc7eca Custom adjacency formatting fix by Pierre Pfister · 8 years ago
  96. 166a9d4 VPP-256 - Coding style cleanup vnet/vnet/ipsec by Keith Burns (alagalah) · 8 years ago
  97. 819ec6f Rename flow_report_sample.c/.h files by Juraj Sloboda · 8 years ago
  98. cc9658c VPP-189 - Coverity OVERRUN error in port-range by Keith Burns (alagalah) · 8 years ago
  99. 3cff0e7 VPP-239 Tag packets that hit LISP negative adjacencies by Florin Coras · 8 years ago
  100. 6f6f34f VPP-189 Clean up more coverity warnings by Dave Barach · 8 years ago