index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tap.c
Age
Commit message (
Expand
)
Author
2020-07-15
net: detect errors from probing vnet hdr flag for TAP devices
Daniel P. Berrange
2020-07-15
net: check if the file descriptor is valid before using it
Laurent Vivier
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-06-18
tap: allow extended virtio header with hash info
Yuri Benditovich
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-29
net: tap: replace snprintf with g_strdup_printf calls
Prasad J Pandit
2019-03-29
net: tap: use qemu_set_nonblock
Li Qiang
2018-07-20
tap: fix memory leak on success to create a tap device
Yunjian Wang
2018-06-15
tap: set vhostfd passed from qemu cli to non-blocking
Brijesh Singh
2018-05-14
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
Thomas Huth
2018-03-05
tap: setting error appropriately when calling net_init_tap_one()
Jay Zhou
2017-01-20
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2017-01-20
tap: fix memory leak on failure in net_init_tap()
Peter Maydell
2017-01-18
vhost_net: device IOTLB support
Jason Wang
2016-09-27
tap: Allow specifying a bridge
Alexey Kardashevskiy
2016-07-29
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
2016-07-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...
Peter Maydell
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
net: use Netdev instead of NetClientOptions in client init
Kővágó, Zoltán
2016-07-18
tap: fix memory leak on failure to create a multiqueue tap device
Paolo Bonzini
2016-07-13
tap: use an exit notifier to call down_script
Marc-André Lureau
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-05-25
net/tap: Allocating Large sized arrays to heap
Zhou Jie
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-08
net: simplify net_init_tap_one logic
Paolo Bonzini
2016-02-04
net: Clean up includes
Peter Maydell
2015-11-02
net: Convert to new qapi union layout
Eric Blake
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-17
tap: add VNET_LE/VNET_BE operations
Greg Kurz
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-06-12
tap: Drop tap_can_send
Fam Zheng
2015-05-27
tap: Improve -netdev/netdev_add/-net/... tap error reporting
Markus Armbruster
2015-05-27
tap: Finish conversion of tap_open() to Error
Markus Armbruster
2015-05-27
tap: Permit incremental conversion of tap_open() to Error
Markus Armbruster
2015-05-27
tap: Convert launch_script() to Error
Markus Armbruster
2015-05-27
tap: Convert net_init_tap_one() to Error
Markus Armbruster
2015-05-27
tap: Convert tap_set_sndbuf() to Error
Markus Armbruster
2015-05-27
tap: Improve -netdev/netdev_add/-net/... bridge error reporting
Markus Armbruster
2015-05-27
tap: net_tap_fd_init() can't fail, drop dead error handling
Markus Armbruster
2015-05-27
net: Permit incremental conversion of init functions to Error
Markus Armbruster
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2014-12-19
tap: fix vcpu long time io blocking on tap
Wangkai (Kevin,C)
2014-11-02
tap: fix possible fd leak in net_init_tap
Gonglei
2014-11-02
tap: do not close(fd) in net_init_tap_one
Gonglei
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
[next]