1. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  2. c1f9306 Add default value for API Nat flags by Michal Cmarada · 6 years ago
  3. cefb5ad Add QUIC human readable error logs by Nathan Skrzypczak · 6 years ago
  4. 275a177 IPSEC: remove CLI check for unsupported IPv6-AH - it is supported by Neale Ranns · 6 years ago
  5. f4592fb Fix stats documentation with default socket name by Igor Mikhailov (imichail) · 6 years ago
  6. 1954229 vpp_papi: remove dependency on environment var. VPP_API_DIR. by Paul Vinciguerra · 6 years ago
  7. 9324878 Remove unused function nat44_ha_resync() and error IN_PROGRESS. by Jon Loeliger · 6 years ago
  8. 38404db tests: test_pipe.py. Fix missing import. by Paul Vinciguerra · 6 years ago
  9. ba123e1 QUIC multi thread update by Aloys Augustin · 6 years ago
  10. f9d4ab4 svm: improve fifo segment prealloc support by Florin Coras · 6 years ago
  11. 0224514 IPSEC coverity fixes by Neale Ranns · 6 years ago
  12. 3fb65be IPSEC: remove unecessary pass by reference of sequence number by Neale Ranns · 6 years ago
  13. a4ef82e VPP-1649: fix coverity warning in api_format.c by Dave Barach · 6 years ago
  14. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  15. 5e8e8dc IPsec: increment tunnel intf tx counters by Matthew Smith · 6 years ago
  16. 49c1bc8 Build packages for generic Arm architecture by Lijian.Zhang · 6 years ago
  17. a775212 rdma: update MAINTAINERS and add doc by Benoît Ganne · 6 years ago
  18. 80b5e4f tests: fix TestMPLSPIC tests in test_mpls.py. by Paul Vinciguerra · 6 years ago
  19. f6c7aec Coverity: Fix CID-198494 & CID-198388 by Dave Wallace · 6 years ago
  20. 161638f Unregister UDPC port only when owned by Nathan Skrzypczak · 6 years ago
  21. 07c0a9d make test: vcl fix OSError exception handling by Dave Wallace · 6 years ago
  22. 3bffd4b make test: Add QUIC external echo transfer test by Dave Wallace · 6 years ago
  23. 419e15f Fix typo by Igor Mikhailov (imichail) · 6 years ago
  24. e6eefb6 Trivial Typo's in bier comments/docs. by Paul Vinciguerra · 6 years ago
  25. 5bfb504 vnet: remove macro definitions by Zhiyong Yang · 6 years ago
  26. 6b7e233 Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clients by jackiechen1985 · 6 years ago
  27. c1a02fc remove dead code in rewrite.c by Neale Ranns · 6 years ago
  28. 72d8758 cli: Add return value in cli_inband by Ole Troan · 6 years ago
  29. f89a6de Fix stat seg average vector rate computation by Dave Barach · 6 years ago
  30. bff9f2f tests: test/vpp_papi_provider.py Specify exception to catch. by Paul Vinciguerra · 6 years ago
  31. 63b19bf Update ping cli .short_help. by Paul Vinciguerra · 6 years ago
  32. 0da895d docs: Add 1904 by jdenisco · 6 years ago
  33. 9eac001 Fix typo in nat44_cli.c:nat_ha_failover_command_fn. by Paul Vinciguerra · 6 years ago
  34. 2782630 zero-pad date string output. by Paul Vinciguerra · 6 years ago
  35. 7fe470a vpp_transport_socket: make connect more resilient by Vratko Polak · 6 years ago
  36. 404b8a3 session: segment manager fixes by Florin Coras · 6 years ago
  37. 7d31ab2 add mactime plugin unit / code coverage tests by Dave Barach · 6 years ago
  38. 016d4cc dpdk: fix return variable size by Zhiyong Yang · 6 years ago
  39. 1f30a59 bapi: separate init shm reply from fd exchange by Florin Coras · 6 years ago
  40. b7e3dba vls: relax copy on fork locks by Florin Coras · 6 years ago
  41. 6dd1614 Improve exceptions in vpp_transport_socket.py by Vratko Polak · 6 years ago
  42. 54bc5e4 Update API description by Igor Mikhailov (imichail) · 6 years ago
  43. 211b28a make test: add quic multistream test case by Dave Wallace · 6 years ago
  44. ca76831 NAT: VPP-1665 coverity scan issue fix by Filip Varga · 6 years ago
  45. 2233f85 Fix copypaste in vpp_papi/vpp_transport_socket.py by Vratko Polak · 6 years ago
  46. 7b74b07 ldp: add option to eanble transparent TLS connections by Yu Ping · 6 years ago
  47. f40ee3a make test: introduce COREDUMP_COMPRESS option by Klement Sekera · 6 years ago
  48. 0e573f5 session: send tx events when data is dequeued by Florin Coras · 6 years ago
  49. 1538824 Fix $(SUSE_NAME) in Makefile. by Paul Vinciguerra · 6 years ago
  50. c7834e0 VPP-1508: Fix zip() under python3. by Paul Vinciguerra · 6 years ago
  51. a483d81 Fix Exception typo in vpp_papi/vpp_transport_socket.py. by Paul Vinciguerra · 6 years ago
  52. 72739a6 bihash: Freeing up working_copy_lengths vector by Vijayabhaskar Katamreddy · 6 years ago
  53. cefd5d8 svm: decouple fifo and default chunk allocation by Florin Coras · 6 years ago
  54. 749a89c Improve lcov reported code coverage stats by Dave Barach · 6 years ago
  55. cc99149 make test: add python3 compatibility in extend_packet by Alexandre Poirrier · 6 years ago
  56. 875158a Allow repeated connects on PAPI socket transport by Vratko Polak · 6 years ago
  57. 2ce28d6 Add bihash statistics hook by Dave Barach · 6 years ago
  58. c74009d ipsec-mb: fix the "make test" on non-AESNI platforms by Andrew Yourtchenko · 6 years ago
  59. 7fa4160 Fix af_packet issues: by jackiechen1985 · 6 years ago
  60. 0b81915 add TLS endpoint function by Yu Ping · 6 years ago
  61. 3e9b7a2 make test: Fix truncated core file by Dave Wallace · 6 years ago
  62. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  63. d7566cb Remove target option when IPSecMB disabled by Nathan Skrzypczak · 6 years ago
  64. 6fec8ea ip4_load_balance: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  65. 0549378 virtio: refactor ctrl queue support by Mohsin Kazmi · 6 years ago
  66. 3a34b1d Add QUIC multistream support by Nathan Skrzypczak · 6 years ago
  67. 7107d7e ppp: simplify code using existing functions by Zhiyong Yang · 6 years ago
  68. 0dd9165 Add missing init fn dependency to ipsec_init by Dave Barach · 6 years ago
  69. 56bc738 Fix VPP-1487 DHCP client does not support option 6-domain server by jackiechen1985 · 6 years ago
  70. fa0c1f4 NAT64: Fix port byte order in nat64_free_out_addr_and_port by Faicker Mo · 6 years ago
  71. e036d02 NAT66:assgin a error value for clib_bihash_kv_48_8_t kv by lijianpeng · 6 years ago
  72. 04bb642 NAT: VPP-1646 test case asserts by Filip Varga · 6 years ago
  73. 344ce42 session/svm: apis for fifo shrinking by Florin Coras · 6 years ago
  74. a7570b0 svm: basic support for fifo shrinking by Florin Coras · 6 years ago
  75. 4681e07 Add callbacks for extended trace functionality, one as content is added with vlib_add_trace, and one to post-process the captured content immediately after trace filtering. by Gary Boon · 6 years ago
  76. c5fa2b8 mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, by Steven Luong · 6 years ago
  77. 29a59c3 svm: store normalized head/tail for fifo by Florin Coras · 6 years ago
  78. 14e2e2a Fix FIB initialization in UDP input by Nathan Skrzypczak · 6 years ago
  79. de38b38 Add packet headers in UDPC fifos by Aloys Augustin · 6 years ago
  80. 1d1985d plugins: clean up plugin descriptions by Dave Wallace · 6 years ago
  81. abfd778 Add the packages for 19.04 by jdenisco · 6 years ago
  82. 3a95003 vlib: align stack on OS page size by Benoît Ganne · 6 years ago
  83. f4749ca NAT: VPP-1661 - test case cleanup and refactoring by Filip Varga · 6 years ago
  84. 9a29f79 vpp_papi_provider.py: update defautmapping. by Paul Vinciguerra · 6 years ago
  85. ca3d38a Freshen RPM dependencies in vpp specfile. by Thomas F Herbert · 6 years ago
  86. 17e5d80 Add node, frame to vlib main loop perf analysis callback arguments by Dave Barach · 6 years ago
  87. 154a903 virtio: Fix virtio buffer allocation by Mohsin Kazmi · 6 years ago
  88. 43b512c virtio: remove configurable queue size support by Mohsin Kazmi · 6 years ago
  89. eecdf93 svm: remove dead code triggering overflow by Benoît Ganne · 6 years ago
  90. ef1ae3a vpp_config: Update deprecated platform.linux_distribution() by Paul Vinciguerra · 6 years ago
  91. b11c288 vpp_config: correct usage of 'is' for equality tests. by Paul Vinciguerra · 6 years ago
  92. b31c0ce DOCS: Add link to 19.08 test framework docs by Dave Wallace · 6 years ago
  93. 37c8378 Enable NEON instructions in memcpy_le by Lijian.Zhang · 6 years ago
  94. 1cff643 esp_encrypt: remove unnecessary code by Zhiyong Yang · 6 years ago
  95. c4bbce6 DOCS: Add link to 19.04 make test documentation by Dave Wallace · 6 years ago
  96. e7a527f ipsec: fix ipsec format overflow by Benoît Ganne · 6 years ago
  97. 1f8eeb7 VPP 19.04 Release Notes by Dave Wallace · 6 years ago
  98. 87b15ce svm: more fifo refactor/cleanup by Florin Coras · 6 years ago
  99. c6eb5bc elf: fix memcmp() overflow by Benoît Ganne · 6 years ago
  100. a878014 stats: fix non null terminated string by Benoît Ganne · 6 years ago