summaryrefslogtreecommitdiffstats
path: root/net/tap-solaris.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-041-0/+5
* net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange2020-07-151-1/+1
* net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell2020-07-071-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* net: Clean up includesPeter Maydell2016-02-041-1/+1
* tap: fix non-linux buildMichael S. Tsirkin2015-06-191-0/+10
* tap-solaris: Convert tap_open() to ErrorMarkus Armbruster2015-05-271-29/+30
* tap: Permit incremental conversion of tap_open() to ErrorMarkus Armbruster2015-05-271-1/+2
* tap: Convert tap_set_sndbuf() to ErrorMarkus Armbruster2015-05-271-2/+1Star
* tap: multiqueue supportJason Wang2013-02-011-1/+2
* tap: introduce a helper to get the name of an interfaceJason Wang2013-02-011-0/+4
* tap: add Linux multiqueue supportJason Wang2013-02-011-0/+11
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+9
* Fix a warning on OpenSolarisBlue Swirl2010-07-311-0/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* tap: Compilation fix for SolarisAndreas Färber2009-12-131-0/+1
* net: fix vnet_hdr handling in solaris tap codeMark McLoughlin2009-12-031-0/+11
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move solaris code to net/tap-solaris.cMark McLoughlin2009-10-301-0/+185