1. 82b4ceb NAT44: identity NAT fix (VPP-1441) by Matus Fabian · 6 years ago
  2. e9b5582 Stats: Include stat_segment.h in packages. by Ole Troan · 6 years ago
  3. 4f5f8d7 Fix vpp-ext-deps package version in stable branch by Damjan Marion · 6 years ago
  4. 0db9b04 bfd:fix handling session creation batch by Eyal Bari · 6 years ago
  5. d29cc88 L2: BM traffic does not use UU-FWD (VPP-1445) by Neale Ranns · 6 years ago
  6. 642829d vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks by Haiyang Tan · 6 years ago
  7. cd80692 reassembly: get number of workers instead of threads (VPP-1435) by Juraj Sloboda · 6 years ago
  8. 8b09953 vmxnet3: better error handling by Steven · 6 years ago
  9. 40dd73b Setup, teardown, DEBUG=core, FAILFAST fixes by juraj.linkes · 6 years ago
  10. 825fc48 Integer underflow and out-of-bounds read (VPP-1442) by Neale Ranns · 6 years ago
  11. b9fa29d L2-flood: no clone for 1 replication by Neale Ranns · 6 years ago
  12. 9974391 Test FW: Use unittest temp dir as unix runtime dir by Jakub Grajciar · 6 years ago
  13. 46fb787 acl-plugin: reduce the syslog level for debug messages by Andrew Yourtchenko · 6 years ago
  14. 4f61117 vppinfra: Fix extendto_high aarch64 NEON api. by Sirshak Das · 6 years ago v19.01-rc0
  15. 7d476e0 memif: coverity fix by Jakub Grajciar · 6 years ago
  16. de728ac API: Spurious timeouts from timeout thread. by Ole Troan · 6 years ago
  17. 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
  18. 4a0559a memif: socket filename add/del bugfix by Jakub Grajciar · 6 years ago
  19. cef5db0 Adding Multipath support for exclusive DPO based fib path entries via rpath by Vijayabhaskar Katamreddy · 6 years ago
  20. c210cb5 Fix coverity issue for NSH plugin by Hongjun Ni · 6 years ago
  21. 3620e61 Stats: prometheus export coverity errors. by Ole Troan · 6 years ago
  22. e2f4e2f NAT44: do not create session record for identity mapping (VPP-1439) by Matus Fabian · 6 years ago
  23. 2fd4b56 replicate trace fix by Neale Ranns · 6 years ago
  24. 1502fc3 vcl: cleanup and fixes for vcl test code by Florin Coras · 6 years ago
  25. 58c101a vcl: use want_tx_evt for ct sessions by Florin Coras · 6 years ago
  26. 318de5d bond: active-backup mode is using the wrong load balance algo by Steven · 6 years ago
  27. b7620fd vfio: don't display error if no pci devices are assigned to container by Damjan Marion · 6 years ago
  28. 16de39e bond: tx perf improvement, part trois by Damjan Marion · 6 years ago
  29. ccc70f6 Source VRF Select tests by Neale Ranns · 6 years ago
  30. f9faf24 DOC ONLY: clean up plugin documentation by Dave Barach · 6 years ago
  31. 25c4d39 docs: add contiv vpp by Scott Keeler · 6 years ago
  32. 2d24cd0 NAT: convert remaining clib_warning to nat_log_* by Juraj Sloboda · 6 years ago
  33. 98afc71 node_cli: Give the user a hint as to the problem. by Paul Vinciguerra · 6 years ago
  34. 326b81e session: fix local session tagging and cleanup by Florin Coras · 6 years ago
  35. b3f9050 vhost_user: Add test for interface states and events by Juraj Sloboda · 6 years ago
  36. d63abff On interface deletion - make sure any vlan qinq table is cleared by John Lo · 6 years ago
  37. 412ecd3 Improve ip_mroute_add_del documentation by Ian Wells · 6 years ago
  38. efd9cf3 vxlan:ip4 decap:remove access to tunnel object by Eyal Bari · 6 years ago
  39. dc7b1aa vcl: fix test throughput computation by Florin Coras · 6 years ago
  40. 3048b63 Support reassembly for fragments coming to ip4-local node by Juraj Sloboda · 6 years ago
  41. 6f40a8a acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VPP-1352 by Andrew Yourtchenko · 6 years ago
  42. a44d6b1 udp_echo: fix cut-through server mode by Florin Coras · 6 years ago
  43. 3e42ebe MFIB-API: when programming an (S,G) fix the grp-len by Neale Ranns · 6 years ago
  44. 2329e09 clib_count_equal_*: don't read of the end of a small array and init data only if used (VPP-1429) by Neale Ranns · 6 years ago
  45. 29d22c5 VPP-1430: remove unnecessary padding by Marco Varlese · 6 years ago
  46. 06fda9c Fix handling of mpls_tunnel_add_del API by John Lo · 6 years ago
  47. 744da65 vmxnet3: coverity woe by Steven · 6 years ago
  48. 5958769 LISP ONLY: maintain the make-plugin.sh script by Dave Barach · 6 years ago
  49. 3f2e775 LISP ONLY: maintain the emacs lisp plugin generator by Dave Barach · 6 years ago
  50. d760f79 test framework: add shell-style wildcard matching to filenames by Andrew Yourtchenko · 6 years ago
  51. 611864f ipsec: add missing ipv6 ah code & ipv6 tests by Klement Sekera · 6 years ago
  52. 400ded3 session: fix first segment manager cleanup by Florin Coras · 6 years ago
  53. 7a40133 memif: include interface name in logs by Juraj Sloboda · 6 years ago
  54. 7cd368f VPP-1440: clean up coverity warnings by Dave Barach · 6 years ago
  55. 3b4a6a1 VPP-1426: CLI crash on 'set int feature' by Paul Vinciguerra · 6 years ago
  56. 2881dec sock api: fix registrations and client reads by Florin Coras · 6 years ago
  57. 5bdd558 stat_client.c coverity error. by Ole Troan · 6 years ago
  58. 3c6015b vmxnet3: error handling by Steven · 6 years ago
  59. e4db803 fix format error in show logging config output by Jerome Tollet · 6 years ago
  60. 76e2ccc jvppgen: update headers by Bernhard M. Wiedemann · 6 years ago
  61. 8807674 Enabled untagged vs default functionality by Mike Bly · 6 years ago
  62. 819d5fd VPP-1440: clean up coverity warnings by Dave Barach · 6 years ago
  63. bf49590 Stats: vpp_prometheus_export fixes. by Ole Troan · 6 years ago
  64. 94495f2 PAPI: Use UNIX domain sockets instead of shared memory by Ole Troan · 6 years ago
  65. 84db408 vcl: fix coverity warning by Florin Coras · 6 years ago
  66. c67cfd2 ip4-local: classify protos that skip csum and src check by Florin Coras · 6 years ago
  67. 2f54c27 vhost-user: add support for vlib_log API by Jerome Tollet · 6 years ago
  68. 5507192 Fix JVPP enum _host_to_net_ translation (VPP-1438) by Michal Cmarada · 6 years ago
  69. 2d3c7b9 BFD: add get echo source API (VPP-1367) by Matus Fabian · 6 years ago
  70. a9a0b2c IPsec: add API for SPDs dump (VPP-1363) by Matus Fabian · 6 years ago
  71. b192feb vhost-user: Interface state updates by Juraj Sloboda · 6 years ago
  72. 83c46a2 vhost_user: Fix setting MTU using uninitialized variable by Juraj Sloboda · 6 years ago
  73. 8f39d55 Update code to compute checksum for buffer chains by Juraj Sloboda · 6 years ago
  74. ef91534 tls: fix disconnects for sessions with pending data by Florin Coras · 6 years ago
  75. 5f5d50e tcp: fix close wait timeout with no fin by Florin Coras · 6 years ago
  76. ca09d07 tcp: accept fins if in recovery by Florin Coras · 6 years ago
  77. 0a4e006 Fix documentation about sw_interface_set_l2_bridge by Yichen Wang · 6 years ago
  78. d1e68ab Source VRF Select by Neale Ranns · 6 years ago
  79. 346ed07 Rename device class from PPPPOE to PPPoE by Paul Vinciguerra · 6 years ago
  80. 8b9525c dpdk: updated makefile to enable QAT cryptodev by Radu Nicolau · 6 years ago
  81. 1426039 Add adjacency counters to the stats segment by Neale Ranns · 6 years ago
  82. 5df628b vat: fix coverity warning for show_threads by Mohsin Kazmi · 6 years ago
  83. c3a0655 API / CLI event-log tracing by Dave Barach · 6 years ago
  84. 904a850 Fix the path error inside vcl socket_test.sh by Yalei Wang · 6 years ago
  85. 5d64c78 thread: Add show threads api by Mohsin Kazmi · 6 years ago
  86. 28c142e mroute routers in the stats segment by Neale Ranns · 6 years ago
  87. c17776e IGMP: handle (*,G) report with no source addresses by Neale Ranns · 6 years ago
  88. 9382673 SCTP: fix overflow issue with timestamp by Marco Varlese · 6 years ago
  89. 2e23721 Support dynamic dual/quad loop selection on aarch64 by Lijian Zhang · 6 years ago
  90. 88c6e00 vlib: barrier sync elog tracing improvements by Dave Barach · 6 years ago
  91. 762d83c vom: Fix the l2 port type in bridge domain by Mohsin Kazmi · 6 years ago
  92. 539663c vcl: handle old events before blocking in epoll by Florin Coras · 6 years ago
  93. 537b17e session: lock msg queues while generating control events by Florin Coras · 6 years ago
  94. 6648fc7 gitignore: build/external/downloads by Florin Coras · 6 years ago
  95. c4e99c5 bond: tx performance enhancement part deux by Steven · 6 years ago
  96. 9be93c8 MAP: Add check for well known ports. by Ole Troan · 6 years ago
  97. bf4d126 IP ttl check in ip4-input missing for single packet path. by Ole Troan · 6 years ago
  98. f94c63e stats: Split stat_segment and stats code in preparation for deprecation. by Ole Troan · 6 years ago
  99. 09cce66 Revert "japi: Move Java API binding to cmake" by Damjan Marion · 6 years ago
  100. 430420f MAP: Correctly print ea-bits-len in map commands. by Ole Troan · 6 years ago