1. 5c7c49d Fix documentation for SHG in bridge domain by Yichen Wang · 6 years ago
  2. 33e6583 vmxnet3: add support for "non-default" next node by Steven · 6 years ago
  3. c15d148 disable scatter/gather for ENA with DPDK 18.08 by Matthew Smith · 6 years ago
  4. 2f459d7 STATS: First go at documentation by Ole Troan · 6 years ago
  5. 3aa7af3 svm: better march support for svm fifo by Florin Coras · 6 years ago
  6. b4603a7 STATS: Optimistic concurrency handling in Python library. by Ole Troan · 6 years ago
  7. 45d5c87 STATS: Add Python 3 support to vpp_stats.py. by Ole Troan · 6 years ago
  8. 58492a8 STATS: Dynamically mapped shared memory segment by Ole Troan · 6 years ago
  9. 40ea3f5 Register cdp_input when enabled for the first time by Dave Barach · 6 years ago
  10. b023d59 vmxnet3: fix clang initialization error by Florin Coras · 6 years ago
  11. 64a80f2 fix nsh map index error, it will cause vpp appear Segmentation fault when vpp process double packages by zhanglimao · 6 years ago
  12. 35e22ce tls: fix openssl engine write complete condition by Florin Coras · 6 years ago
  13. 4829bab session: ensure detach is done with worker barrier by Florin Coras · 6 years ago
  14. b5e94e3 tls: use application interface apis by Florin Coras · 6 years ago
  15. df7f8e8 vmxnet3 device driver by Steven Luong · 7 years ago
  16. ef90ed0 BIER API and load-balancing fixes by Neale Ranns · 6 years ago
  17. ccf444d Remove scaffolding by Dave Barach · 6 years ago
  18. eeadc14 cpack: add deb/rpm packaging to VPP module by Damjan Marion · 6 years ago
  19. 77bc1a5 dpdk: add detection of mellanox PMDs by Damjan Marion · 6 years ago
  20. 633b6fd vlib: introduce user flags in vlib_frame_t by Damjan Marion · 6 years ago
  21. 93008c2 acl-plugin: do not do clib_smp_atomic_add on per-worker counters by Andrew Yourtchenko · 6 years ago
  22. 1fc44b6 Revert "L2-input: use vlib_buffer_enqueue_to_next" by John Lo · 6 years ago
  23. e166fd9 Ehnance and fix vpp_api_test and custom_dump to support SR-MPLS by John Lo · 6 years ago
  24. 86f0450 vcl: keep track of unexpected events by Florin Coras · 6 years ago
  25. 958192d cmake: use VPP package in VOM by Damjan Marion · 6 years ago
  26. d23d39c Fix memory leak in API/CLI to create/modify SR policies by John Lo · 6 years ago
  27. 12a3020 Add a polling configure to make thread bind with hardware engine by Ping Yu · 6 years ago
  28. c25eb45 L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fix by Neale Ranns · 6 years ago
  29. 008eef3 vppinfra: optmize clib_count_equal functions by Damjan Marion · 6 years ago
  30. bb4e022 NAT: TCP MSS clamping by Matus Fabian · 6 years ago
  31. c2b4dbe Trivial: Fix lisp flag label by Paul Vinciguerra · 6 years ago
  32. 0bdd319 IP-neighbor: add and delete internal API by Neale Ranns · 6 years ago
  33. 9ce6a21 Fix: vppapigen make build fails on fresh install by Paul Vinciguerra · 6 years ago
  34. b123255 L2-input: use vlib_buffer_enqueue_to_next by Neale Ranns · 6 years ago
  35. 48a30d3 fix bihash test code by Dave Barach · 6 years ago
  36. 0fa900e cmake: create cmake VPP module, update sample-plugin so it uses it by Damjan Marion · 6 years ago
  37. 79dcbc7 Always use 'lib' instead of 'lib64' by Damjan Marion · 6 years ago
  38. 3501553 Fix LB memory leak and remove useless code by Pierre Pfister · 6 years ago
  39. e849da2 fix missing extern in vnet/ethernet/node.c by Damjan Marion · 6 years ago
  40. f0fa317 L2-Learn: use vlib_buffer_enqueue_to_next by Neale Ranns · 6 years ago
  41. 28812a0 vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406] by Yichen Wang · 6 years ago
  42. 79a05f5 VXLAN-GBP: use common types on the API by Neale Ranns · 6 years ago
  43. 0b48cde device flags will set in dpdk_update_link_state. by Khers · 6 years ago
  44. 759226e Add and enable u32x4_extend_to_u64x2_high for aarch64 NEON intrinsics. by Sirshak Das · 6 years ago
  45. dbecf18 Fix create memif socket by Ed Warnicke · 6 years ago
  46. 2cba853 vcl: add apis that expos fifo as buffer by Florin Coras · 6 years ago
  47. 41c9e04 vcl: improve read and fifo event handling by Florin Coras · 6 years ago
  48. ffb14b9 bihash 32/64 bit shared memory interop by Dave Barach · 6 years ago
  49. 9b2f51a indent off in ip_lookup_set_buffer_fib_index by Neale Ranns · 6 years ago
  50. eb1525f L2-learn; cache prefetch fix by Neale Ranns · 6 years ago
  51. c0a9314 GBP Endpoint Updates by Neale Ranns · 6 years ago
  52. 0d8cbc1 vat: remove the endiness for u8 by Mohsin Kazmi · 6 years ago
  53. 958cff7 VAT: plugin load errors by Ole Troan · 6 years ago
  54. 0be66e1 remove libvlib from libvlibmemoryclient libs by Matthew Smith · 6 years ago
  55. 58f50f1 nat: fix busy ports of each thread by dongjuan · 6 years ago
  56. 6da42de Replacing vtbl NEON intrinsic with rev NEON intrinsic for byte_swap. by Sirshak Das · 6 years ago
  57. 8e5d5db Add u32x4_extend_to_u64x2 for aarch64 using NEON intrinsics by Sirshak Das · 6 years ago
  58. 61f325d Add horizontal add (hadd) vector intrinsic via NEON. by Sirshak Das · 6 years ago
  59. 34a962b vapi: support VLAs in typedefs by Klement Sekera · 6 years ago
  60. 19b4a48 dpdk: clean interface link information on admin down / stop by Damjan Marion · 6 years ago
  61. 1606d3a dpdk-plugin: do not request SCTP offload, some cards do not support it while supporting TCP/UDP by Andrew Yourtchenko · 6 years ago
  62. 5beecec new multiversioning on ethernet input nodes by Damjan Marion · 6 years ago
  63. 61b94c6 vxlan-gbp: Add support for vxlan gbp by Mohsin Kazmi · 6 years ago
  64. b414d0d cmake: put vpp_api_test back to packaging by Damjan Marion · 6 years ago
  65. 2179513 session: lock app worker mq for io events by Florin Coras · 6 years ago
  66. 97f592f vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] by Steven · 6 years ago
  67. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  68. 3348a4c vcl: set worker pthread stop key by Florin Coras · 6 years ago
  69. de9f08b vcl: register workers in order by Florin Coras · 6 years ago
  70. da3eec1 session: detect namespace for transport apps by Florin Coras · 6 years ago
  71. 74cac88 session: fix reentrant listens by Florin Coras · 6 years ago
  72. 36feebb Improve NTP / kernel time change event handling by Dave Barach · 6 years ago
  73. 833de8c cmake: set packaging component for different files by Damjan Marion · 6 years ago
  74. 0745036 Cavium OcteonTX: cache line fix by Marco Varlese · 6 years ago
  75. 4e588aa VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. by Ole Troan · 6 years ago
  76. b54d081 L2-FIB: replace bit-fields with flags by Neale Ranns · 6 years ago
  77. 3b93be5 IP route update fix when multipath and drop set by Neale Ranns · 6 years ago
  78. c84cbad PAPI: Unpack embedded types with variable length arrays. by Ole Troan · 6 years ago
  79. 4c842f8 Remove qsort.c from vppinfra by Damjan Marion · 6 years ago
  80. 6d4bb42 vcl: refactor test client to support workers by Florin Coras · 6 years ago
  81. 49ca260 Add flush flag on del as command by Hongjun Ni · 6 years ago
  82. e4b202a geneve: fix variable initial value by Zhiyong Yang · 6 years ago
  83. 66bff59 cmake: Fix compilation for OCTEONTx by Nitin Saxena · 6 years ago
  84. c5cb638 Silence warning over ignored return value (CID 187932) by Chris Luke · 6 years ago
  85. 70fda4c vxlan: improve encap performance by Zhiyong Yang · 6 years ago
  86. ecdfb2c eth_mac_equal takes const pointers by Neale Ranns · 6 years ago
  87. 6011b5e vxlan_gpe: optimize encap performance by Zhiyong Yang · 6 years ago
  88. a9cf6af Fix Telnet option processing issue by Chris Luke · 6 years ago
  89. 483a54b acl-plugin: VPP-1400: fix crash when removing a session entry by Andrew Yourtchenko · 6 years ago
  90. 1459877 vcl/session/svm: fix coverity warnings by Florin Coras · 6 years ago
  91. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  92. ed234e7 Enum type on the API for QoS sources by Neale Ranns · 6 years ago
  93. a7f8b22 NAT: fix maximum out of order fragments (VPP-1399) by Matus Fabian · 6 years ago
  94. 573c7af STATS: Update Prometheus port by Ole Troan · 6 years ago
  95. 3f812aa Add missing API MAC address encode implementation by Neale Ranns · 6 years ago
  96. 3328e90 acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on applied ACLs by Andrew Yourtchenko · 6 years ago
  97. 5d28c7a NAT: add support for configurable port range (VPP-1346) by Matus Fabian · 6 years ago
  98. 3e48302 avf: fix random rss key by Jakub Grajciar · 6 years ago
  99. ceb8d5a l2_output:skip processing if no features are enabled by Eyal Bari · 6 years ago
  100. 293aa05 vcl: refactor test apps to use multiple workers by Florin Coras · 6 years ago