1. 57c3d66 Python API: Preparation for RPM/DEB packaging. by Ole Troan · 8 years ago
  2. 5fef9e5 VPP-424 fix lldp_main declaration by Klement Sekera · 8 years ago
  3. 20e5551 Fix detection of packet output via BVI into a BD and SHG adjustment by John Lo · 8 years ago
  4. 36d2506 Enable doc building on MacOS by Chris Luke · 8 years ago
  5. b113658 l2_output: fix packet drop error reporting when mapping is in progress by Damjan Marion · 8 years ago
  6. 87e4069 Fix lisp-cp table_id lookup for punted packets by Florin Coras · 8 years ago
  7. 042d212 VPP-189: fix coverity issue in api_format.c by Florin Coras · 8 years ago
  8. 3762370 vhost-user: branchless SSE4.2 implementation of map_guest_mem() by Damjan Marion · 8 years ago
  9. c9e0843 VPP-426: Rename parameter in LISP remote mapping VAT command by Filip Tehlar · 8 years ago
  10. 0dafaa7 vhost-user: remove dependency on dpdk code by Damjan Marion · 8 years ago
  11. 90f52bf Refactor pre-Doxy siphon scripts; VPP-396 by Chris Luke · 8 years ago
  12. ce64b8e vpp python api - fix vla pack generation by Gabriel Ganne · 8 years ago
  13. 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
  14. 60537f3 Move doxytags file to html output directory by Chris Luke · 8 years ago
  15. fe9473f VPP-414: Fixed IPSec transport mode in esp_encrypt.c by Matus Fabian · 8 years ago
  16. f304552 Copy the 16.09 release notes to master by Chris Luke · 8 years ago
  17. b58598b dpdk: fix wrong tx ring size calculations by Damjan Marion · 8 years ago
  18. a7cc447 dpdk: move number of sub-interfaces to 2nd cacheline, introduce flag by Damjan Marion · 8 years ago
  19. 5643170 dpdk: use flags for identifying interface types by Damjan Marion · 8 years ago
  20. b94bdad Use SSE instructions for matching tagged frames by ethertype by Damjan Marion · 8 years ago
  21. 48a9a54 VPP-419 add thread-safety to LLDP feature by Klement Sekera · 8 years ago
  22. f298ecf fd closed twice by Eyal Bari · 8 years ago
  23. d334a6b Added volatile to local variables needed by setjmp by Eyal Bari · 8 years ago
  24. 2d085d9 VPP-282: Document changes for vnet/vnet/ethernet by Billy McFall · 8 years ago
  25. f07fb71 VPP-189: fix coverity issue in api_format.c by Filip Tehlar · 8 years ago
  26. 560e809 VPP-348 Return empty DumpReply instead of null by Maros Marsalek · 8 years ago
  27. a53b0e2 VPP-413 DTOs generated by JVpp improvements: by Maros Marsalek · 8 years ago
  28. e83b7d5 vhost-user: announce VIRTIO_F_VERSION_1 by Damjan Marion · 8 years ago
  29. 3bb0c50 Update CSIT tests 160912 -> 160919 by Jan · 8 years ago
  30. 5ccbaa9 Add structure to some of the documentation; VPP-223 by Chris Luke · 8 years ago
  31. a8cd309 Add support for transparent ethernet bridging to GRE by David Hotham · 8 years ago
  32. 16b7aaa Cloned buffer refcount was set to 0 by Christophe Fontaine · 8 years ago
  33. c5d9cda VPP-306: Document changes for vnet/vnet/vxlan by Billy McFall · 8 years ago
  34. 5164086 VPP-407 fix coverity warning by Klement Sekera · 8 years ago
  35. acfb47d VPP-408: fix coverity warning in run_ping_ip46_address() by Andrew Yourtchenko · 8 years ago
  36. 400c1cf Add vlan-strip-offload help into startup.conf by Alex Popovsky · 8 years ago
  37. 698b952 VPP-404: IKEv2 profile auth rsa-sig cert-file fixed by Matus Fabian · 8 years ago
  38. dd93103 l2_output: reset bit after mapping is created by Damjan Marion · 8 years ago
  39. de4582b VPP-344 Add LLDP feature by Klement Sekera · 8 years ago
  40. 7e68220 Implement IPv6/IPv4 ping. by Andrew Yourtchenko · 8 years ago
  41. 6144802 Add some help into startup.conf by Damjan Marion · 8 years ago
  42. ff0bf13 VPP-292 Document vnet/vnet/lisp-gpe by Florin Coras · 8 years ago
  43. c5bb0d6 VPP-376: Refactor LISP dump API + VAT by Filip Tehlar · 8 years ago
  44. 22aa3e9 VPP-288: Documentation changes via doxygen for vnet/vnet/l2. by Billy McFall · 8 years ago
  45. 1732fc1 Python API: Re-adding rudimentary variable length array pack support. by Ole Troan · 8 years ago
  46. 01e3caa Use the correct thread stack alignment constraint, VPP-401 by Dave Barach · 8 years ago
  47. 4802501 Update CSIT tests 160904 -> 160912 by Jan · 8 years ago
  48. f5a1436 Provide vpp-plugins rpm packaging by Ed Warnicke · 8 years ago
  49. 96eefd4 MAP: Doxyfying CLI macros - VPP-165 by Ole Troan · 8 years ago
  50. 553f6bd af_packet: allocate per-worker list of free buffers by Damjan Marion · 8 years ago
  51. 019481b DPDK virtio patch: Enable indirect descriptor features by Pierre Pfister · 8 years ago
  52. 2cee01d VPP-392 properly pass flags from vnet_hw_interface_set_flags_helper to by Klement Sekera · 8 years ago
  53. 6ef7bb9 Move CLI examples from wiki to code - VPP-165 by Keith Burns (alagalah) · 8 years ago
  54. df65ea8 VPP-367: Peg vpp and vpp-plugins to depend on specific versions by Ed Warnicke · 8 years ago
  55. 3542514 Check for zero-sized Graphvix config file on Ubuntu; VPP-396 by Chris Luke · 8 years ago
  56. c87fa6d On Ubuntu check for graphviz system config by Chris Luke · 8 years ago
  57. 24648ad Fix bugs in IPFIX code discovered by coverity by Juraj Sloboda · 8 years ago
  58. 7a35ee9 Fix Coverity issue in trace_util.c (REVERSE_INULL), thanks to Damjan for highlighting this. by Vengada Govindan · 8 years ago
  59. 3b48093 VPP-346 Improve Doxygen include path mechanism by Chris Luke · 8 years ago
  60. fb28e9a VPP-388 Improve IP header lookup in ipsec_output by Florin Coras · 8 years ago
  61. bf1fa7f Fix MTU size for the bonded interface by Steve Shin · 8 years ago
  62. f5a0e73 VPP-390: include *.so symlinks in vpp-lib by Ed Warnicke · 8 years ago
  63. 8fce3e3 VPP-382: Add ipsec tunnel interface to sw_interface_dump by Matus Fabian · 8 years ago
  64. 5539a07 VPP-387: Fixed ipsec-input trace by Matus Fabian · 8 years ago
  65. ba1d046 Vhost-User: Implement Indirect Descriptors by Pierre Pfister · 8 years ago
  66. 2470485 checkstyle: improve speed by checking only recently changed files by Damjan Marion · 8 years ago
  67. ffa652a VPP-204 Rework and finish IPFIX implementation by Juraj Sloboda · 8 years ago
  68. d4798a3 Avoid use of node index 0 by registering null-node by Damjan Marion · 8 years ago
  69. 5d447a9 Add support for input nodes in interrupt mode on the worker threads by Damjan Marion · 8 years ago
  70. d4024f5 VPP-346 More VPP doc fixes by Chris Luke · 8 years ago
  71. 7394b5b Add packet/byte count output tx stats to tunap interface by John Lo · 8 years ago
  72. 07d2f84 Move iOAM Trace as a plugin by Vengada Govindan · 8 years ago
  73. 5a1c11b VPP-386 Fix map-server output in lisp-cp-lookup trace by Florin Coras · 8 years ago
  74. ce98275 VPP-381 Add LISP interfaces to sw_interface_dump by Florin Coras · 8 years ago
  75. 73c0110 IPsec speculative enqueue in exception path, fixes VPP-384 by Sergio Gonzalez Monroy · 8 years ago
  76. df9d3bc VPP-385: Fix ARP for indirect adjacencies by Florin Coras · 8 years ago
  77. 0c6a675 Update CSIT tests 160821 -> 160904 by Jan · 8 years ago
  78. e016b5e VPP-358: Add IPv6 ND Event Notification and Termination by John Lo · 8 years ago
  79. c27213a Add in-message cli_request/cli_reply API by Ole Troan · 8 years ago
  80. 5290124 Fix for invalid check of SPARSE_VEC_INVALID_INDEX by Alex Popovsky · 8 years ago
  81. ee4743a VPP-221 Improve doxygen dependency check by Chris Luke · 8 years ago
  82. 406ab9d VPP-374: getting jvppgen.py into rpm vpp-devel package by Ed Warnicke · 8 years ago
  83. 87a0d77 Clean-up unused context arrays in UDP and GRE nodes by Alex Popovsky · 8 years ago
  84. 3ba4d36 VPP-373: stop building from /vpp mount by Ed Warnicke · 8 years ago
  85. 16bcf7d VPP-346 A swathe of doc fixes by Chris Luke · 8 years ago
  86. f074eef VPP-341: iOAM plugin documentation by Shwetha · 8 years ago
  87. 5c377a1 Fix for vl_client_get_first_plugin_msg_id:266: plugin 'export_eb694f98' not registered by Shwetha · 8 years ago
  88. b84a3e5 VPP-369 Add an L2 output classification feature by Dave Barach · 8 years ago
  89. 1edfba9 VPP-358: Add IPv6 ND Event Notification and Termination by John Lo · 8 years ago
  90. 7214cf1 VPP-303 - Documentation changes for vnet/vnet/sr by Keith Burns (alagalah) · 8 years ago
  91. 1664937 VPP-210: Add "sh api status" by Calvin · 8 years ago
  92. e0d802b VPP-221 Loosen Doxygen CLI command struct parser by Chris Luke · 8 years ago
  93. 5cdaf63 VPP-189 Tweak hash_foreach_pair to avoid static warning by Chris Luke · 8 years ago
  94. 54ccf22 VPP-221 CLI auto-documentation infrastructure by Chris Luke · 8 years ago
  95. d85590a VPP-240: delete subinterface by Pavel Kotucek · 8 years ago
  96. f53db2a Fix for vppctl to suppress "load_one_plugin:63: Loaded plugin:" msgs by Ed Warnicke · 8 years ago
  97. 5a4e2dd VPP-365: Fix sending of bd_index in lisp_eid_table_add_del_map by Filip Tehlar · 8 years ago
  98. 459f4d6 VPP-364 Add vpp-api/python/build to gitignore by Florin Coras · 8 years ago
  99. cb9f3d7 VPP-361: Memory leak on delete of VXLAN over IPv6 tunnel by John Lo · 8 years ago
  100. c00617b VPP-353: Fully support LISP negative mappings in API by Filip Tehlar · 8 years ago