45 Commits (bcfee4938f8d4e8bf5f49981d3c8a78cf267cb4e)

Author SHA1 Message Date
Akihiko Odaki ac2ff9b840 tap-linux: Open ipvtap and macvtap 2 years ago
Akihiko Odaki 52a7ff5269 tap: Remove tap_probe_vnet_hdr_len() 2 years ago
Yuri Benditovich f03e0cf63b tap: Add check for USO features 3 years ago
Andrew Melnychenko 2ab0ec3121 tap: Add USO support to tap device. 3 years ago
Nikita Ivanov 8b6aa69365 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() 4 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
Peter Foley e29919c93d net: Fix uninitialized data usage 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
Markus Armbruster d5938f29fe Clean up inclusion of sysemu/sysemu.h 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Alistair Francis 3dc6f86936 Convert error_report() to warn_report() 9 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
John Snow 594fd21102 trivial: remove trailing newline from error_report 11 years ago
Greg Kurz c80cd6bb9c tap: add VNET_LE/VNET_BE operations 11 years ago
Markus Armbruster 47896e2fd3 tap-linux: 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
Kusanagi Kouichi 1f149e721f tap-linux: Get features once and use it many times 12 years ago
Peter Lieven d26e445c80 tap: set IFF_ONE_QUEUE per default 13 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
Jason Wang 28a65891a0 net: tap: use abort() instead of assert(0) 13 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 1422e32db5 net: reorganize headers 14 years ago
Michael S. Tsirkin 89e6d68ef3 tap: reset vnet header size on open 14 years ago
Laszlo Ersek 08c573a8d1 convert net_init_tap() to NetClientOptions 14 years ago
Luiz Capitulino 93a7320e32 net: tap-linux: Fix unhelpful error message 15 years ago
Michael S. Tsirkin f157ed202e tap: safe sndbuf default 15 years ago
Michael S. Tsirkin 445d892f43 tap: add APIs for vnet header length 16 years ago
Michael Tokarev 91ca60e012 give some useful error messages when tap open 16 years ago
Markus Armbruster 1ecda02b24 error: Replace qemu_error() by error_report() 16 years ago
Markus Armbruster 2f7920166d error: Move qemu_error & friends into their own header 16 years ago
Pierre Riteau 2e50326c44 net: check for TUNSETOFFLOAD support before trying to enable offload features 17 years ago
Pierre Riteau 6720b35b81 net: fix TAP networking on host kernels without IFF_VNET_HDR support 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 c28b1c1007 net: move linux code into net/tap-linux.c 17 years ago
Mark McLoughlin e7e92325d9 net: split BSD tap_open() out into net/tap-bsd.c 17 years ago
Mark McLoughlin a8ed73f73d net: move more stuff into net/tap-win32.c, add net/tap.h 17 years ago
Edgar E. Iglesias fd6dc90ba0 cris: First shot at qdev for CRIS interrupts. 17 years ago
aliguori 5368a4228f Fix SDL on evdev hosts (Anthony Liguori) 17 years ago
aurel32 2e4d9fb126 Braille device support 18 years ago