summaryrefslogtreecommitdiffstats
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port host_net_add monitor command to QemuOptsMark McLoughlin2009-10-061-2/+13
* Clean up legacy code in net_client_init()Mark McLoughlin2009-10-061-44/+14
* Port -net dump to QemuOptsMark McLoughlin2009-10-061-12/+42
* Port -net vde to QemuOptsMark McLoughlin2009-10-061-36/+58
* Port -net socket to QemuOptsMark McLoughlin2009-10-061-59/+109
* Port -net tap to QemuOptsMark McLoughlin2009-10-061-90/+140
* Port -net user to QemuOptsMark McLoughlin2009-10-061-106/+161
* Port -net none and -net nic to QemuOptsMark McLoughlin2009-10-061-77/+160
* Drop config_error(), use qemu_error() insteadMarkus Armbruster2009-10-061-72/+55
* Don't exit() in config_error()Markus Armbruster2009-10-061-36/+47
* Make net_client_init() consume slirp_configs even on errorMarkus Armbruster2009-10-061-5/+7
* Use qemu_strdup() for VLANClientState string fieldsMark McLoughlin2009-10-061-7/+7
* Move memset() from net_client_uninit() to net_client_init()Mark McLoughlin2009-10-061-1/+2
* Make NICInfo string fields non-constMark McLoughlin2009-10-061-4/+4
* Use qemu_strdup() for NICInfo string fieldsMark McLoughlin2009-10-061-4/+4
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-16/+25
OpenPOWER on IntegriCloud