1. 8b6aa69 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() by Nikita Ivanov · 2 years, 2 months ago
  2. 22e135f Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() by Marc-André Lureau · 2 years, 8 months ago
  3. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
  4. e29919c net: Fix uninitialized data usage by Peter Foley · 2 years, 11 months ago
  5. 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 7 months ago
  6. e7b347d net: detect errors from probing vnet hdr flag for TAP devices by Daniel P. Berrange · 4 years, 5 months ago
  7. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  8. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  9. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 7 years ago
  10. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  11. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  12. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  13. 594fd21 trivial: remove trailing newline from error_report by John Snow · 9 years ago
  14. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 9 years ago
  15. 47896e2 tap-linux: Convert tap_open() to Error by Markus Armbruster · 10 years ago
  16. 468dd82 tap: Permit incremental conversion of tap_open() to Error by Markus Armbruster · 10 years ago
  17. 80b832c tap: Convert tap_set_sndbuf() to Error by Markus Armbruster · 10 years ago
  18. 1f149e7 tap-linux: Get features once and use it many times by Kusanagi Kouichi · 11 years ago
  19. d26e445 tap: set IFF_ONE_QUEUE per default by Peter Lieven · 12 years ago
  20. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  21. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  22. 94fdc6d tap: add Linux multiqueue support by Jason Wang · 12 years ago
  23. 28a6589 net: tap: use abort() instead of assert(0) by Jason Wang · 12 years ago
  24. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  25. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  26. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  27. 89e6d68 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  28. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 12 years ago
  29. 93a7320 net: tap-linux: Fix unhelpful error message by Luiz Capitulino · 13 years ago
  30. f157ed2 tap: safe sndbuf default by Michael S. Tsirkin · 14 years ago
  31. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 14 years ago
  32. 91ca60e give some useful error messages when tap open by Michael Tokarev · 15 years ago
  33. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  34. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  35. 2e50326 net: check for TUNSETOFFLOAD support before trying to enable offload features by Pierre Riteau · 15 years ago
  36. 6720b35 net: fix TAP networking on host kernels without IFF_VNET_HDR support by Pierre Riteau · 15 years ago
  37. 9c28271 net: move UFO support detection to tap-linux.c by Mark McLoughlin · 15 years ago
  38. 1faac1f net: move tap_set_offload() code into tap-linux.c by Mark McLoughlin · 15 years ago
  39. dc69004 net: move tap_probe_vnet_hdr() to tap-linux.c by Mark McLoughlin · 15 years ago
  40. 15ac913 net: move tap_set_sndbuf() to tap-linux.c by Mark McLoughlin · 15 years ago
  41. c28b1c1 net: move linux code into net/tap-linux.c by Mark McLoughlin · 15 years ago