summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-03Allow overriding the location of Samba's smbd.Brad1-1/+1
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-21/+21
2011-08-07Fix forcing multicast msgs to loopback on OpenBSD.Brad1-2/+8
2011-08-07Fix network interface tap backendManuel Bouyer1-2/+24
2011-07-25Wrap recv to avoid warningsBlue Swirl1-2/+2
2011-07-23net: Refactor net_client_typesJan Kiszka1-1/+1
2011-07-23slirp: Canonicalize restrict syntaxJan Kiszka1-6/+15
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-3/+3
2011-06-08slirp: fix guestfwd idAlexander Graf1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-04-15Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl1-1/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl2-2/+0
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-1/+1
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk1-1/+1
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk1-1/+1
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-2/+4
2011-02-01tap: safe sndbuf defaultMichael S. Tsirkin1-4/+9
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad1-2/+6
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-09net/sock: option to specify local addressMike Ryan1-13/+39
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1