]> git.proxmox.com Git - qemu.git/history - net.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / net.c
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
2009-10-27 Mark McLoughlinnet: add flags parameter to packet queue interface
2009-10-27 Mark McLoughlinnet: add tap_has_vnet_hdr() and tap_using_vnet_hdr...
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-27 Mark McLoughlinnet: add a vnet_hdr=on|off parameter
2009-10-27 Mark McLoughlinnet: refactor tap initialization
2009-10-27 Mark McLoughlinnet: enable IFF_VNET_HDR on tap fds if available
2009-10-27 Mark McLoughlinnet: make tap_receive() re-use tap_receive_iov() code
2009-10-27 Mark McLoughlinnet: import linux tap ioctl definitions
2009-10-27 Gerd Hoffmannqdev: add netdev property
2009-10-27 Gerd Hoffmannnet: add macaddr type.
2009-10-15 Mark McLoughlinnet: fix multiple NICs causing net opts process to...
2009-10-15 Mark McLoughlinnet: add queue for peer-to-peer packet forwarding
2009-10-15 Mark McLoughlinnet: refactor packet queueing code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-10-15 Mark McLoughlinnet: add -net nic,netdev= option
2009-10-15 Mark McLoughlinnet: maintain a list of vlan-less clients
2009-10-15 Mark McLoughlinnet: handle -netdevice options
2009-10-15 Mark McLoughlinnet: add QemuOptsList arg to net_client_parse()
2009-10-15 Mark McLoughlinnet: allow clients not associated with a vlan
2009-10-15 Mark McLoughlinnet: use qtailq for vlan and client lists
2009-10-15 Mark McLoughlinnet: remove id field from NICInfo
2009-10-15 Mark McLoughlinnet: handle id= parameter for -net
2009-10-15 Mark McLoughlinnet: pass monitor handle to client init functions
2009-10-12 Juan Quintelaslirp: fix !CONFIG_SLIRP compilation
2009-10-06 Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06 Mark McLoughlinPort usb net to QemuOpts
2009-10-06 Mark McLoughlinPort host_net_add monitor command to QemuOpts
2009-10-06 Mark McLoughlinClean up legacy code in net_client_init()
2009-10-06 Mark McLoughlinPort -net dump to QemuOpts
2009-10-06 Mark McLoughlinPort -net vde to QemuOpts
2009-10-06 Mark McLoughlinPort -net socket to QemuOpts
2009-10-06 Mark McLoughlinPort -net tap to QemuOpts
2009-10-06 Mark McLoughlinPort -net user to QemuOpts
2009-10-06 Mark McLoughlinPort -net none and -net nic to QemuOpts
2009-10-06 Markus ArmbrusterDrop config_error(), use qemu_error() instead
2009-10-06 Markus ArmbrusterDon't exit() in config_error()
2009-10-06 Markus ArmbrusterMake net_client_init() consume slirp_configs even on...
2009-10-06 Mark McLoughlinUse qemu_strdup() for VLANClientState string fields
2009-10-06 Mark McLoughlinMove memset() from net_client_uninit() to net_client_init()
next