1. c4c72d2 docs: Rework the VPP progressive Tutorial. by John DeNisco · 6 years ago
  2. a60c3ed Add psutil to testing virtualenv by juraj.linkes · 6 years ago
  3. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  4. 38b99d0 tls: add maintainers by Florin Coras · 6 years ago
  5. ec54e11 vlibapi: validate private segment rotor prior to use by Florin Coras · 6 years ago
  6. 60f1fc1 vcl: unset fifo events only in read/write by Florin Coras · 6 years ago
  7. f315410 fix compiling warnings with GCC by Lijian Zhang · 6 years ago
  8. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  9. e29cb67 Edit some warning messages in vpp-api client by Ondrej Fabry · 6 years ago
  10. 9daf8fb dpdk: fix rss hash function handling by Damjan Marion · 6 years ago
  11. 4657c27 VPP-1386: fix wrong ip address of hash key for creating user in unknown protocol by shubing guo · 6 years ago
  12. 452378a tcp: add tcp_error.def to installed headers list by Florin Coras · 6 years ago
  13. 6bd197e Remove client_index field from replies in API by Ondrej Fabry · 6 years ago
  14. 182e37e NAT44: fix next_src_nat (VPP-1384) by Matus Fabian · 6 years ago
  15. 762a493 VPP-1387:foreach outside address vector to find correct index when free outside address and port by shubing guo · 6 years ago
  16. 38bc308 NAT44: fix bug in snat_interface_add_del (VPP-1380) by Matus Fabian · 6 years ago
  17. 8fed424 NAT64: fix TCP session expire (VPP-1390) by Matus Fabian · 6 years ago
  18. b11f903 Fix context field position in API definition by Ondrej Fabry · 6 years ago
  19. e324898 Run interior graph nodes before process nodes by Dave Barach · 6 years ago
  20. acc1fbc Make vagrant work behind a proxy by Kyle Mestery · 6 years ago
  21. ce96dda DOCS: Moved multiarch and build system, Incorprated Scott's changes by John DeNisco · 6 years ago
  22. 9f0c020 DOCS: Updated startup.conf parameters by andrew · 6 years ago
  23. 998dfd3 reduce polling and resume overhead by checking if inflight request exists by Ping Yu · 6 years ago
  24. 22130e1 neighbor advertisement must with target_link option by ahdj007 · 6 years ago
  25. 758dc46 DOCS: Cleanup Getting Started by John DeNisco · 6 years ago
  26. 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
  27. c9dad5d Multiarch for ip4 forwarding nodes by Damjan Marion · 6 years ago
  28. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  29. 3bf6c2b dpdk: support for DPDK 18.08 by Damjan Marion · 6 years ago
  30. 060c3a7 VPP-1381: Fix the incorrect if condition when delete session for static mapping by shubing guo · 6 years ago
  31. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  32. 7f1f7e7 avf: fix prefetch bug by Damjan Marion · 6 years ago
  33. d7a37a7 emacs skeletons: add quad/single, avx2/avx512 support by Dave Barach · 6 years ago
  34. 7eb9d96 IP fragmentation buffer chains, part 2. by Ole Troan · 6 years ago
  35. 9936831 vcl: support for eventfd mq signaling by Florin Coras · 6 years ago
  36. f46663c DOC-ONLY: document latest multi-arch support scheme by Dave Barach · 6 years ago
  37. 8e83bcb DOC-ONLY: build system details by Dave Barach · 6 years ago
  38. a38d001 docs: A little cleanup and added some gdb examples. by andrew · 6 years ago
  39. 4146c65 IP fragmentation to handle buffer chains. by Ole Troan · 6 years ago
  40. 3074629 VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors by shubing guo · 6 years ago
  41. d0df49f Use IP address types on UDP encap API by Neale Ranns · 6 years ago
  42. 404d88e Add test of the IP unnumbered dump by Neale Ranns · 6 years ago
  43. 99a3c6c Use the bihash walk function by Neale Ranns · 6 years ago
  44. df50b45 DOCS: General cleanup (did not move any sections) by andrew · 6 years ago
  45. 7d84c16 DOCS: modified writing docs section by javierfernandezvalles · 6 years ago
  46. faa9300 DOCS: Restructure Events by John DeNisco · 6 years ago
  47. fe80c49 Fix L2 flooding to BVI with error return not working by John Lo · 6 years ago
  48. 49433ad Thread-safe ARP / ND throttling by Dave Barach · 6 years ago
  49. 7fad624 acl-plugin: fix failures in some of IPv4 test-debug testcases by Andrew Yourtchenko · 6 years ago
  50. f7f4e39 Fix the fifo-size limitation in tcp_echo by Yalei Wang · 6 years ago
  51. eabd607 PAPI: Python 3.7 uses async keyword. by Ole Troan · 6 years ago
  52. 68ba880 NAT44: delete user with zero sessions (VPP-1282) by Matus Fabian · 6 years ago
  53. 85a2555 bfd:fix NULL session free/put by Eyal Bari · 6 years ago
  54. 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
  55. 40e6bdf fix typo in bitmap.h by Korian Edeline · 6 years ago
  56. 9da2e54 Remove unnecessary routes during vrf-multi-instances tests by Neale Ranns · 6 years ago
  57. 7403026 DOC ONLY: Add a new doc for integrating a plugin with VPP by andrew · 6 years ago
  58. bcddab2 docs: Cleaned up a little removed instructions for mac. by andrew · 6 years ago
  59. ec95431 DOC ONLY: document bihash table walker rules by Dave Barach · 6 years ago
  60. 28374ca Fix dangling reference in l2fib_scan(...) by Dave Barach · 6 years ago
  61. e25c9bf api: compute msg table for private registrations by Florin Coras · 6 years ago
  62. 1d20f47 PAPI: Move unit tests to fix packaging issues. by Ole Troan · 6 years ago
  63. a88c916 dlmalloc compiles errors with clang by Neale Ranns · 6 years ago
  64. 6763a1d re-indent UDP encap documentation by Neale Ranns · 6 years ago
  65. 4d2eb4c dpdk-flow:fix raw item init by Eyal Bari · 6 years ago
  66. ca45ee7 fix dangling reference in foreach_key_value_pair by Dave Barach · 6 years ago
  67. 466f289 socket api: multiple fds in one msg by Florin Coras · 6 years ago
  68. e7a9b3d API: Remove legacy vlibsocket code. by Ole Troan · 6 years ago
  69. c8e7f41 Added missing file by John DeNisco · 6 years ago
  70. b199e98 PAPI: Union pad at the end of short fields instead of at head. by Ole Troan · 6 years ago
  71. b257fc9 Fix typo in trace trajectory init by Dave Barach · 6 years ago
  72. 248ff92 avf: add avf_create_reply_handler to avf_test by Jakub Grajciar · 6 years ago
  73. 717de09 ipsec: add udp-encap option to debug cli commands by Radu Nicolau · 6 years ago
  74. ce9e0b4 loop counter to prevent infiinte number of look ups per-packet by Neale Ranns · 6 years ago
  75. 40f9246 vlib: avoid double process dispatch by Florin Coras · 6 years ago
  76. c470e22 svm: add support for eventfd signaling to queue by Florin Coras · 6 years ago
  77. c64ba6d docs: Incororate Scott's overall review by John DeNisco · 6 years ago
  78. 5c482a9 Documentation fix on "set interface ip[6] table" by Yichen Wang · 6 years ago
  79. 0e10dd1 acl-plugin: fill in the 5tuple structure all at once, avoid short writes by Andrew Yourtchenko · 6 years ago
  80. c76d6e2 Temporrary disable japi packaging for opensuse by Damjan Marion · 6 years ago
  81. 9686eac vcl: fix debug messages output before heap cfg by Florin Coras · 6 years ago
  82. c6c0d2a NAT44: LB NAT - local backends in multiple VRFs (VPP-1345) by Matus Fabian · 6 years ago
  83. e4a9eb7 Improve cpu { coremask-% } configure option by Yi He · 6 years ago
  84. cc4a5e8 Move java api to extras/ by Damjan Marion · 6 years ago
  85. a14c166 docs: change code blocks from "shell" to "console" by John DeNisco · 6 years ago
  86. e126cc5 vxlan:optimize cached entry compare by Eyal Bari · 6 years ago
  87. 5f21e1b Store USE_DLMALLOC in vppinfra/config.h by Damjan Marion · 6 years ago
  88. afc725a Add support for shuffle vector intrinsic via Neon in ARM by Sirshak Das · 6 years ago
  89. 1c7bf5d Poison freed memory objects by Dave Barach · 6 years ago
  90. 7d92c09 vxlan:decap.c conform coding style by Eyal Bari · 6 years ago
  91. d05ce97 Fix undefined symbol: fformat_append_cr in vat plugins loading by Yi He · 6 years ago
  92. 15c3a6a memif: socket filename fix by Jakub Grajciar · 6 years ago
  93. 937c089 acl-plugin: move the acl epoch calculation into inline function by Andrew Yourtchenko · 6 years ago
  94. 16be62e fix 'sh vxlan tunnels' by Neale Ranns · 6 years ago
  95. 460dce6 vcl: add read/write udp support by Florin Coras · 6 years ago
  96. e939bf1 Update Release Notes for 18.07 Release by Ed Warnicke · 6 years ago
  97. 579092c SIXRD: fix post introduction of the directed subnet broadcast by Neale Ranns · 6 years ago
  98. c5d4317 FIB: return entry prefix by const reference to avoid the copy by Neale Ranns · 6 years ago
  99. 1f895c9 Reverse the logic of flagging malformed packet in fragmentation code to allow padding by Rajesh Saluja · 6 years ago
  100. d3ca8ff session/dlmalloc: coverity fixes by Florin Coras · 6 years ago