33 Commits (8b6aa69365ca6e9bbc3bf557a6ccc5ed2b468bec)

Author SHA1 Message Date
Nikita Ivanov 8b6aa69365 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() 3 years ago
Marc-André Lureau 22e135fca3 Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking() 4 years ago
Marc-André Lureau 0f9668e0c1 Remove qemu-common.h include from most units 4 years ago
Andrew Melnychenko 8f364e344c net: Added SetSteeringEBPF method for NetClientState. 5 years ago
Daniel P. Berrange e7b347d0bf net: detect errors from probing vnet hdr flag for TAP devices 6 years ago
Peter Maydell 89615cfef5 net/tap-solaris.c: Include qemu-common.h for TFR macro 6 years ago
Markus Armbruster d5938f29fe Clean up inclusion of sysemu/sysemu.h 7 years ago
Markus Armbruster 856dfd8a03 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h 7 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Peter Maydell 2744d9207f net: Clean up includes 10 years ago
Michael S. Tsirkin 4ee9b43be9 tap: fix non-linux build 11 years ago
Markus Armbruster 576c6eb670 tap-solaris: Convert tap_open() to Error 11 years ago
Markus Armbruster 468dd82408 tap: Permit incremental conversion of tap_open() to Error 11 years ago
Markus Armbruster 80b832c300 tap: Convert tap_set_sndbuf() to Error 11 years ago
Jason Wang 264986e2c8 tap: multiqueue support 13 years ago
Jason Wang e5dc0b402e tap: introduce a helper to get the name of an interface 13 years ago
Jason Wang 94fdc6d030 tap: add Linux multiqueue support 13 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 1422e32db5 net: reorganize headers 14 years ago
Laszlo Ersek 08c573a8d1 convert net_init_tap() to NetClientOptions 14 years ago
Dong Xu Wang 3a93113a00 fix typo: delete redundant semicolon 15 years ago
Michael S. Tsirkin 445d892f43 tap: add APIs for vnet header length 16 years ago
Blue Swirl 3690cec8f8 Fix a warning on OpenSolaris 16 years ago
Markus Armbruster 1ecda02b24 error: Replace qemu_error() by error_report() 16 years ago
Andreas Färber ee7139c33b tap: Compilation fix for Solaris 17 years ago
Mark McLoughlin f5c5e38179 net: fix vnet_hdr handling in solaris tap code 17 years ago
Mark McLoughlin 9c282718aa net: move UFO support detection to tap-linux.c 17 years ago
Mark McLoughlin 1faac1f7d4 net: move tap_set_offload() code into tap-linux.c 17 years ago
Mark McLoughlin dc69004c7d net: move tap_probe_vnet_hdr() to tap-linux.c 17 years ago
Mark McLoughlin 15ac913bfe net: move tap_set_sndbuf() to tap-linux.c 17 years ago
Mark McLoughlin 966ea5ec4f net: move solaris code to net/tap-solaris.c 17 years ago