1. 28adbb3 tap: fix missing "num-rx-queues" from cli help by Mohsin Kazmi · 4 years, 8 months ago
  2. 2857e78 tap: use one tap fd per rx queue by Aloys Augustin · 4 years, 9 months ago
  3. 206acf8 tap: add initial support for tun by Mohsin Kazmi · 4 years, 8 months ago
  4. 547a616 tap: fix the numa/queue for buffers by Mohsin Kazmi · 4 years, 9 months ago
  5. b49bc1a tap: add support for persistance by Mohsin Kazmi · 4 years, 10 months ago
  6. 2dbee93 api: improve api string safety by Jakub Grajciar · 4 years, 10 months ago
  7. 9f32b6a tap: fix the default parameter for num_rx_queues by Mohsin Kazmi · 4 years, 10 months ago
  8. 91592c0 tap: fix host mtu configuration setting by Mohsin Kazmi · 4 years, 11 months ago
  9. 3039753 tap: fix the host mac address by Mohsin Kazmi · 4 years, 11 months ago
  10. ba0061f tap: split gso and checksum offload functionality by Mohsin Kazmi · 5 years ago
  11. 5de4fb7 devices: tap API cleanup by Jakub Grajciar · 5 years ago
  12. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  13. 3f5594d gso: remove the interface count by Mohsin Kazmi · 5 years ago
  14. 0d3d482 tap: fix coverity warning 205875 by Andrew Yourtchenko · 5 years ago
  15. 7c6102b tap: multiqueue support by Damjan Marion · 5 years ago
  16. 44d0691 tap: Move client registration check to top by Paul Vinciguerra · 5 years ago
  17. 39807d0 tap: add check for vhost-net backend by Damjan Marion · 5 years ago
  18. 0ba86cb tap: fix cli parser by Damjan Marion · 5 years ago
  19. 6b0dd55 build: add yaml file linting to make checkstyle by Paul Vinciguerra · 5 years ago
  20. 97c998c docs: devices-- add FEATURES.yaml by Paul Vinciguerra · 5 years ago
  21. a069762 tap: revert clean-up when linux will delete the tap interface by Mohsin Kazmi · 5 years ago
  22. ba0da57 tap: fix tap interface not working on Arm issue by Lijian.Zhang · 5 years ago
  23. 19b697f tap: fix segv when host-if-name is not given by Mohsin Kazmi · 5 years ago
  24. c5d5327 tap: print the interface name on cli when created by Mohsin Kazmi · 5 years ago
  25. 3940de3 api: binary api cleanup by Dave Barach · 5 years ago
  26. c30d87e tap: fix memory errors with create/delete API by Benoît Ganne · 5 years ago
  27. 8d879e1 tap: fix memory errors in create/delete by Benoît Ganne · 5 years ago
  28. 97d54ed tap: add support to configure tap interface host MTU size by Mohsin Kazmi · 6 years ago
  29. 3f34017 tap: crash in multi-thread environment by Mohsin Kazmi · 6 years ago
  30. e4ac48e tap: clean-up when linux will delete the tap interface by Mohsin Kazmi · 6 years ago
  31. 2a6861f tap: fix the crash by Mohsin Kazmi · 6 years ago
  32. 2e1c896 API: Fix shared memory only action handlers. by Ole Troan · 6 years ago
  33. 09a3bc5 virtio: Add support for multiqueue by Mohsin Kazmi · 6 years ago
  34. fe750c2 Add RDMA ibverb driver plugin by Benoît Ganne · 6 years ago
  35. 3b0d7e4 Revert "API: Cleanup APIs interface.api" by Ole Trøan · 6 years ago
  36. e63325e API: Cleanup APIs interface.api by Jakub Grajciar · 6 years ago
  37. 4a310d2 tapv2: coverity strikes back by Steven Luong · 6 years ago
  38. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  39. 80659b4 virtio: Use new buffer optimization by Mohsin Kazmi · 6 years ago
  40. d6c15af virtio: Native virtio driver by Mohsin Kazmi · 6 years ago
  41. 754f24b tapv2: add "tap_flags" field to the TAPv2 interface API by Andrew Yourtchenko · 6 years ago
  42. 27ca298 tapv2: coverity woe by Steven · 6 years ago
  43. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  44. d600ffe Update tapv2 documentation by Ian Wells · 6 years ago
  45. 0b06111 VPP-1305: Add support for tags by Jerome Tollet · 7 years ago
  46. a23b615 tap: remove the local vlib_log_info definition by Mohsin Kazmi · 7 years ago
  47. cbe8d65 TAP memory leaks: by Neale Ranns · 7 years ago
  48. 07a3857 Add logging support by Damjan Marion · 7 years ago
  49. 074f698 tapv2: Sporadic SIGABRT in ethernet_input [VPP-1183] by Steven · 7 years ago
  50. 9e63569 tapv2: CLI and binary API fixes by Steven · 7 years ago
  51. 0b85673 tapv2: abort in tap_create_if (VPP-1179) by Steven · 7 years ago
  52. 829ee53 virtio: add missing tx lock when running multithreaded by Damjan Marion · 7 years ago
  53. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  54. 7866c45 tapv2: add option to set host-side default gw by Damjan Marion · 7 years ago
  55. a624dbe tapv2: deleting tap interface may leak buffers (VPP-1124) by Steven · 7 years ago
  56. 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
  57. e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
  58. 73e7f42 tap_v2: include host-side parameters in the dump binary API by Milan Lenco · 7 years ago
  59. 76dc22c call unformat_free in some flow, remove unnecessary calls by Swarup Nayak · 7 years ago
  60. 4e671d2 tap_v2: fix issues reported by coverity by Damjan Marion · 7 years ago
  61. 2df3909 tapv2: multiple improvements by Damjan Marion · 7 years ago
  62. 2aef64f tap_v2: convert ring size from network to host order by Milan Lenco · 7 years ago
  63. c99b4cd tap_v2: move code to vnet/devices/tap by Damjan Marion · 7 years ago