1. 070453d vcl: remove session locks by Florin Coras · 6 years ago
  2. 6011699 vcl/session: use mq for bind replies by Florin Coras · 6 years ago
  3. d313f9e Port NSH plugin to VPP by Hongjun Ni · 6 years ago
  4. a5679e8 vxlan: decap use vlib_buffer_enqueue_to_next by Eyal Bari · 6 years ago
  5. 30d5364 Adjacency walks protected by 'walk in progress' flag by Neale Ranns · 6 years ago
  6. f96d0a1 NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404) by Matus Fabian · 6 years ago
  7. 2108c0c VAPI: support enums & unions by Klement Sekera · 6 years ago
  8. fe0a2c5 IGMP: enable command on cli by Neale Ranns · 6 years ago
  9. 9514fab MPLS: allow 16 as a valid output label by Neale Ranns · 6 years ago
  10. f852015 cmake: Fix plugins .h includes by Mohsin Kazmi · 6 years ago
  11. b3abec7 cmake: Fix VAPI .hpp generation by Mohsin Kazmi · 6 years ago
  12. 33ed3e4 cmake: fix clang build and few minor fixes by Damjan Marion · 6 years ago
  13. 917dc3b CMake: fix install lib and iOMA missing symbol by Neale Ranns · 6 years ago
  14. 4c64b6e cmake: add vapi build by Damjan Marion · 6 years ago
  15. 3ce5f91 ioam: fix vat plugin issue introduced by last commit by Damjan Marion · 6 years ago
  16. 878c646 NAT44: add support for session timeout (VPP-1272) by Matus Fabian · 6 years ago
  17. d2dcd20 cmake: add missing vat plugins by Damjan Marion · 6 years ago
  18. c261760 cmake: use lib64 for lib dir by Damjan Marion · 6 years ago
  19. 4553c95 cmake: add add_vpp_library and add_vpp_executable macros by Damjan Marion · 6 years ago
  20. d16004d cmake: move functions to src/cmake by Damjan Marion · 6 years ago
  21. c0ccefd cmake: handle api_test_plugins in add_vpp_plugin macro by Damjan Marion · 6 years ago
  22. b0f5bad ioam: one api test plugin instead of five by Damjan Marion · 6 years ago
  23. 74449b8 cmake: improve add_vpp_plugin macro by Damjan Marion · 6 years ago
  24. 2bfdda7 cmake: add more headers to the install list by Damjan Marion · 6 years ago
  25. ffb3813 Add int cast to fit '.*' printf expectations by Pierre Pfister · 6 years ago
  26. c9fbd66 vcl: remove unused binary api handlers by Florin Coras · 6 years ago
  27. c3638fe session: fix coverity warnings by Florin Coras · 6 years ago
  28. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  29. f8b8586 Clean up packet tracer, especially "clear trace" by Dave Barach · 6 years ago
  30. a9aedb6 MPLS tunnel: don't reuse hw-indices by Neale Ranns · 6 years ago
  31. 54f7c51 rx-placement: Add API call for interface rx-placement by Mohsin Kazmi · 6 years ago
  32. bb37688 l2:bvi-dont aceess sup hw int for broadcasts by Eyal Bari · 6 years ago
  33. af7dd5b Rename struct mallinfo -> struct dlmallinfo by Dave Barach · 6 years ago
  34. d897adc cmake: fix -DVPP_USE_DLMALLOC=OFF by Damjan Marion · 6 years ago
  35. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  36. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  37. 869031c bihash: remove unused counters by Damjan Marion · 6 years ago
  38. b76590a clib_mem_is_heap_object() needs to recognize sys_alloc segments by Dave Barach · 6 years ago
  39. ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
  40. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  41. 99ddcc3 CMake: Add Cmake support for Vat by Mohsin Kazmi · 6 years ago
  42. b24dfec coverity: l2 arp termination dump by Mohsin Kazmi · 6 years ago
  43. b749c21 fix dpdk_plugin.so load failure with DPDK 18.08 by Lijian Zhang · 6 years ago
  44. 4295424 srv6-ad: Adding support for L2 traffic by Francois Clad · 6 years ago
  45. 6150211 IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes by Neale Ranns · 6 years ago
  46. 5779a44 show command for lookup DPOs by Neale Ranns · 6 years ago
  47. 78cfeb4 l2:remove unused members of input, output configs by Eyal Bari · 6 years ago
  48. 571ab20 Consolidate the [un]format_mac_address implementations by Neale Ranns · 6 years ago
  49. 828d27e bihash: add support for reuse of expired entry when bucket is full (VPP-1272) by Matus Fabian · 6 years ago
  50. 69ce30d NAT: update nat_show_config_reply API (VPP-1403) by Matus Fabian · 6 years ago
  51. a7e6cd9 srv6-ad: Adding rewrite counters by Francois Clad · 6 years ago
  52. 0ad7011 Refactor vnet.am to expose arp feature by Hongjun Ni · 6 years ago
  53. ffec786 CMake: install .json files in ROOT/share/... for papi. by Neale Ranns · 6 years ago
  54. 505ec22 VPP-1268: Add option for memory channels DPDK uses by Jessica Tallon · 6 years ago
  55. 6a36705 CMake: stats clients depend on the .api header generation by Neale Ranns · 6 years ago
  56. 052c2dc Enable storing state in flowhash hash tables by Pierre Pfister · 6 years ago
  57. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  58. 0af1852 Detect support for memfd_create at compilation by Pierre Pfister · 6 years ago
  59. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  60. 3575abb vxlan_gpe_encap: fix packet len error by Zhiyong Yang · 6 years ago
  61. 9f540ed cmake: highlight warning and error messages by Damjan Marion · 6 years ago
  62. 74dfaa6 cmake: DPDK rte_config.h parsing by Damjan Marion · 6 years ago
  63. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  64. 5d82d2f l2: arp termination dump by Mohsin Kazmi · 6 years ago
  65. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  66. ee4efa7 Fix a bug in function pipe_rx by Lijian Zhang · 6 years ago
  67. bf21dc8 lacp: issue with slave interface admin up after it is added to the bond group by Steven · 6 years ago
  68. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  69. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  70. 60f1fc1 vcl: unset fifo events only in read/write by Florin Coras · 6 years ago
  71. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  72. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  73. 9daf8fb dpdk: fix rss hash function handling by Damjan Marion · 6 years ago
  74. 4657c27 VPP-1386: fix wrong ip address of hash key for creating user in unknown protocol by shubing guo · 6 years ago
  75. 452378a tcp: add tcp_error.def to installed headers list by Florin Coras · 6 years ago
  76. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  77. 182e37e NAT44: fix next_src_nat (VPP-1384) by Matus Fabian · 6 years ago
  78. 762a493 VPP-1387:foreach outside address vector to find correct index when free outside address and port by shubing guo · 6 years ago
  79. 38bc308 NAT44: fix bug in snat_interface_add_del (VPP-1380) by Matus Fabian · 6 years ago
  80. 8fed424 NAT64: fix TCP session expire (VPP-1390) by Matus Fabian · 6 years ago
  81. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  82. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  83. 998dfd3 reduce polling and resume overhead by checking if inflight request exists by Ping Yu · 6 years ago
  84. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  85. 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
  86. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  87. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  88. 3bf6c2b dpdk: support for DPDK 18.08 by Damjan Marion · 6 years ago
  89. 060c3a7 VPP-1381: Fix the incorrect if condition when delete session for static mapping by shubing guo · 6 years ago
  90. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  91. 7f1f7e7 avf: fix prefetch bug by Damjan Marion · 6 years ago
  92. 7eb9d96 IP fragmentation buffer chains, part 2. by Ole Troan · 6 years ago
  93. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  94. 4146c65 IP fragmentation to handle buffer chains. by Ole Troan · 6 years ago
  95. 3074629 VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors by shubing guo · 6 years ago
  96. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  97. 99a3c6c Use the bihash walk function by Neale Ranns · 6 years ago
  98. fe80c49 Fix L2 flooding to BVI with error return not working by John Lo · 6 years ago
  99. 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
  100. 7fad624 acl-plugin: fix failures in some of IPv4 test-debug testcases by Andrew Yourtchenko · 6 years ago