1. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  2. 40edaf6 tap: add num_tx_queues API by Nathan Skrzypczak · 3 years ago
  3. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  4. b7e4e6d virtio: integrate with new tx infra by Mohsin Kazmi · 3 years ago
  5. 0d05c0d interface: add multi tx-queues support for new tx infra by Mohsin Kazmi · 3 years, 1 month ago
  6. 9adcc97 devices: fix af_packet GSO check by Nathan Skrzypczak · 3 years, 1 month ago
  7. 2dc942e devices: support build on older kernels by Florin Coras · 3 years, 1 month ago
  8. 049a2ea virtio: improve the inline of clib_memcpy_fast by Mohsin Kazmi · 3 years, 1 month ago
  9. ad8b37d devices: remove dead code in pipe by Damjan Marion · 3 years, 1 month ago
  10. 6259406 virtio: fix the initialization by Mohsin Kazmi · 3 years, 1 month ago
  11. b225b0a devices: default mode eth in the api by Nathan Skrzypczak · 3 years, 2 months ago
  12. 2b716b1 tap: handle null namespace and bridge correctly by Matthew Smith · 3 years, 2 months ago
  13. c3225dd devices: fix coverity warning/don't leak fd by Klement Sekera · 3 years, 2 months ago
  14. cae84fa devices: add support for l3 af_packet interface by Mohsin Kazmi · 3 years, 2 months ago
  15. 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
  16. efd967f tap: free the tap_fds vec on interface deletion by Mohsin Kazmi · 3 years, 3 months ago
  17. 2c0dc3e virtio: remove control queue support from virtio_show() for tap/tun by Mohsin Kazmi · 3 years, 2 months ago
  18. f546236 devices: add support for pseudo header checksum by Mohsin Kazmi · 3 years, 10 months ago
  19. 979545e tap: Fix tap create with ns by Nathan Skrzypczak · 3 years, 3 months ago
  20. 7d0e30b devices: Add queues params in create_if by Nathan Skrzypczak · 3 years, 6 months ago
  21. ed40167 virtio: Still init unused txq by Nathan Skrzypczak · 3 years, 7 months ago
  22. b21fd4b tap: move the api msg_id_base to tap_main_t by Mohsin Kazmi · 3 years, 3 months ago
  23. a7d2aab tap: remove cxq_vring from tap/tun by Mohsin Kazmi · 3 years, 3 months ago
  24. e4efbe7 virtio: fix the type of argument in virtio_show() by Mohsin Kazmi · 3 years, 3 months ago
  25. 764a878 tap: set device name on creation via TUNSETIFF by Duncan Eastoe · 3 years, 3 months ago
  26. eed6fc9 devices: restore regular af-packet tx path by Mohammed Hawari · 3 years, 3 months ago
  27. ce50758 vhost: migrate to new TX infra by Steven Luong · 3 years, 4 months ago
  28. 03f2a01 vlib: add format_vnet_buffer_no_chain by Benoît Ganne · 3 years, 5 months ago
  29. 38071b1 vhost: interrupt mode support with mq by Steven Luong · 3 years, 8 months ago
  30. 4cef6de vppinfra: add abstract socket & netns fns by Nathan Skrzypczak · 3 years, 5 months ago
  31. af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
  32. 0cc23b7 tap: Set the MTU on the TUN deivce by Neale Ranns · 3 years, 7 months ago
  33. 9f562cd virtio: api cleanup by Filip Tehlar · 3 years, 6 months ago
  34. 4f348df virtio: api cleanup by Filip Tehlar · 3 years, 6 months ago
  35. 1eb9cd3 devices: af_packet api cleanup by Filip Tehlar · 3 years, 6 months ago
  36. 3808ec0 devices: tapv2 api cleanup by Filip Tehlar · 3 years, 6 months ago
  37. 36d5c97 devices: api cleanup by Filip Tehlar · 3 years, 6 months ago
  38. 68d48d9 pg: Reduce the inclusion of pg.h by Neale Ranns · 3 years, 7 months ago
  39. 637c97c virtio: add the checks for descriptors chain len by Mohsin Kazmi · 3 years, 7 months ago
  40. 27e93a5 vhost: low performance in interrupt mode in some cases by Steven Luong · 3 years, 7 months ago
  41. 36f7a6a vlib: fix the offload flags size by Mohsin Kazmi · 3 years, 8 months ago
  42. a7e830e vlib: move offload flags to 1st cacheline in vlib_buffer_t by Mohsin Kazmi · 3 years, 8 months ago
  43. a02ad34 virtio: add simple drop counter for interface by Mohsin Kazmi · 3 years, 8 months ago
  44. 6799f9b virtio: fix the interrupt by Mohsin Kazmi · 3 years, 8 months ago
  45. f89bbbe vlib: refactor trajectory trace debug feature by Benoît Ganne · 3 years, 10 months ago
  46. e39376e devices: af_packet - use netlink to get/set mtu by Aloys Augustin · 3 years, 9 months ago
  47. e2daada vhost: Crash upon disconnect by Steven Luong · 3 years, 9 months ago
  48. 809d5c9 virtio: improve compilation time by Damjan Marion · 3 years, 9 months ago
  49. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  50. f16e9a5 ipsec: Support async mode per-SA by Neale Ranns · 3 years, 10 months ago
  51. 90ffe06 virtio: place the event fds on worker threads for pci device by Mohsin Kazmi · 3 years, 10 months ago
  52. 7a29a2d ipsec: enable input features on tunnels by Brian Russell · 3 years, 10 months ago
  53. 5db2f4a virtio: enable the interrupt support for uio_pci_generic by Mohsin Kazmi · 3 years, 10 months ago
  54. 6809538 vlib: refactor checksum offload support by Mohsin Kazmi · 3 years, 10 months ago
  55. 8f01084 virtio: use vpp clib_memset instead glibc memset by Mohsin Kazmi · 4 years ago
  56. d8b7dec virtio: add atomic call for kicking by Mohsin Kazmi · 4 years ago
  57. ffc6bdc devices: af-packet gso mtu by Nathan Skrzypczak · 3 years, 11 months ago
  58. 4b56340 tap: fix the interrupt handling by Mohsin Kazmi · 3 years, 11 months ago
  59. d6361c7 vhost: vhost interface hardware address not set by Steven Luong · 3 years, 11 months ago
  60. b85b0df interface: remove vnet_device_input_runtime_t by Mohammed Hawari · 4 years ago
  61. 85c1943 devices: adapt af_packet to new rxq framework by Mohammed Hawari · 4 years ago
  62. 9410053 interface: rx queue infra rework, part one by Damjan Marion · 4 years, 1 month ago
  63. 27ba500 vhost: Add event index for interrupt notification to driver by Steven Luong · 4 years, 1 month ago
  64. e2e9fe5 tap: fix the buffering index for gro by Mohsin Kazmi · 4 years ago
  65. 5481ad4 vlib: add missing file template descriptions by Paul Vinciguerra · 4 years, 11 months ago
  66. 2c1084a virtio: Extend vhost multi-queues support beyond 8 queue pairs by Steven Luong · 4 years ago
  67. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  68. 62c25ab vppinfra: simpler and faster pool_foreach by Damjan Marion · 4 years ago
  69. 32526a4 virtio: fix vrings overflow in vhost_user by Benoît Ganne · 4 years ago
  70. 2484186 virtio: fix the interrupt handling for packed queues by Mohsin Kazmi · 4 years ago
  71. a17381a virtio: fix the len offset by Mohsin Kazmi · 4 years ago
  72. b18b190 virtio: fix the offloads in tx path by Mohsin Kazmi · 4 years ago
  73. e7af6f7 virtio: fix overflow in case of buffering + drop by Benoît Ganne · 4 years, 1 month ago
  74. b977d3f virtio: virtio: implement packed queues from virtio 1.1 by Mohsin Kazmi · 4 years, 1 month ago
  75. 2db9273 devices: remove unused code by Damjan Marion · 4 years, 1 month ago
  76. 81dac06 virtio: fix the index issue by Mohsin Kazmi · 4 years, 1 month ago
  77. 9a3973e vlib: fix trace number accounting by Benoît Ganne · 4 years, 2 months ago
  78. a6c34a1 tap: add function to set speed by Alexander Chernavin · 4 years, 3 months ago
  79. bd50ed1 tap: allow change of carrier state on host by Matthew Smith · 4 years, 5 months ago
  80. d4a5471 virtio: misc optimizations by Damjan Marion · 4 years, 2 months ago
  81. 587f913 virtio: move retry logic to outer function by Damjan Marion · 4 years, 2 months ago
  82. 108b15b tap: fix the segv by Mohsin Kazmi · 4 years, 2 months ago
  83. e403113 misc: Break the big IP header files to improve compile time by Neale Ranns · 4 years, 2 months ago
  84. 224a3c0 virtio: fix the buffer array index by Mohsin Kazmi · 4 years, 2 months ago
  85. 2e6f624 virtio: improve the compile time by Mohsin Kazmi · 4 years, 2 months ago
  86. ee1e30f virtio: reduce the compile time for device.c by Mohsin Kazmi · 4 years, 2 months ago
  87. ac0f536 virtio: checksum error reported for ip6 traffic with GSO enable by Steven Luong · 4 years, 2 months ago
  88. 784bbcc tap: fix the api for use of vec_len by Mohsin Kazmi · 4 years, 2 months ago
  89. a5203b5 virtio: run process to send interrupts to input nodes by Mohsin Kazmi · 4 years, 2 months ago
  90. d96b28a virtio: improve input node performance by Damjan Marion · 4 years, 2 months ago
  91. dc18124 virtio: move lock and kick to outer function by Damjan Marion · 4 years, 2 months ago
  92. 4769ed9 virtio: fix compilation time by Damjan Marion · 4 years, 2 months ago
  93. 03b76a2 tap: replaces strlen to vec_len by Mohsin Kazmi · 4 years, 2 months ago
  94. 8c69887 misc: clang-11 and gcc-10 support by Damjan Marion · 4 years, 2 months ago
  95. eabd424 interface: shorten vnet_hw_if_rx_mode by Damjan Marion · 4 years, 2 months ago
  96. 8314371 virtio: fix the trace by Mohsin Kazmi · 4 years, 2 months ago
  97. 162a296 virtio: fix modern device queue notify by Mohsin Kazmi · 4 years, 3 months ago
  98. e347acb virtio: add packet buffering on tx by Mohsin Kazmi · 4 years, 3 months ago
  99. 1017a1d virtio: fix the gro enable/disable on tx-vrings by Mohsin Kazmi · 4 years, 3 months ago
  100. 03b2695 virtio: refactor tx trace by Mohsin Kazmi · 4 years, 3 months ago