summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()Markus Armbruster2011-11-221-5/+4
* net: tap-linux: Fix unhelpful error messageLuiz Capitulino2011-11-011-1/+5
* Allow overriding the location of Samba's smbd.Brad2011-09-031-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-203-21/+21
* Fix forcing multicast msgs to loopback on OpenBSD.Brad2011-08-071-2/+8
* Fix network interface tap backendManuel Bouyer2011-08-071-2/+24
* Wrap recv to avoid warningsBlue Swirl2011-07-251-2/+2
* net: Refactor net_client_typesJan Kiszka2011-07-231-1/+1
* slirp: Canonicalize restrict syntaxJan Kiszka2011-07-231-6/+15
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-3/+3
* slirp: fix guestfwd idAlexander Graf2011-06-081-1/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Use qemu-common.h or qemu-timer.h in place of sysemu.hBlue Swirl2011-04-151-1/+1
* Remove unused sysemu.h include directivesBlue Swirl2011-04-152-2/+0
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* Fixing tap adapter for win32Pavel Dovgaluk2011-02-251-1/+1
* Fixing network over sockets implementation for win32Pavel Dovgaluk2011-02-251-1/+1
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-2/+4
* tap: safe sndbuf defaultMichael S. Tsirkin2011-02-011-4/+9
* Add support for OpenBSD to QEMU's tap driver.Brad2010-12-211-2/+6
* Fix warning on mingw32Blue Swirl2010-12-171-1/+2
* net/sock: option to specify local addressMike Ryan2010-12-091-13/+39
* tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin2010-11-161-1/+5
* tap: clear vhost_net backend on cleanupMichael S. Tsirkin2010-11-161-0/+1
* Delete write only variablesBlue Swirl2010-10-131-3/+2
* tap: Add stub for HaikuAndreas Färber2010-10-031-0/+61
* tap: Remove double include of util.hAndreas Färber2010-09-291-4/+0
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-078-0/+92
* tap: generalize code for different vnet header lenMichael S. Tsirkin2010-09-072-14/+20
* Fix a warning on OpenSolarisBlue Swirl2010-07-311-0/+1
* give some useful error messages when tap openMichael Tokarev2010-06-221-3/+5
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Fix build on mingw32Anthony Liguori2010-04-021-0/+5
* tap: add API to retrieve vhost net headerMichael S. Tsirkin2010-04-012-0/+10
OpenPOWER on IntegriCloud