]> git.proxmox.com Git - qemu.git/history - net.c
Fix chrdev return value conversion
[qemu.git] / net.c
2011-07-23 Jan Kiszkanet: Consistently use qemu_macaddr_default_if_unset
2011-07-23 Jan Kiszkanet: Dump client type 'info network'
2011-07-23 Jan Kiszkanet: Refactor net_client_types
2011-07-23 Jan Kiszkanet: Improve layout of 'info network'
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-24 Markus ArmbrusterStrip trailing '\n' from error_report()'s first argument
2011-06-22 Peter Maydellnet: Warn about "-net nic" options which were ignored
2011-06-22 Peter Maydellnet: Don't warn about the default network setup
2011-06-22 Peter MaydellRevert "net: Improve the warnings for dubious command...
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2011-04-01 Peter Maydellnet: Improve the warnings for dubious command line...
2011-04-01 Tristan GingoldFix net_check_clients warnings: make it per vlan.
2011-03-06 Jason Wangnet: Add the missing option declaration of "vhostforce"
2011-03-06 Juan Quintelanet: remove parse_host_src_port() function
2011-03-06 Benjamin Poiriernet: Use iov helper functions
2011-03-05 Vincent Palatinnet: fix qemu_can_send_packet logic
2011-02-20 Michael S. Tsirkinnet: notify peer about link status change
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-09 Mike Ryannet/sock: option to specify local address
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-27 Jason Wangnet: properly handle illegal fd/vhostfd from command...
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-06 Michael S. Tsirkinnet: delay freeing peer host device
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Gerd HoffmannQemuOpts: make most qemu_*_opts static
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-01 Yoshiaki Tamuranet: delete QemuOpts when net_client_init() fails.
2010-06-30 Amit Shahnet: Fix VM start with '-net none'
2010-06-14 Markus ArmbrusterMake netdev_del delete the netdev even when it's in use
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Amit Shahnet: Fix hotplug with pci_add
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Luiz CapitulinoMonitor: Drop QMP documentation from code
2010-04-18 Markus Armbrustermonitor: Convert do_set_link() to QObject, QError
2010-04-18 Markus Armbrustermonitor: Use argument type 'b' for set_link
2010-04-18 Markus Armbrustermonitor: New commands netdev_add, netdev_del
2010-04-18 Markus Armbrustererror: Convert net_client_init() to QError
2010-04-18 Markus Armbrustererror: Drop extra messages after qemu_opts_set() and...
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Eduardo Habkostnet: remove broken net_set_boot_mask() boot device...
2010-04-10 Eduardo Habkostnet: remove NICInfo.bootable field
2010-04-01 Michael S. Tsirkintap: add vhost/vhostfd options
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrusterqemu-option: Move the implied first name into QemuOptsList
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-09 Markus Armbrusterqdev: Catch attempt to attach more than one device...
2010-03-08 Amit Shahqdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecifi...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-21 Blue SwirlAllow const QemuOptDesc
2010-02-20 Blue SwirlFix warning on OpenBSD
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-19 Markus Armbrusternet: Monitor command set_link finds only VLAN clients...
2010-02-19 Markus Armbrusternet: info network shows only VLAN clients, fix
2010-02-19 Markus Armbrusternet: net_check_clients() checks only VLAN clients, fix
2010-02-19 Markus Armbrusternet: Fix bogus "Warning: vlan 0 with no nics" with...
2010-02-19 Markus Armbrusternet: net_check_clients() runs too early to see -device...
2010-02-19 Markus Armbrusternet: Remove unused net_client_uninit()
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Jim Meyeringdon't dereference NULL after failed strdup
2009-12-12 Gerd Hoffmanndefault devices: network
2009-12-03 Mark McLoughlinnet: print correct error for '-netdev ""'
2009-12-03 Mark McLoughlinnet: add qemu_foreach_nic()
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: remove qemu_new_vlan_client()
2009-12-03 Mark McLoughlinnet: move parse_macaddr() to net/util.[ch]
2009-12-03 Mark McLoughlinnet: introduce NICState and qemu_new_nic()
2009-12-03 Mark McLoughlinnet: introduce qemu_new_net_client()
2009-12-03 Mark McLoughlinnet: clean up includes in net.c
2009-12-03 Mark McLoughlinnet: move dump backend code from net.c to net/dump.c
2009-12-03 Mark McLoughlinnet: move socket backend code from net.c to net/socket.c
2009-12-03 Mark McLoughlinnet: move vde code from net.c to net/vde.c
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-09 Mark McLoughlinnet: disable receiving if client returns zero
2009-10-30 Mark McLoughlinnet: move AIX code into net/tap-aix.c
2009-10-30 Mark McLoughlinnet: split all the tap code out into net/tap.c
2009-10-30 Mark McLoughlinnet: move tap-linux.h under net/
2009-10-30 Mark McLoughlinnet: move more stuff into net/tap-win32.c, add net...
2009-10-27 Sridhar SamudralaEnable UFO on virtio-net and tap devices
2009-10-27 Mark McLoughlinnet: add tap_set_offload()
2009-10-27 Mark McLoughlinnet: implement tap support for receive_raw()
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add an API for 'raw' packets
next