summaryrefslogtreecommitdiff
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove broken net_set_boot_mask() boot device validationEduardo Habkost2010-04-111-20/+0
* net: Monitor command set_link finds only VLAN clients, fixMarkus Armbruster2010-02-231-0/+1
* net: info network shows only VLAN clients, fixMarkus Armbruster2010-02-231-2/+9
* net: net_check_clients() checks only VLAN clients, fixMarkus Armbruster2010-02-231-0/+7
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-231-7/+18
* net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-231-3/+1
* net: Remove unused net_client_uninit()Markus Armbruster2010-02-231-14/+0
* don't dereference NULL after failed strdupJim Meyering2010-02-231-1/+1
* 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