aboutsummaryrefslogtreecommitdiff
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* default devices: networkGerd Hoffmann2009-12-121-1/+4
* net: print correct error for '-netdev ""'Mark McLoughlin2009-12-031-5/+11
* net: add qemu_foreach_nic()Mark McLoughlin2009-12-031-0/+20
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-25/+20
* net: remove qemu_new_vlan_client()Mark McLoughlin2009-12-031-44/+0
* net: move parse_macaddr() to net/util.[ch]Mark McLoughlin2009-12-031-33/+2
* net: introduce NICState and qemu_new_nic()Mark McLoughlin2009-12-031-0/+21
* net: introduce qemu_new_net_client()Mark McLoughlin2009-12-031-21/+49
* net: clean up includes in net.cMark McLoughlin2009-12-031-70/+3
* net: move dump backend code from net.c to net/dump.cMark McLoughlin2009-12-031-126/+1
* net: move socket backend code from net.c to net/socket.cMark McLoughlin2009-12-031-529/+1
* net: move vde code from net.c to net/vde.cMark McLoughlin2009-12-031-101/+1
* net: move slirp code from net.c to net/slirp.cMark McLoughlin2009-12-031-712/+6
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-4/+1
* net: disable receiving if client returns zeroMark McLoughlin2009-11-091-11/+38
* net: move AIX code into net/tap-aix.cMark McLoughlin2009-10-301-2/+0
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-301-691/+1
* net: move tap-linux.h under net/Mark McLoughlin2009-10-301-1/+1
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-64/+11
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-271-4/+32
* net: add tap_set_offload()Mark McLoughlin2009-10-271-0/+24
* net: implement tap support for receive_raw()Mark McLoughlin2009-10-271-4/+19
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-6/+8
* net: add an API for 'raw' packetsMark McLoughlin2009-10-271-8/+29
* net: add flags parameter to packet queue interfaceMark McLoughlin2009-10-271-2/+12
* net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin2009-10-271-4/+35
* net: add a client type codeMark McLoughlin2009-10-271-7/+15
* net: add a vnet_hdr=on|off parameterMark McLoughlin2009-10-271-10/+32
* net: refactor tap initializationMark McLoughlin2009-10-271-45/+52
* net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin2009-10-271-13/+70
* net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin2009-10-271-8/+15
* net: import linux tap ioctl definitionsMark McLoughlin2009-10-271-10/+1
* qdev: add netdev propertyGerd Hoffmann2009-10-271-1/+1
* net: add macaddr type.Gerd Hoffmann2009-10-271-0/+15
* net: fix multiple NICs causing net opts process to stopMark McLoughlin2009-10-151-1/+3
* net: add queue for peer-to-peer packet forwardingMark McLoughlin2009-10-151-13/+98
* net: refactor packet queueing codeMark McLoughlin2009-10-151-115/+23
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-10/+25
* net: add -net nic,netdev= optionMark McLoughlin2009-10-151-5/+36
* net: maintain a list of vlan-less clientsMark McLoughlin2009-10-151-2/+11
* net: handle -netdevice optionsMark McLoughlin2009-10-151-36/+92
* net: add QemuOptsList arg to net_client_parse()Mark McLoughlin2009-10-151-3/+4
* net: allow clients not associated with a vlanMark McLoughlin2009-10-151-7/+23
* net: use qtailq for vlan and client listsMark McLoughlin2009-10-151-58/+58
* net: remove id field from NICInfoMark McLoughlin2009-10-151-4/+0
* net: handle id= parameter for -netMark McLoughlin2009-10-151-28/+20
* net: pass monitor handle to client init functionsMark McLoughlin2009-10-151-1/+1
* slirp: fix !CONFIG_SLIRP compilationJuan Quintela2009-10-121-1/+4
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-58/+58
* Port usb net to QemuOptsMark McLoughlin2009-10-061-1/+1