aboutsummaryrefslogtreecommitdiff
path: root/net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it obvious that pci_nic_init() can't failMarkus Armbruster2009-10-051-3/+3
* Correctly free nd structureGlauber Costa2009-10-051-2/+7
* net: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-26/+25
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* Include sys-queue.h early to override system queue definitions on BSDBlue Swirl2009-09-041-0/+2
* monitor: Port handler_3 to use QDictLuiz Capitulino2009-09-041-4/+8
* monitor: Port handler_2 to use QDictLuiz Capitulino2009-09-041-3/+10
* net: Fix send queue orderingJan Kiszka2009-09-041-17/+12
* Add missing linefeed in error messageStefan Weil2009-08-241-1/+1
* net: Fix do_set_link() return typeLuiz Capitulino2009-08-101-4/+2
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-3/+3
* Remove useless Win32 include files and unused function in net.c.Filip Navara2009-07-271-29/+0
* slirp: Fix guestfwd for incoming dataJan Kiszka2009-07-271-5/+6
* Add support for fd=name to tap and socket networkingMark McLoughlin2009-07-271-7/+35
* qdev: add id= support for pci nics.Gerd Hoffmann2009-07-161-1/+4
* slirp: Fix default netmask to 255.255.255.0Anthony Liguori2009-07-161-2/+2
* Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is suppliedMark McLoughlin2009-07-091-1/+1
* net: set a default value for sndbuf=Mark McLoughlin2009-07-091-5/+29
* Use pstrcpy and pstrcat to avoid OpenBSD linker warningBlue Swirl2009-07-011-3/+4
* slirp: Basic VLAN client info_strJan Kiszka2009-06-291-1/+2
* slirp: Make hostfwd_add/remove multi-instance-awareJan Kiszka2009-06-291-10/+52