summaryrefslogtreecommitdiff
path: root/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-111-1/+0
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-231-1/+0
* net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-231-0/+1
* net: Remove unused net_client_uninit()Markus Armbruster2010-02-231-1/+0
* default devices: networkGerd Hoffmann2009-12-121-0/+1
* net: add qemu_foreach_nic()Mark McLoughlin2009-12-031-0/+2
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-9/+1
* net: remove qemu_new_vlan_client()Mark McLoughlin2009-12-031-13/+0
* net: introduce NICState and qemu_new_nic()Mark McLoughlin2009-12-031-0/+11
* net: introduce qemu_new_net_client()Mark McLoughlin2009-12-031-0/+5
* net: introduce NetClientInfoMark McLoughlin2009-12-031-0/+11
* net: remove NICInfo::privateMark McLoughlin2009-12-031-1/+0
* net: remove NICInfo::vcMark McLoughlin2009-12-031-1/+0
* net: move slirp code from net.c to net/slirp.cMark McLoughlin2009-12-031-6/+2
* net: disable receiving if client returns zeroMark McLoughlin2009-11-091-0/+1
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-301-0/+2
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-5/+0
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-7/+0
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-301-1/+1
* really fix net.hAnthony Liguori2009-10-271-1/+1
* Fix signature of new_vlan_clientAnthony Liguori2009-10-271-1/+2
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-271-1/+2
* net: add tap_set_offload()Mark McLoughlin2009-10-271-0/+1
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-0/+1
* net: add an API for 'raw' packetsMark McLoughlin2009-10-271-0/+2
* net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin2009-10-271-0/+3
* net: add a client type codeMark McLoughlin2009-10-271-0/+11
* zap DeviceState->ndGerd Hoffmann2009-10-271-7/+0
* qdev/net: common nic property bitsGerd Hoffmann2009-10-271-0/+14
* qdev: add netdev propertyGerd Hoffmann2009-10-271-0/+1
* net: add macaddr type.Gerd Hoffmann2009-10-271-0/+5
* net: add queue for peer-to-peer packet forwardingMark McLoughlin2009-10-151-0/+1
* net: refactor packet queueing codeMark McLoughlin2009-10-151-16/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-0/+2
* net: add -net nic,netdev= optionMark McLoughlin2009-10-151-0/+1
* net: handle -netdevice optionsMark McLoughlin2009-10-151-1/+1
* net: add QemuOptsList arg to net_client_parse()Mark McLoughlin2009-10-151-1/+1
* net: use qtailq for vlan and client listsMark McLoughlin2009-10-151-3/+3
* net: remove id field from NICInfoMark McLoughlin2009-10-151-1/+0
* net: remove unused qemu_handler_true()Mark McLoughlin2009-10-151-1/+0
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-3/+2
* Port usb net to QemuOptsMark McLoughlin2009-10-061-0/+2
* Don't exit() in config_error()Markus Armbruster2009-10-061-2/+2
* Make NICInfo string fields non-constMark McLoughlin2009-10-061-4/+4
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-051-2/+3
* Make it obvious that pci_nic_init() can't failMarkus Armbruster2009-10-051-2/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-3/+3
* monitor: Port handler_3 to use QDictLuiz Capitulino2009-09-041-4/+2
* monitor: Port handler_2 to use QDictLuiz Capitulino2009-09-041-3/+4
* net: Fix send queue orderingJan Kiszka2009-09-041-2/+3