aboutsummaryrefslogtreecommitdiffstats
path: root/net.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19net: info network shows only VLAN clients, fixMarkus Armbruster1-2/+9
2010-02-19net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster1-0/+7
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-7/+18
2010-02-19net: net_check_clients() runs too early to see -device, fixMarkus Armbruster1-3/+1
2010-02-19net: Remove unused net_client_uninit()Markus Armbruster1-14/+0
2010-02-10don't dereference NULL after failed strdupJim Meyering1-1/+1
2009-12-12default devices: networkGerd Hoffmann1-1/+4
2009-12-03net: print correct error for '-netdev ""'Mark McLoughlin1-5/+11
2009-12-03net: add qemu_foreach_nic()Mark McLoughlin1-0/+20
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-25/+20
2009-12-03net: remove qemu_new_vlan_client()Mark McLoughlin1-44/+0
2009-12-03net: move parse_macaddr() to net/util.[ch]Mark McLoughlin1-33/+2
2009-12-03net: introduce NICState and qemu_new_nic()Mark McLoughlin1-0/+21
2009-12-03net: introduce qemu_new_net_client()Mark McLoughlin1-21/+49
2009-12-03net: clean up includes in net.cMark McLoughlin1-70/+3
2009-12-03net: move dump backend code from net.c to net/dump.cMark McLoughlin1-126/+1
2009-12-03net: move socket backend code from net.c to net/socket.cMark McLoughlin1-529/+1
2009-12-03net: move vde code from net.c to net/vde.cMark McLoughlin1-101/+1
2009-12-03net: move slirp code from net.c to net/slirp.cMark McLoughlin1-712/+6
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-4/+1
2009-11-09net: disable receiving if client returns zeroMark McLoughlin1-11/+38
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin1-2/+0
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin1-691/+1
2009-10-30net: move tap-linux.h under net/Mark McLoughlin1-1/+1
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin1-64/+11
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala1-4/+32
2009-10-27net: add tap_set_offload()Mark McLoughlin1-0/+24
2009-10-27net: implement tap support for receive_raw()Mark McLoughlin1-4/+19
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-6/+8
2009-10-27net: add an API for 'raw' packetsMark McLoughlin1-8/+29
2009-10-27net: add flags parameter to packet queue interfaceMark McLoughlin1-2/+12
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin1-4/+35
2009-10-27net: add a client type codeMark McLoughlin1-7/+15
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin1-10/+32
2009-10-27net: refactor tap initializationMark McLoughlin1-45/+52
2009-10-27net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin1-13/+70
2009-10-27net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin1-8/+15
2009-10-27net: import linux tap ioctl definitionsMark McLoughlin1-10/+1
2009-10-27qdev: add netdev propertyGerd Hoffmann1-1/+1
2009-10-27net: add macaddr type.Gerd Hoffmann1-0/+15
2009-10-15net: fix multiple NICs causing net opts process to stopMark McLoughlin1-1/+3
2009-10-15net: add queue for peer-to-peer packet forwardingMark McLoughlin1-13/+98
2009-10-15net: refactor packet queueing codeMark McLoughlin1-115/+23
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-10/+25
2009-10-15net: add -net nic,netdev= optionMark McLoughlin1-5/+36
2009-10-15net: maintain a list of vlan-less clientsMark McLoughlin1-2/+11
2009-10-15net: handle -netdevice optionsMark McLoughlin1-36/+92
2009-10-15net: add QemuOptsList arg to net_client_parse()Mark McLoughlin1-3/+4
2009-10-15net: allow clients not associated with a vlanMark McLoughlin1-7/+23
2009-10-15net: use qtailq for vlan and client listsMark McLoughlin1-58/+58