1. bb37688 l2:bvi-dont aceess sup hw int for broadcasts by Eyal Bari · 6 years ago
  2. af7dd5b Rename struct mallinfo -> struct dlmallinfo by Dave Barach · 6 years ago
  3. d897adc cmake: fix -DVPP_USE_DLMALLOC=OFF by Damjan Marion · 6 years ago
  4. 3ec66b0 tcp: fix cc recovery re-entry and persist timer pop by Florin Coras · 6 years ago
  5. fcbda89 session: fix retrieval of local sessions if app is detached by Florin Coras · 6 years ago
  6. 869031c bihash: remove unused counters by Damjan Marion · 6 years ago
  7. b76590a clib_mem_is_heap_object() needs to recognize sys_alloc segments by Dave Barach · 6 years ago
  8. ca3ff1a ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() by Damjan Marion · 6 years ago
  9. 184870a CSIT-1139: Implement parallel test execution by juraj.linkes · 6 years ago
  10. 99ddcc3 CMake: Add Cmake support for Vat by Mohsin Kazmi · 6 years ago
  11. b24dfec coverity: l2 arp termination dump by Mohsin Kazmi · 6 years ago
  12. b749c21 fix dpdk_plugin.so load failure with DPDK 18.08 by Lijian Zhang · 6 years ago
  13. 4295424 srv6-ad: Adding support for L2 traffic by Francois Clad · 7 years ago
  14. 6150211 IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes by Neale Ranns · 6 years ago
  15. 5779a44 show command for lookup DPOs by Neale Ranns · 6 years ago
  16. 78cfeb4 l2:remove unused members of input, output configs by Eyal Bari · 6 years ago
  17. 571ab20 Consolidate the [un]format_mac_address implementations by Neale Ranns · 6 years ago
  18. 828d27e bihash: add support for reuse of expired entry when bucket is full (VPP-1272) by Matus Fabian · 6 years ago
  19. 69ce30d NAT: update nat_show_config_reply API (VPP-1403) by Matus Fabian · 6 years ago
  20. a7e6cd9 srv6-ad: Adding rewrite counters by Francois Clad · 7 years ago
  21. 0ad7011 Refactor vnet.am to expose arp feature by Hongjun Ni · 6 years ago
  22. ffec786 CMake: install .json files in ROOT/share/... for papi. by Neale Ranns · 6 years ago
  23. 505ec22 VPP-1268: Add option for memory channels DPDK uses by Jessica Tallon · 7 years ago
  24. 6a36705 CMake: stats clients depend on the .api header generation by Neale Ranns · 6 years ago
  25. 052c2dc Enable storing state in flowhash hash tables by Pierre Pfister · 6 years ago
  26. 5ff0e0b CMake: generate .json from .api files by Neale Ranns · 6 years ago
  27. 0af1852 Detect support for memfd_create at compilation by Pierre Pfister · 6 years ago
  28. 2ddfe75 CMakeLists file for vpp-api by Neale Ranns · 6 years ago
  29. 3575abb vxlan_gpe_encap: fix packet len error by Zhiyong Yang · 6 years ago
  30. 9f540ed cmake: highlight warning and error messages by Damjan Marion · 6 years ago
  31. 74dfaa6 cmake: DPDK rte_config.h parsing by Damjan Marion · 6 years ago
  32. 612dd6a CMake as an alternative to autotools (experimental) by Damjan Marion · 6 years ago
  33. 5d82d2f l2: arp termination dump by Mohsin Kazmi · 6 years ago
  34. b3655e5 VPP-1392: VXLAN fails with IP fragmentation by Ole Troan · 6 years ago
  35. ee4efa7 Fix a bug in function pipe_rx by Lijian Zhang · 6 years ago
  36. bf21dc8 lacp: issue with slave interface admin up after it is added to the bond group by Steven · 6 years ago
  37. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  38. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  39. 60f1fc1 vcl: unset fifo events only in read/write by Florin Coras · 6 years ago
  40. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  41. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  42. 9daf8fb dpdk: fix rss hash function handling by Damjan Marion · 6 years ago
  43. 4657c27 VPP-1386: fix wrong ip address of hash key for creating user in unknown protocol by shubing guo · 6 years ago
  44. 452378a tcp: add tcp_error.def to installed headers list by Florin Coras · 6 years ago
  45. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  46. 182e37e NAT44: fix next_src_nat (VPP-1384) by Matus Fabian · 6 years ago
  47. 762a493 VPP-1387:foreach outside address vector to find correct index when free outside address and port by shubing guo · 6 years ago
  48. 38bc308 NAT44: fix bug in snat_interface_add_del (VPP-1380) by Matus Fabian · 6 years ago
  49. 8fed424 NAT64: fix TCP session expire (VPP-1390) by Matus Fabian · 6 years ago
  50. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  51. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  52. 998dfd3 reduce polling and resume overhead by checking if inflight request exists by Ping Yu · 6 years ago
  53. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  54. 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
  55. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  56. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  57. 3bf6c2b dpdk: support for DPDK 18.08 by Damjan Marion · 6 years ago
  58. 060c3a7 VPP-1381: Fix the incorrect if condition when delete session for static mapping by shubing guo · 6 years ago
  59. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  60. 7f1f7e7 avf: fix prefetch bug by Damjan Marion · 6 years ago
  61. 7eb9d96 IP fragmentation buffer chains, part 2. by Ole Troan · 6 years ago
  62. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  63. 4146c65 IP fragmentation to handle buffer chains. by Ole Troan · 6 years ago
  64. 3074629 VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors by shubing guo · 6 years ago
  65. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  66. 99a3c6c Use the bihash walk function by Neale Ranns · 6 years ago
  67. fe80c49 Fix L2 flooding to BVI with error return not working by John Lo · 6 years ago
  68. 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
  69. 7fad624 acl-plugin: fix failures in some of IPv4 test-debug testcases by Andrew Yourtchenko · 6 years ago
  70. f7f4e39 Fix the fifo-size limitation in tcp_echo by Yalei Wang · 6 years ago
  71. eabd607 PAPI: Python 3.7 uses async keyword. by Ole Troan · 6 years ago
  72. 68ba880 NAT44: delete user with zero sessions (VPP-1282) by Matus Fabian · 6 years ago
  73. 85a2555 bfd:fix NULL session free/put by Eyal Bari · 6 years ago
  74. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  75. 40e6bdf fix typo in bitmap.h by Korian Edeline · 6 years ago
  76. 28374ca Fix dangling reference in l2fib_scan(...) by Dave Barach · 6 years ago
  77. e25c9bf api: compute msg table for private registrations by Florin Coras · 6 years ago
  78. 1d20f47 PAPI: Move unit tests to fix packaging issues. by Ole Troan · 6 years ago
  79. a88c916 dlmalloc compiles errors with clang by Neale Ranns · 6 years ago
  80. 6763a1d re-indent UDP encap documentation by Neale Ranns · 6 years ago
  81. 4d2eb4c dpdk-flow:fix raw item init by Eyal Bari · 6 years ago
  82. ca45ee7 fix dangling reference in foreach_key_value_pair by Dave Barach · 6 years ago
  83. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  84. e7a9b3d API: Remove legacy vlibsocket code. by Ole Troan · 6 years ago
  85. b199e98 PAPI: Union pad at the end of short fields instead of at head. by Ole Troan · 6 years ago
  86. b257fc9 Fix typo in trace trajectory init by Dave Barach · 6 years ago
  87. 248ff92 avf: add avf_create_reply_handler to avf_test by Jakub Grajciar · 6 years ago
  88. 717de09 ipsec: add udp-encap option to debug cli commands by Radu Nicolau · 6 years ago
  89. ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
  90. 40f9246 vlib: avoid double process dispatch by Florin Coras · 6 years ago
  91. c470e22 svm: add support for eventfd signaling to queue by Florin Coras · 6 years ago
  92. 5c482a9 Documentation fix on "set interface ip[6] table" by Yichen Wang · 6 years ago
  93. 0e10dd1 acl-plugin: fill in the 5tuple structure all at once, avoid short writes by Andrew Yourtchenko · 6 years ago
  94. 9686eac vcl: fix debug messages output before heap cfg by Florin Coras · 6 years ago
  95. c6c0d2a NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) by Matus Fabian · 6 years ago
  96. e4a9eb7 Improve cpu { coremask-% } configure option by Yi He · 6 years ago
  97. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  98. e126cc5 vxlan:optimize cached entry compare by Eyal Bari · 6 years ago
  99. 5f21e1b Store USE_DLMALLOC in vppinfra/config.h by Damjan Marion · 6 years ago
  100. afc725a Add support for shuffle vector intrinsic via Neon in ARM by Sirshak Das · 6 years ago