COMMITS
/ net/tap-linux.c October 23, 2022
N
Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
Nikita Ivanov committed
April 25, 2022
M
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
January 14, 2022
P
net: Fix uninitialized data usage
Peter Foley committed
May 14, 2021
A
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko committed
July 7, 2020
D
net: detect errors from probing vnet hdr flag for TAP devices
Daniel P. Berrange committed
August 12, 2019
M
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
July 12, 2017
A
Convert error_report() to warn_report()
Alistair Francis committed
March 20, 2016
V
util: move declarations out of qemu-common.h
Veronia Bahaa committed
March 14, 2016
M
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster committed
January 29, 2016
P
net: Clean up includes
Peter Maydell committed
June 29, 2015
J
trivial: remove trailing newline from error_report
John Snow committed
June 17, 2015
G
tap: add VNET_LE/VNET_BE operations
Greg Kurz committed
May 15, 2015
M
tap-linux: Convert tap_open() to Error
Markus Armbruster committed
M
tap: Permit incremental conversion of tap_open() to Error
Markus Armbruster committed
M
tap: Convert tap_set_sndbuf() to Error
Markus Armbruster committed
January 18, 2014
K
tap-linux: Get features once and use it many times
Kusanagi Kouichi committed
February 25, 2013
P
tap: set IFF_ONE_QUEUE per default
Peter Lieven committed
January 30, 2013
J
tap: multiqueue support
Jason Wang committed
J
tap: introduce a helper to get the name of an interface
Jason Wang committed
J
tap: add Linux multiqueue support
Jason Wang committed
J
net: tap: use abort() instead of assert(0)
Jason Wang committed
December 17, 2012
P
softmmu: move include files to include/sysemu/
Paolo Bonzini committed
P
misc: move include files to include/qemu/
Paolo Bonzini committed
October 24, 2012
P
net: reorganize headers
Paolo Bonzini committed
November 12, 2012
M
tap: reset vnet header size on open
Michael S. Tsirkin committed
July 17, 2012
L
convert net_init_tap() to NetClientOptions
Laszlo Ersek committed
October 14, 2011
L
net: tap-linux: Fix unhelpful error message
Luiz Capitulino committed
February 1, 2011
M
tap: safe sndbuf default
Michael S. Tsirkin committed
July 16, 2010
M
tap: add APIs for vnet header length
Michael S. Tsirkin committed
June 2, 2010
M
give some useful error messages when tap open
Michael Tokarev committed
February 18, 2010
M
error: Replace qemu_error() by error_report()
Markus Armbruster committed
M
error: Move qemu_error & friends into their own header
Markus Armbruster committed
November 25, 2009
P
net: check for TUNSETOFFLOAD support before trying to enable offload features
Pierre Riteau committed
P
net: fix TAP networking on host kernels without IFF_VNET_HDR support
Pierre Riteau committed
October 22, 2009
M
net: move UFO support detection to tap-linux.c
Mark McLoughlin committed
M
net: move tap_set_offload() code into tap-linux.c
Mark McLoughlin committed
M
net: move tap_probe_vnet_hdr() to tap-linux.c
Mark McLoughlin committed
M
net: move tap_set_sndbuf() to tap-linux.c
Mark McLoughlin committed
M
net: move linux code into net/tap-linux.c
Mark McLoughlin committed