1. 3940de3 api: binary api cleanup by Dave Barach · 5 years ago
  2. 545866b devices: vhost handling VHOST_USER_SET_FEATURES by Steven Luong · 5 years ago
  3. 58b2eb1 vlib: convert frame_index into real pointers by Andreas Schultz · 5 years ago
  4. e558496 devices: virtio pci leaking spinlock by Steven Luong · 5 years ago
  5. 5e1794d tap: fix the total length of packet for stats byte by Mohsin Kazmi · 5 years ago
  6. 97d54ed tap: add support to configure tap interface host MTU size by Mohsin Kazmi · 6 years ago
  7. 3f34017 tap: crash in multi-thread environment by Mohsin Kazmi · 6 years ago
  8. bbd6b74 virtio: Add gso support for native virtio driver by Mohsin Kazmi · 6 years ago
  9. aea0df3 Tap: Fix the indirect buffers allocation VPP-1660 by Mohsin Kazmi · 6 years ago
  10. f8d5068 init / exit function ordering by Dave Barach · 6 years ago
  11. 0549378 virtio: refactor ctrl queue support by Mohsin Kazmi · 6 years ago
  12. 154a903 virtio: Fix virtio buffer allocation by Mohsin Kazmi · 6 years ago
  13. 43b512c virtio: remove configurable queue size support by Mohsin Kazmi · 6 years ago
  14. 286aa59 tap: Fix the indirect buffer allocation by Mohsin Kazmi · 6 years ago
  15. e4ac48e tap: clean-up when linux will delete the tap interface by Mohsin Kazmi · 6 years ago
  16. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  17. f324dec fixing typos by Jim Thompson · 6 years ago
  18. 46f877e virtio: Fix the coverity warnings by Mohsin Kazmi · 6 years ago
  19. 09a3bc5 virtio: Add support for multiqueue by Mohsin Kazmi · 6 years ago
  20. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  21. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  22. 7e5735d vhost-user: restart vpp may cause vhost to crash by Steven Luong · 6 years ago
  23. aee7364 deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  24. 608996d devices: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  25. b078910 vhoat: potential crash in map_guest_mem using debug image by Steven Luong · 6 years ago
  26. 296988d Add no-append flag to vlib_frame_t by Damjan Marion · 6 years ago
  27. 67f935e vhost: VPP stalls with vhost performing control plane actions by Steven Luong · 6 years ago
  28. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  29. 47727c0 Add -fno-common compile option by Benoît Ganne · 6 years ago
  30. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  31. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  32. b74fe32 virtio: enable msix interrupt mode by Mohsin Kazmi · 6 years ago
  33. 80659b4 virtio: Use new buffer optimization by Mohsin Kazmi · 6 years ago
  34. 0e2bc63 virtio: fix the device order (legacy or modern) by Mohsin Kazmi · 6 years ago
  35. 22c0ece virtio: Support legacy and transitional virtio devices by Mohsin Kazmi · 6 years ago
  36. ddd2183 virtio: Minor fixes and header cleanup by Mohsin Kazmi · 6 years ago
  37. 33cc5cf virtio: Add support for logging by Mohsin Kazmi · 6 years ago
  38. d6c15af virtio: Native virtio driver by Mohsin Kazmi · 6 years ago
  39. e40231b virtio: fix kick race issue by Damjan Marion · 6 years ago
  40. d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
  41. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  42. 96e8cd0 vhost-user: use memory store barrier by Damjan Marion · 6 years ago
  43. 46bf866 vhost-user: add missing inlines by Damjan Marion · 6 years ago
  44. ba1afaa vhost-user: avoid global storage access by Damjan Marion · 6 years ago
  45. 9282538 vhost-user: simplify input loop by Damjan Marion · 6 years ago
  46. 6a8bfd4 vhost-user: hint ethernet-input about single sw_if_index by Damjan Marion · 6 years ago
  47. 9af4504 vhost-user: avoid per-packet feature arc lookups by Damjan Marion · 6 years ago
  48. befe691 vhost-user: fix input node runtime stats by Damjan Marion · 6 years ago
  49. 7e0b17d vhost-user: cleanup by Damjan Marion · 6 years ago
  50. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  51. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  52. 0c46998 vhost: crash in vhost_user_tx_avx2 by Steven · 6 years ago
  53. 5b718d5 Enable atomic swap and store macro with acquire and release ordering by Sirshak Das · 6 years ago
  54. 5723f4a virtio: remove the extra return call by Mohsin Kazmi · 6 years ago
  55. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  56. 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
  57. 2f54c27 vhost-user: add support for vlib_log API by Jerome Tollet · 6 years ago
  58. b192feb vhost-user: Interface state updates by Juraj Sloboda · 6 years ago
  59. 83c46a2 vhost_user: Fix setting MTU using uninitialized variable by Juraj Sloboda · 6 years ago
  60. 877ad14 vhost: show vhost may display garbage after the interface name by Steven · 6 years ago
  61. ee2e58f vhost-user: Add disable feature support in api by Mohsin Kazmi · 6 years ago
  62. 28812a0 vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406] by Yichen Wang · 6 years ago
  63. 6e36351 Multiarch handling in different constructor macros by Damjan Marion · 6 years ago
  64. dd8e7d0 Multiversioning: Device (tx) function constructor by Mohsin Kazmi · 6 years ago
  65. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  66. e7cde31 vhost: Add multi-versioning support by Mohsin Kazmi · 6 years ago
  67. 99d7a72 gcc8 and Wstringop-truncation by Marco Varlese · 6 years ago
  68. d723161 MTU: Software interface / Per-protocol MTU support by Ole Troan · 7 years ago
  69. a50a14c itf: Fix admin up down for AF_PACKET and vhost-user by Mohsin Kazmi · 7 years ago
  70. 1105600 vppinfra: use count_trailing_zeros in sparse_vec_index by Damjan Marion · 7 years ago
  71. 583f158 vhost: show vhost-user <interface> may crash [VPP-1242] by Steven · 7 years ago
  72. fe7d4a2 Revert "MTU: Setting of MTU on software interface (instead of hardware interface)" by Damjan Marion · 7 years ago
  73. 70083ee MTU: Setting of MTU on software interface (instead of hardware interface) by Ole Troan · 7 years ago
  74. 074f698 tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183] by Steven · 7 years ago
  75. 829ee53 virtio: add missing tx lock when running multithreaded by Damjan Marion · 7 years ago
  76. 508cabc virtio: reset vnet header on tx by Damjan Marion · 7 years ago
  77. 2ae5135 vhostuser: Fix vhostuser file descriptor leak by Haiyang Tan · 7 years ago
  78. d3cb7ba vhost: Added ARMV8 NEON version of function map_guest_mem() (VPP-1085) by Nitin Saxena · 7 years ago
  79. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  80. 7b0933a vhost_user: code cleanup by Haiyang Tan · 7 years ago
  81. 28cf3b7 VPP-899: Run VPP under SELinux by Billy McFall · 7 years ago
  82. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  83. 352ecd9 vhost_user: 'nregions' saves the actual number of mapped guest physical address area by Haiyang Tan · 7 years ago
  84. c58408c vlib: add vlib_buffer_alloc_to_ring API by Damjan Marion · 7 years ago
  85. a624dbe tapv2: deleting tap interface may leak buffers (VPP-1124) by Steven · 7 years ago
  86. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  87. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  88. 73e7f42 tap_v2: include host-side parameters in the dump binary API by Milan Lenco · 7 years ago
  89. 2df3909 tapv2: multiple improvements by Damjan Marion · 7 years ago
  90. c99b4cd tap_v2: move code to vnet/devices/tap by Damjan Marion · 7 years ago
  91. 37eba0d tap_v2: coverity strikes, again! by Steven · 7 years ago
  92. 7074961 virtio: zero data structs in virtio_vring_init by Damjan Marion · 7 years ago
  93. 91c6ef7 tap_v2: multiple improvements by Damjan Marion · 7 years ago
  94. f953dfc virtio: fix coverity warnings by Steven · 7 years ago
  95. 17fdae7 tap_v2: move netlink code to separate file by Damjan Marion · 7 years ago
  96. 8389fb9 virtio: fast TAP interfaces with vhost-net backend by Damjan Marion · 7 years ago
  97. d772753 vhost: crash under heavy traffic condition due to memory corruption (VPP-1016) by Steven · 8 years ago
  98. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  99. 56a8684 fix buffer allocation for sparse jumbo frames in vhost by Pierre Pfister · 7 years ago
  100. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago