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