aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-09qapi: avoid reserved keywordsBlue Swirl
2012-08-01net: add the support for -netdev socket, listenZhi Yong Wu
2012-08-01net: fix the coding styleZhi Yong Wu
2012-08-01hub: add the support for hub own flow controlZhi Yong Wu
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu
2012-08-01net: cleanup deliver/deliver_iov func pointersZhi Yong Wu
2012-08-01net: Make "info network" output more readable infoZhi Yong Wu
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01hub: Check that hubs are configured correctlyStefan Hajnoczi
2012-08-01net: Look up 'vlan' net clients using hubsStefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-08-01net: Add a hub net clientStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_vde() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_socket() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_slirp() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_dump() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-09slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka
2012-07-09slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang
2012-07-09slirp: add 'cmd:' target for guestfwdAlexander Graf
2012-07-09slirp: Enforce host-side user of smb shareJan Kiszka
2012-06-15qmp: include monitor.h when neededPaolo Bonzini
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev
2012-06-07build: move net/ objects to nested Makefile.objsPaolo Bonzini
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-05-01Declare state directory in smb.confNikolaus Rath
2012-05-01slirp: don't use "smb ports = 0" optionNikolaus Rath
2012-02-10net: remove extra spaces in help messagesBenjamin MARSILI
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil
2012-02-01Add support for net bridgeCorey Bryant
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2012-01-12Support for UDP unicast network backendBenjamin
2012-01-06net/socket.c: Fix fd leak in net_socket_listen_init() error pathsPeter Maydell
2011-12-20net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau
2011-12-20net: truncate output file when using dump backendHervé Poussineau
2011-12-19slirp: Fix typo in net_slirp_hostfwd_removeGeoffrey Thomas
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12net: take ownership of fd in socket init functionsStefan Hajnoczi
2011-12-12net: expand tabs in net/socket.cStefan Hajnoczi
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-06net/socket.c : fix memory leakZhi Hui Li