summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-01net: fix the coding styleZhi Yong Wu1-1/+3
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu1-3/+24
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2-11/+5
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu2-24/+6
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu1-2/+4
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi2-12/+12
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi15-110/+110
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2-0/+26
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi7-8/+8
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi2-0/+46
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi3-2/+29
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi13-58/+65
2012-08-01net: Add a hub net clientStefan Hajnoczi3-1/+250
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek11-30/+26
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek1-11/+12
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek8-70/+71
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek1-10/+7
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek1-76/+43
2012-07-23convert net_init_slirp() to NetClientOptionsLaszlo Ersek1-68/+25
2012-07-23convert net_init_dump() to NetClientOptionsLaszlo Ersek1-4/+17
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek11-13/+31
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek6-14/+14
2012-07-09slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka1-2/+2
2012-07-09slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang1-0/+12
2012-07-09slirp: add 'cmd:' target for guestfwdAlexander Graf1-17/+27
2012-07-09slirp: Enforce host-side user of smb shareJan Kiszka1-2/+12
2012-06-15qmp: include monitor.h when neededPaolo Bonzini1-0/+1
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev1-6/+0
2012-06-07build: move net/ objects to nested Makefile.objsPaolo Bonzini1-0/+12
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino11-29/+17
2012-05-01Declare state directory in smb.confNikolaus Rath1-0/+2
2012-05-01slirp: don't use "smb ports = 0" optionNikolaus Rath1-1/+0
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI1-4/+4
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil1-4/+1
2012-02-01Add support for net bridgeCorey Bryant2-3/+204
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-12Support for UDP unicast network backendBenjamin1-2/+75
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell1-0/+2
2011-12-20net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau1-1/+6
2011-12-20net: truncate output file when using dump backendHervé Poussineau1-1/+1
2011-12-19slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas1-1/+1
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth1-6/+0
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2-1/+4
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi1-8/+9
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi1-38/+41
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-06net/socket.c : fix memory leakZhi Hui Li1-0/+3
2011-11-22slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()Markus Armbruster1-5/+4
2011-11-01net: tap-linux: Fix unhelpful error messageLuiz Capitulino1-1/+5