aboutsummaryrefslogtreecommitdiff
path: root/net.c
AgeCommit message (Expand)Author
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-02-21Allow const QemuOptDescBlue Swirl
2010-02-20Fix warning on OpenBSDBlue Swirl
2010-02-19net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster
2010-02-19net: info network shows only VLAN clients, fixMarkus Armbruster
2010-02-19net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster
2010-02-10don't dereference NULL after failed strdupJim Meyering
2009-12-12default devices: networkGerd Hoffmann
2009-12-03net: print correct error for '-netdev ""'Mark McLoughlin
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin
2009-12-03net: clean up includes in net.cMark McLoughlin
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-09net: disable receiving if client returns zeroMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin
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