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.c
Age
Commit message (
Expand
)
Author
2010-04-18
monitor: Convert do_set_link() to QObject, QError
Markus Armbruster
2010-04-18
monitor: Use argument type 'b' for set_link
Markus Armbruster
2010-04-18
monitor: New commands netdev_add, netdev_del
Markus Armbruster
2010-04-18
error: Convert net_client_init() to QError
Markus Armbruster
2010-04-18
error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()
Markus Armbruster
2010-04-10
net: remove broken net_set_boot_mask() boot device validation
Eduardo Habkost
2010-04-10
net: remove NICInfo.bootable field
Eduardo Habkost
2010-04-01
tap: add vhost/vhostfd options
Michael S. Tsirkin
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-09
qdev: Catch attempt to attach more than one device to a netdev
Markus Armbruster
2010-03-08
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
2010-02-21
Allow const QemuOptDesc
Blue Swirl
2010-02-20
Fix warning on OpenBSD
Blue Swirl
2010-02-19
net: Monitor command set_link finds only VLAN clients, fix
Markus Armbruster
2010-02-19
net: info network shows only VLAN clients, fix
Markus Armbruster
2010-02-19
net: net_check_clients() checks only VLAN clients, fix
Markus Armbruster
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-02-19
net: net_check_clients() runs too early to see -device, fix
Markus Armbruster
2010-02-19
net: Remove unused net_client_uninit()
Markus Armbruster
2010-02-10
don't dereference NULL after failed strdup
Jim Meyering
2009-12-12
default devices: network
Gerd Hoffmann
2009-12-03
net: print correct error for '-netdev ""'
Mark McLoughlin
2009-12-03
net: add qemu_foreach_nic()
Mark McLoughlin
2009-12-03
net: remove VLANClientState members now in NetClientInfo
Mark McLoughlin
2009-12-03
net: remove qemu_new_vlan_client()
Mark McLoughlin
2009-12-03
net: move parse_macaddr() to net/util.[ch]
Mark McLoughlin
2009-12-03
net: introduce NICState and qemu_new_nic()
Mark McLoughlin
2009-12-03
net: introduce qemu_new_net_client()
Mark McLoughlin
2009-12-03
net: clean up includes in net.c
Mark McLoughlin
2009-12-03
net: move dump backend code from net.c to net/dump.c
Mark McLoughlin
2009-12-03
net: move socket backend code from net.c to net/socket.c
Mark McLoughlin
2009-12-03
net: move vde code from net.c to net/vde.c
Mark McLoughlin
2009-12-03
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
2009-11-29
Add support for GNU/kFreeBSD
Aurelien Jarno
2009-11-09
net: disable receiving if client returns zero
Mark McLoughlin
2009-10-30
net: move AIX code into net/tap-aix.c
Mark McLoughlin
2009-10-30
net: split all the tap code out into net/tap.c
Mark McLoughlin
2009-10-30
net: move tap-linux.h under net/
Mark McLoughlin
2009-10-30
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
2009-10-27
Enable UFO on virtio-net and tap devices
Sridhar Samudrala
2009-10-27
net: add tap_set_offload()
Mark McLoughlin
2009-10-27
net: implement tap support for receive_raw()
Mark McLoughlin
2009-10-27
net: add receive_raw parameter to qemu_new_vlan_client()
Mark McLoughlin
2009-10-27
net: add an API for 'raw' packets
Mark McLoughlin
2009-10-27
net: add flags parameter to packet queue interface
Mark McLoughlin
2009-10-27
net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs
Mark McLoughlin
2009-10-27
net: add a client type code
Mark McLoughlin
2009-10-27
net: add a vnet_hdr=on|off parameter
Mark McLoughlin
2009-10-27
net: refactor tap initialization
Mark McLoughlin
[next]