aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move tap-linux.h under net/Mark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27net: add tap_set_offload()Mark McLoughlin
2009-10-27net: implement tap support for receive_raw()Mark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add an API for 'raw' packetsMark McLoughlin
2009-10-27net: add flags parameter to packet queue interfaceMark McLoughlin
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin
2009-10-27net: refactor tap initializationMark McLoughlin
2009-10-27net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin
2009-10-27net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin
2009-10-27net: import linux tap ioctl definitionsMark McLoughlin
2009-10-27qdev: add netdev propertyGerd Hoffmann
2009-10-27net: add macaddr type.Gerd Hoffmann
2009-10-15net: fix multiple NICs causing net opts process to stopMark McLoughlin
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin
2009-10-15net: refactor packet queueing codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-10-15net: add -net nic,netdev= optionMark McLoughlin
2009-10-15net: maintain a list of vlan-less clientsMark McLoughlin
2009-10-15net: handle -netdevice optionsMark McLoughlin
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin
2009-10-15net: allow clients not associated with a vlanMark McLoughlin
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin
2009-10-15net: remove id field from NICInfoMark McLoughlin
2009-10-15net: handle id= parameter for -netMark McLoughlin
2009-10-15net: pass monitor handle to client init functionsMark McLoughlin
2009-10-12slirp: fix !CONFIG_SLIRP compilationJuan Quintela
2009-10-06Final net cleanup after conversion to QemuOptsMark McLoughlin
2009-10-06Port usb net to QemuOptsMark McLoughlin
2009-10-06Port host_net_add monitor command to QemuOptsMark McLoughlin
2009-10-06Clean up legacy code in net_client_init()Mark McLoughlin
2009-10-06Port -net dump to QemuOptsMark McLoughlin
2009-10-06Port -net vde to QemuOptsMark McLoughlin
2009-10-06Port -net socket to QemuOptsMark McLoughlin
2009-10-06Port -net tap to QemuOptsMark McLoughlin
2009-10-06Port -net user to QemuOptsMark McLoughlin
2009-10-06Port -net none and -net nic to QemuOptsMark McLoughlin
2009-10-06Drop config_error(), use qemu_error() insteadMarkus Armbruster
2009-10-06Don't exit() in config_error()Markus Armbruster
2009-10-06Make net_client_init() consume slirp_configs even on errorMarkus Armbruster
2009-10-06Use qemu_strdup() for VLANClientState string fieldsMark McLoughlin
2009-10-06Move memset() from net_client_uninit() to net_client_init()Mark McLoughlin
2009-10-06Make NICInfo string fields non-constMark McLoughlin
2009-10-06Use qemu_strdup() for NICInfo string fieldsMark McLoughlin
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster