summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* qapi: avoid reserved keywordsBlue Swirl2012-08-091-3/+3
* net: add the support for -netdev socket, listenZhi Yong Wu2012-08-011-29/+47
* net: fix the coding styleZhi Yong Wu2012-08-011-1/+3
* hub: add the support for hub own flow controlZhi Yong Wu2012-08-011-3/+24
* net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2012-08-012-11/+5
* net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2012-08-012-24/+6
* net: Make "info network" output more readable infoZhi Yong Wu2012-08-011-2/+4
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename vc local variables to ncStefan Hajnoczi2012-08-012-12/+12
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-0115-110/+110
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-012-0/+26
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-017-8/+8
* hub: Check that hubs are configured correctlyStefan Hajnoczi2012-08-012-0/+46
* net: Look up 'vlan' net clients using hubsStefan Hajnoczi2012-08-013-2/+29
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-0113-58/+65
* net: Add a hub net clientStefan Hajnoczi2012-08-013-1/+250
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-2311-30/+26
* convert net_init_bridge() to NetClientOptionsLaszlo Ersek2012-07-231-11/+12
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-238-70/+71
* convert net_init_vde() to NetClientOptionsLaszlo Ersek2012-07-231-10/+7
* convert net_init_socket() to NetClientOptionsLaszlo Ersek2012-07-231-76/+43
* convert net_init_slirp() to NetClientOptionsLaszlo Ersek2012-07-231-68/+25
* convert net_init_dump() to NetClientOptionsLaszlo Ersek2012-07-231-4/+17
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-2311-13/+31
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-236-14/+14
* slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka2012-07-091-2/+2
* slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang2012-07-091-0/+12
* slirp: add 'cmd:' target for guestfwdAlexander Graf2012-07-091-17/+27
* slirp: Enforce host-side user of smb shareJan Kiszka2012-07-091-2/+12
* qmp: include monitor.h when neededPaolo Bonzini2012-06-151-0/+1
* do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev2012-06-091-6/+0
* build: move net/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+12
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-0411-29/+17
* Declare state directory in smb.confNikolaus Rath2012-05-011-0/+2
* slirp: don't use "smb ports = 0" optionNikolaus Rath2012-05-011-1/+0
* net: remove extra spaces in help messagesBenjamin MARSILI2012-02-101-4/+4
* Change license from GPLv2 to GPLv2+Stefan Weil2012-02-011-4/+1
* Add support for net bridgeCorey Bryant2012-02-012-3/+204
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* Support for UDP unicast network backendBenjamin2012-01-121-2/+75
* net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell2012-01-061-0/+2
* net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau2011-12-201-1/+6
* net: truncate output file when using dump backendHervé Poussineau2011-12-201-1/+1
* slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas2011-12-191-1/+1
* network scripts: don't block SIGCHLD before forkingMichael Roth2011-12-151-6/+0
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-142-1/+4
|\
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
| * net/socket.c : fix memory leakZhi Hui Li2011-12-061-0/+3
* | net: take ownership of fd in socket init functionsStefan Hajnoczi2011-12-121-8/+9
* | net: expand tabs in net/socket.cStefan Hajnoczi2011-12-121-38/+41
|/
OpenPOWER on IntegriCloud