1. 4c64b6e cmake: add vapi build by Damjan Marion · 6 years ago
  2. 3ce5f91 ioam: fix vat plugin issue introduced by last commit by Damjan Marion · 6 years ago
  3. 878c646 NAT44: add support for session timeout (VPP-1272) by Matus Fabian · 6 years ago
  4. d2dcd20 cmake: add missing vat plugins by Damjan Marion · 6 years ago
  5. c261760 cmake: use lib64 for lib dir by Damjan Marion · 6 years ago
  6. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  7. d16004d cmake: move functions to src/cmake by Damjan Marion · 6 years ago
  8. c0ccefd cmake: handle api_test_plugins in add_vpp_plugin macro by Damjan Marion · 6 years ago
  9. b0f5bad ioam: one api test plugin instead of five by Damjan Marion · 6 years ago
  10. 74449b8 cmake: improve add_vpp_plugin macro by Damjan Marion · 6 years ago
  11. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  12. 0219b8d Fix logging to file and summary for crashed tests by juraj.linkes · 6 years ago
  13. ffb3813 Add int cast to fit '.*' printf expectations by Pierre Pfister · 6 years ago
  14. c9fbd66 vcl: remove unused binary api handlers by Florin Coras · 6 years ago
  15. c3638fe session: fix coverity warnings by Florin Coras · 6 years ago
  16. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  17. f8b8586 Clean up packet tracer, especially "clear trace" by Dave Barach · 6 years ago
  18. a9aedb6 MPLS tunnel: don't reuse hw-indices by Neale Ranns · 6 years ago
  19. 54f7c51 rx-placement: Add API call for interface rx-placement by Mohsin Kazmi · 6 years ago
  20. bb37688 l2:bvi-dont aceess sup hw int for broadcasts by Eyal Bari · 6 years ago
  21. af7dd5b Rename struct mallinfo -> struct dlmallinfo by Dave Barach · 6 years ago
  22. d897adc cmake: fix -DVPP_USE_DLMALLOC=OFF by Damjan Marion · 6 years ago
  23. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  24. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  25. 869031c bihash: remove unused counters by Damjan Marion · 6 years ago
  26. b76590a clib_mem_is_heap_object() needs to recognize sys_alloc segments by Dave Barach · 6 years ago
  27. 3ea2d6c cmake: keep 'make test-debug' on autotools for now by Damjan Marion · 6 years ago
  28. 038d261 sctp: https://jira.fd.io/browse/VPP-1396 by Marco Varlese · 6 years ago
  29. ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
  30. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  31. 99ddcc3 CMake: Add Cmake support for Vat by Mohsin Kazmi · 6 years ago
  32. b24dfec coverity: l2 arp termination dump by Mohsin Kazmi · 6 years ago
  33. b749c21 fix dpdk_plugin.so load failure with DPDK 18.08 by Lijian Zhang · 6 years ago
  34. 4295424 srv6-ad: Adding support for L2 traffic by Francois Clad · 6 years ago
  35. bcd4c4a srv6-ad: Adding test cases by Francois Clad · 6 years ago
  36. 6150211 IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes by Neale Ranns · 6 years ago
  37. 5779a44 show command for lookup DPOs by Neale Ranns · 6 years ago
  38. 78cfeb4 l2:remove unused members of input, output configs by Eyal Bari · 6 years ago
  39. 571ab20 Consolidate the [un]format_mac_address implementations by Neale Ranns · 6 years ago
  40. 828d27e bihash: add support for reuse of expired entry when bucket is full (VPP-1272) by Matus Fabian · 6 years ago
  41. 69ce30d NAT: update nat_show_config_reply API (VPP-1403) by Matus Fabian · 6 years ago
  42. a7e6cd9 srv6-ad: Adding rewrite counters by Francois Clad · 6 years ago
  43. 0ad7011 Refactor vnet.am to expose arp feature by Hongjun Ni · 6 years ago
  44. ffec786 CMake: install .json files in ROOT/share/... for papi. by Neale Ranns · 6 years ago
  45. 505ec22 VPP-1268: Add option for memory channels DPDK uses by Jessica Tallon · 6 years ago
  46. 7ee1182 dpdk: bump DPDK version to 18.08 by Damjan Marion · 6 years ago
  47. aa839ca SUSE: rpm-packaging fixes by Marco Varlese · 6 years ago
  48. a74ee1f NASM: update to latest stable 2.13.03 by Marco Varlese · 6 years ago
  49. 6a36705 CMake: stats clients depend on the .api header generation by Neale Ranns · 6 years ago
  50. 6604dde Makefile: opensuse 15.0 reporting change by Ed Kern · 6 years ago
  51. 148cc01 Add Dockerfiles for run/build. by Ed Warnicke · 6 years ago
  52. 052c2dc Enable storing state in flowhash hash tables by Pierre Pfister · 6 years ago
  53. 3244544 make test: remove excessive prints by Klement Sekera · 6 years ago
  54. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  55. 23722e6 cmake: add packages for opensuse by Marco Varlese · 6 years ago
  56. 0af1852 Detect support for memfd_create at compilation by Pierre Pfister · 6 years ago
  57. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  58. 3575abb vxlan_gpe_encap: fix packet len error by Zhiyong Yang · 6 years ago
  59. 9f540ed cmake: highlight warning and error messages by Damjan Marion · 6 years ago
  60. 74dfaa6 cmake: DPDK rte_config.h parsing by Damjan Marion · 6 years ago
  61. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  62. 5d82d2f l2: arp termination dump by Mohsin Kazmi · 6 years ago
  63. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  64. ee4efa7 Fix a bug in function pipe_rx by Lijian Zhang · 6 years ago
  65. a5db42f docs: Moved installing up a level, removed guides. by John DeNisco · 6 years ago
  66. bf21dc8 lacp: issue with slave interface admin up after it is added to the bond group by Steven · 6 years ago
  67. 4af47b8 Update AArch64 CSIT machines into FD.io VPP docs by Lijian Zhang · 6 years ago
  68. c4c72d2 docs: Rework the VPP progressive Tutorial. by John DeNisco · 6 years ago
  69. a60c3ed Add psutil to testing virtualenv by juraj.linkes · 6 years ago
  70. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  71. 38b99d0 tls: add maintainers by Florin Coras · 6 years ago
  72. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  73. 60f1fc1 vcl: unset fifo events only in read/write by Florin Coras · 6 years ago
  74. f315410 fix compiling warnings with GCC by Lijian Zhang · 6 years ago
  75. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  76. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  77. 9daf8fb dpdk: fix rss hash function handling by Damjan Marion · 6 years ago
  78. 4657c27 VPP-1386: fix wrong ip address of hash key for creating user in unknown protocol by shubing guo · 6 years ago
  79. 452378a tcp: add tcp_error.def to installed headers list by Florin Coras · 6 years ago
  80. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  81. 182e37e NAT44: fix next_src_nat (VPP-1384) by Matus Fabian · 6 years ago
  82. 762a493 VPP-1387:foreach outside address vector to find correct index when free outside address and port by shubing guo · 6 years ago
  83. 38bc308 NAT44: fix bug in snat_interface_add_del (VPP-1380) by Matus Fabian · 6 years ago
  84. 8fed424 NAT64: fix TCP session expire (VPP-1390) by Matus Fabian · 6 years ago
  85. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  86. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  87. acc1fbc Make vagrant work behind a proxy by Kyle Mestery · 6 years ago
  88. ce96dda DOCS: Moved multiarch and build system, Incorprated Scott's changes by John DeNisco · 6 years ago
  89. 9f0c020 DOCS: Updated startup.conf parameters by andrew · 6 years ago
  90. 998dfd3 reduce polling and resume overhead by checking if inflight request exists by Ping Yu · 6 years ago
  91. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  92. 758dc46 DOCS: Cleanup Getting Started by John DeNisco · 6 years ago
  93. 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
  94. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  95. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  96. 3bf6c2b dpdk: support for DPDK 18.08 by Damjan Marion · 6 years ago
  97. 060c3a7 VPP-1381: Fix the incorrect if condition when delete session for static mapping by shubing guo · 6 years ago
  98. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  99. 7f1f7e7 avf: fix prefetch bug by Damjan Marion · 6 years ago
  100. d7a37a7 emacs skeletons: add quad/single, avx2/avx512 support by Dave Barach · 6 years ago