1. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  2. fc3b8b8 pg: udp length & checsum issue by Kingwel Xie · 6 years ago
  3. 0a554c7 dpdk: support 18.11 changes to CRC flags by Stephen Hemminger · 6 years ago
  4. 1dfdb28 dpdk: add esp6 decrypt nodes, func declarations by Matthew Smith · 6 years ago
  5. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  6. b9a4c44 Release Notes for 18.10 by Marco Varlese · 6 years ago
  7. c3ac313 ipsec: fix wrong counter bump by Klement Sekera · 6 years ago
  8. 2322798 vlib: pci improvements by Damjan Marion · 6 years ago
  9. a26373b GBP: Revert back to using VppIpPrefix wrapper by Ole Troan · 6 years ago
  10. 7334393 ipsec fix missing node renames by Klement Sekera · 6 years ago
  11. 1cce271 add Contiv-VPP installation guidance on Aarch64 by Lijian Zhang · 6 years ago
  12. 8f49936 vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines by Damjan Marion · 6 years ago
  13. 6f3f1cb vppinfra: use log2 page size in hugepage functions by Damjan Marion · 6 years ago
  14. 68b7cb8 Fix buffer overflow when fragmenting packets (VPP-1383) by Juraj Sloboda · 6 years ago
  15. 4d1a866 X86_64 perf counter plugin by Dave Barach · 6 years ago
  16. 115a3ac VPP-1420 CDP check memory bounds fix by Filip Varga · 6 years ago
  17. 31555a3 PAPI: Add support for format/unformat functions. by Ole Troan · 6 years ago
  18. 430634c Fix dereferencing null string in dpdk_early_init by Juraj Sloboda · 6 years ago
  19. 95b1b10 Fix stat_segment.c issue. by Paul Vinciguerra · 6 years ago
  20. 8254018 stats: Add wrapper for vec_free by Ole Troan · 6 years ago
  21. be5a5dd ipsec: split ipsec nodes into ip4/ip6 nodes by Klement Sekera · 6 years ago
  22. b9ffffd dpdk: use rte_vfio_dma_map API instead of digging for vfio fd by Damjan Marion · 6 years ago
  23. fab2393 lisp-gpe: register udp port only if enabled (VPP-1468) by Florin Coras · 6 years ago
  24. 9f9e969 tcp: count first lost hole (VPP-1465) by Florin Coras · 6 years ago
  25. a9ded38 dpdk: add netvsc PMD by Stephen Hemminger · 6 years ago
  26. 939ce11 dpdk: turn off unused DPDK components by Stephen Hemminger · 6 years ago
  27. c1f8794 acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier for plumbing by Andrew Yourtchenko · 6 years ago
  28. 270055a pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx node to match that of ethernet-input node by Andrew Yourtchenko · 6 years ago
  29. cef69ca dpdk: use rx/tx_offload_names to format by Stephen Hemminger · 6 years ago
  30. eb1744f avf: fix crash in rss key calculation by Damjan Marion · 6 years ago
  31. 1636b16 vppinfra: use memfd_create for hugepage mounts if supported by Damjan Marion · 6 years ago
  32. da41d72 NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466) by Matus Fabian · 6 years ago
  33. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  34. bf3443b Add pool_get_zero, pool_get_aligned_zero macros by Dave Barach · 6 years ago
  35. ecbd20b tcp: fix sacks lost bytes counting (VPP-1465) by Florin Coras · 6 years ago
  36. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  37. c5347d9 tcp: fix cleanup of non established connections (VPP-1463) by Florin Coras · 6 years ago
  38. b4d2c96 Ping; remove unused arrays by Neale Ranns · 6 years ago
  39. 0685da4 PAPI: Expose API enums to tests / applications by Ole Troan · 6 years ago
  40. 5fcca2a Update version (18.10) for API changes script by Marco Varlese · 6 years ago
  41. 9be7c6d vxlan:decap caching error (VPP-1462) by Eyal Bari · 6 years ago
  42. 87460d0 fix ip6 prefix check for tap_v2 by Michal Cmarada · 6 years ago
  43. b99de83 Update to doxygen documentation for release 18.10 by Marco Varlese · 6 years ago
  44. 6a231a1 IP Route add/del API is MP safe by Neale Ranns · 6 years ago
  45. c977e7c tcp: fix multiple fin retries (VPP-1461) by Florin Coras · 6 years ago
  46. 34ca075 stats: vpp_get_stats missing last interface in dump by Ole Troan · 6 years ago
  47. ad65f88 acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per each collision in split_partition() (VPP-1458) by Andrew Yourtchenko · 6 years ago
  48. d6fe5bd tcp: avoid sack processing when not needed (VPP-1460) by Florin Coras · 6 years ago
  49. 69fdfee bond: tx optimizations by Damjan Marion · 6 years ago
  50. 9744e6d VPP-1459:Ip4 lookup fail when exist prefix cover. by mu.duojiao · 6 years ago
  51. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  52. f47e9b6 PAPI: Add bool type support in vppapigen. by Ole Troan · 6 years ago
  53. 9d428b4 PAPI: Add timeout support for socket transport by Ole Troan · 6 years ago
  54. 710071b FIB: use vlib-log for debugging by Neale Ranns · 6 years ago
  55. a5ab503 Fix coverity issue for potentially overflowing of page size by Haiyang Tan · 6 years ago
  56. e9239c9 Ping; report failures to the terminal by Neale Ranns · 6 years ago
  57. aa27eb9 vcl: fix bidirectional tests (VPP-1455) by Florin Coras · 6 years ago
  58. 97748ca IGMP: proxy device by Jakub Grajciar · 6 years ago
  59. 02a95ce vmxnet3: show vmxnet3 with filtering capability [VPP-1452] by Steven · 6 years ago
  60. b78d6a0 vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-1456] by Steven · 6 years ago
  61. ac64b71 Sticky Load-balance by Neale Ranns · 6 years ago
  62. a23cade vnet: create L2 feature arc infrastructure by Andrew Yourtchenko · 6 years ago
  63. 1c98831 dpdk: drop no longer used config options by Stephen Hemminger · 6 years ago
  64. 3901a03 dpdk: only look at PCI information on PCI devices by Stephen Hemminger · 6 years ago
  65. 59a8295 VPP-1448: Fix error when recurse on down the trie. by mu.duojiao · 6 years ago
  66. f8d5e21 vxlan:fix ip6 tunnel deletion by Eyal Bari · 6 years ago
  67. 7ff7453 acl-plugin: make each test in test_acl_plugin runnable separately by Andrew Yourtchenko · 6 years ago
  68. c0d532d session: mark apis for deprecation by Florin Coras · 6 years ago
  69. a4878ed vcl: fix empty epoll returns (VPP-1453) by Florin Coras · 6 years ago
  70. 83ea669 session: don't wait indefinitely for apps to consume evts (VPP-1454) by Florin Coras · 6 years ago
  71. e78bca1 vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass case (VPP-1444) by Andrew Yourtchenko · 6 years ago
  72. 75b9f45 ip: add container proxy dump API (VPP-1364) by Matus Fabian · 6 years ago
  73. 6ca6ac6 dpdk: support passing log-level by Stephen Hemminger · 6 years ago
  74. 565409b Add parallel test run info to test/doc by juraj.linkes · 6 years ago
  75. 82b4ceb NAT44: identity NAT fix (VPP-1441) by Matus Fabian · 6 years ago
  76. e9b5582 Stats: Include stat_segment.h in packages. by Ole Troan · 6 years ago
  77. 4f5f8d7 Fix vpp-ext-deps package version in stable branch by Damjan Marion · 6 years ago
  78. 0db9b04 bfd:fix handling session creation batch by Eyal Bari · 6 years ago
  79. d29cc88 L2: BM traffic does not use UU-FWD (VPP-1445) by Neale Ranns · 6 years ago
  80. 642829d vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks by Haiyang Tan · 6 years ago
  81. cd80692 reassembly: get number of workers instead of threads (VPP-1435) by Juraj Sloboda · 6 years ago
  82. 8b09953 vmxnet3: better error handling by Steven · 6 years ago
  83. 40dd73b Setup, teardown, DEBUG=core, FAILFAST fixes by juraj.linkes · 6 years ago
  84. 825fc48 Integer underflow and out-of-bounds read (VPP-1442) by Neale Ranns · 6 years ago
  85. b9fa29d L2-flood: no clone for 1 replication by Neale Ranns · 6 years ago
  86. 9974391 Test FW: Use unittest temp dir as unix runtime dir by Jakub Grajciar · 6 years ago
  87. 46fb787 acl-plugin: reduce the syslog level for debug messages by Andrew Yourtchenko · 6 years ago
  88. 4f61117 vppinfra: Fix extendto_high aarch64 NEON api. by Sirshak Das · 6 years ago v19.01-rc0
  89. 7d476e0 memif: coverity fix by Jakub Grajciar · 6 years ago
  90. de728ac API: Spurious timeouts from timeout thread. by Ole Troan · 6 years ago
  91. 20e6d36 vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases by Andrew Yourtchenko · 6 years ago
  92. 4a0559a memif: socket filename add/del bugfix by Jakub Grajciar · 6 years ago
  93. cef5db0 Adding Multipath support for exclusive DPO based fib path entries via rpath by Vijayabhaskar Katamreddy · 6 years ago
  94. c210cb5 Fix coverity issue for NSH plugin by Hongjun Ni · 6 years ago
  95. 3620e61 Stats: prometheus export coverity errors. by Ole Troan · 6 years ago
  96. e2f4e2f NAT44: do not create session record for identity mapping (VPP-1439) by Matus Fabian · 6 years ago
  97. 2fd4b56 replicate trace fix by Neale Ranns · 6 years ago
  98. 1502fc3 vcl: cleanup and fixes for vcl test code by Florin Coras · 6 years ago
  99. 58c101a vcl: use want_tx_evt for ct sessions by Florin Coras · 6 years ago
  100. 318de5d bond: active-backup mode is using the wrong load balance algo by Steven · 6 years ago