1. a474894 consolidate all mutux opertion by Ping Yu · 6 years ago
  2. 09267f7 api: export ip_types.api for out-of-tree plugins by Benoît Ganne · 6 years ago
  3. 35465dc emacs-lisp: add missing '\' in template by Dave Barach · 6 years ago
  4. 8fdde3c Add a debug-CLI leak-checker by Dave Barach · 6 years ago
  5. ce5c2ce Trivial typo. punt_node.c by Paul Vinciguerra · 6 years ago
  6. b765820 Tests: Refactor. Remove copies of enums. by Paul Vinciguerra · 6 years ago
  7. 0d144c7 make test: Add QUIC serial transfer test by Dave Wallace · 6 years ago
  8. 9673e3e Tests: Raise exception if API cli_inband command fails. by Paul Vinciguerra · 6 years ago
  9. 3bfeff7 docs: Fix Versions and Titles by jdenisco · 6 years ago
  10. 1887491 Fix punctuation fails in 2x plugins by Dave Barach · 6 years ago
  11. f5b1ed7 Load vat plugins late in the init sequence by Dave Barach · 6 years ago
  12. 1fbc3d4 19.01.2 Release Notes by Andrew Yourtchenko · 6 years ago
  13. 0a715cd UDP-Local: fix unregistered ports by Neale Ranns · 6 years ago
  14. 5022c6c Fix 'terminal history off' crasher by Chris Luke · 6 years ago
  15. d8a34a5 dpdk-ipsec: fix encrypt/decrypt single queue by Sergio Gonzalez Monroy · 6 years ago
  16. fe52dea gbp: Add unit tests for contracts by Mohsin Kazmi · 6 years ago
  17. 4271c97 tests: refactor. Replace literal constant w/ named constant. by Paul Vinciguerra · 6 years ago
  18. ba65ca4 Add transport_opts to connect_sock bapi by Nathan Skrzypczak · 6 years ago
  19. 8a6e1b1 docs: Update sphinx, requirements, support markdown tables by jdenisco · 6 years ago
  20. 8fa01c1 DOC ONLY: document VLIB_INIT_FUNCTION scheme by Dave Barach · 6 years ago
  21. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  22. c1f9306 Add default value for API Nat flags by Michal Cmarada · 6 years ago
  23. cefb5ad Add QUIC human readable error logs by Nathan Skrzypczak · 6 years ago
  24. 275a177 IPSEC: remove CLI check for unsupported IPv6-AH - it is supported by Neale Ranns · 6 years ago
  25. f4592fb Fix stats documentation with default socket name by Igor Mikhailov (imichail) · 6 years ago
  26. 1954229 vpp_papi: remove dependency on environment var. VPP_API_DIR. by Paul Vinciguerra · 6 years ago
  27. 9324878 Remove unused function nat44_ha_resync() and error IN_PROGRESS. by Jon Loeliger · 6 years ago
  28. 38404db tests: test_pipe.py. Fix missing import. by Paul Vinciguerra · 6 years ago
  29. ba123e1 QUIC multi thread update by Aloys Augustin · 6 years ago
  30. f9d4ab4 svm: improve fifo segment prealloc support by Florin Coras · 6 years ago
  31. 0224514 IPSEC coverity fixes by Neale Ranns · 6 years ago
  32. 3fb65be IPSEC: remove unecessary pass by reference of sequence number by Neale Ranns · 6 years ago
  33. a4ef82e VPP-1649: fix coverity warning in api_format.c by Dave Barach · 6 years ago
  34. 2180bac Preallocate mhash key_tmps vector by Dave Barach · 6 years ago
  35. 5e8e8dc IPsec: increment tunnel intf tx counters by Matthew Smith · 6 years ago
  36. 49c1bc8 Build packages for generic Arm architecture by Lijian.Zhang · 6 years ago
  37. a775212 rdma: update MAINTAINERS and add doc by Benoît Ganne · 6 years ago
  38. 80b5e4f tests: fix TestMPLSPIC tests in test_mpls.py. by Paul Vinciguerra · 6 years ago
  39. f6c7aec Coverity: Fix CID-198494 & CID-198388 by Dave Wallace · 6 years ago
  40. 161638f Unregister UDPC port only when owned by Nathan Skrzypczak · 6 years ago
  41. 07c0a9d make test: vcl fix OSError exception handling by Dave Wallace · 6 years ago
  42. 3bffd4b make test: Add QUIC external echo transfer test by Dave Wallace · 6 years ago
  43. 419e15f Fix typo by Igor Mikhailov (imichail) · 6 years ago
  44. e6eefb6 Trivial Typo's in bier comments/docs. by Paul Vinciguerra · 6 years ago
  45. 5bfb504 vnet: remove macro definitions by Zhiyong Yang · 6 years ago
  46. 6b7e233 Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clients by jackiechen1985 · 6 years ago
  47. c1a02fc remove dead code in rewrite.c by Neale Ranns · 6 years ago
  48. 72d8758 cli: Add return value in cli_inband by Ole Troan · 6 years ago
  49. f89a6de Fix stat seg average vector rate computation by Dave Barach · 6 years ago
  50. bff9f2f tests: test/vpp_papi_provider.py Specify exception to catch. by Paul Vinciguerra · 6 years ago
  51. 63b19bf Update ping cli .short_help. by Paul Vinciguerra · 6 years ago
  52. 0da895d docs: Add 1904 by jdenisco · 6 years ago
  53. 9eac001 Fix typo in nat44_cli.c:nat_ha_failover_command_fn. by Paul Vinciguerra · 6 years ago
  54. 2782630 zero-pad date string output. by Paul Vinciguerra · 6 years ago
  55. 7fe470a vpp_transport_socket: make connect more resilient by Vratko Polak · 6 years ago
  56. 404b8a3 session: segment manager fixes by Florin Coras · 6 years ago
  57. 7d31ab2 add mactime plugin unit / code coverage tests by Dave Barach · 6 years ago
  58. 016d4cc dpdk: fix return variable size by Zhiyong Yang · 6 years ago
  59. 1f30a59 bapi: separate init shm reply from fd exchange by Florin Coras · 6 years ago
  60. b7e3dba vls: relax copy on fork locks by Florin Coras · 6 years ago
  61. 6dd1614 Improve exceptions in vpp_transport_socket.py by Vratko Polak · 6 years ago
  62. 54bc5e4 Update API description by Igor Mikhailov (imichail) · 6 years ago
  63. 211b28a make test: add quic multistream test case by Dave Wallace · 6 years ago
  64. ca76831 NAT: VPP-1665 coverity scan issue fix by Filip Varga · 6 years ago
  65. 2233f85 Fix copypaste in vpp_papi/vpp_transport_socket.py by Vratko Polak · 6 years ago
  66. 7b74b07 ldp: add option to eanble transparent TLS connections by Yu Ping · 6 years ago
  67. f40ee3a make test: introduce COREDUMP_COMPRESS option by Klement Sekera · 6 years ago
  68. 0e573f5 session: send tx events when data is dequeued by Florin Coras · 6 years ago
  69. 1538824 Fix $(SUSE_NAME) in Makefile. by Paul Vinciguerra · 6 years ago
  70. c7834e0 VPP-1508: Fix zip() under python3. by Paul Vinciguerra · 6 years ago
  71. a483d81 Fix Exception typo in vpp_papi/vpp_transport_socket.py. by Paul Vinciguerra · 6 years ago
  72. 72739a6 bihash: Freeing up working_copy_lengths vector by Vijayabhaskar Katamreddy · 6 years ago
  73. cefd5d8 svm: decouple fifo and default chunk allocation by Florin Coras · 6 years ago
  74. 749a89c Improve lcov reported code coverage stats by Dave Barach · 6 years ago
  75. cc99149 make test: add python3 compatibility in extend_packet by Alexandre Poirrier · 6 years ago
  76. 875158a Allow repeated connects on PAPI socket transport by Vratko Polak · 6 years ago
  77. 2ce28d6 Add bihash statistics hook by Dave Barach · 6 years ago
  78. c74009d ipsec-mb: fix the "make test" on non-AESNI platforms by Andrew Yourtchenko · 6 years ago
  79. 7fa4160 Fix af_packet issues: by jackiechen1985 · 6 years ago
  80. 0b81915 add TLS endpoint function by Yu Ping · 6 years ago
  81. 3e9b7a2 make test: Fix truncated core file by Dave Wallace · 6 years ago
  82. ad64687 gcov / test framework: sigterm not sigkill by Dave Barach · 6 years ago
  83. d7566cb Remove target option when IPSecMB disabled by Nathan Skrzypczak · 6 years ago
  84. 6fec8ea ip4_load_balance: leverage vlib_get_buffers by Zhiyong Yang · 6 years ago
  85. 0549378 virtio: refactor ctrl queue support by Mohsin Kazmi · 6 years ago
  86. 3a34b1d Add QUIC multistream support by Nathan Skrzypczak · 6 years ago
  87. 7107d7e ppp: simplify code using existing functions by Zhiyong Yang · 6 years ago
  88. 0dd9165 Add missing init fn dependency to ipsec_init by Dave Barach · 6 years ago
  89. 56bc738 Fix VPP-1487 DHCP client does not support option 6-domain server by jackiechen1985 · 6 years ago
  90. fa0c1f4 NAT64: Fix port byte order in nat64_free_out_addr_and_port by Faicker Mo · 6 years ago
  91. e036d02 NAT66:assgin a error value for clib_bihash_kv_48_8_t kv by lijianpeng · 6 years ago
  92. 04bb642 NAT: VPP-1646 test case asserts by Filip Varga · 6 years ago
  93. 344ce42 session/svm: apis for fifo shrinking by Florin Coras · 6 years ago
  94. a7570b0 svm: basic support for fifo shrinking by Florin Coras · 6 years ago
  95. 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
  96. c5fa2b8 mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, by Steven Luong · 6 years ago
  97. 29a59c3 svm: store normalized head/tail for fifo by Florin Coras · 6 years ago
  98. 14e2e2a Fix FIB initialization in UDP input by Nathan Skrzypczak · 6 years ago
  99. de38b38 Add packet headers in UDPC fifos by Aloys Augustin · 6 years ago
  100. 1d1985d plugins: clean up plugin descriptions by Dave Wallace · 6 years ago