summaryrefslogtreecommitdiffstats
path: root/net/slirp.c
Commit message (Expand)AuthorAgeFilesLines
* net/slirp: Convert atoi to qemu_strtoi to allow error checkingNia Alarie2018-05-311-1/+3
* slirp: Add domainname option to slirp's DHCP serverBenjamin Drung2018-05-311-3/+9
* net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth2018-05-141-4/+4
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove'Thomas Huth2018-01-291-10/+23
* net: Remove the legacy "-net channel" parameterThomas Huth2017-12-221-34/+0Star
* slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert2017-09-241-1/+12
* slirp: fill error when failing to initialize user networkHervé Poussineau2017-08-031-40/+94
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* slirp/smb: Replace constant strings by glib stringDr. David Alan Gilbert2017-04-291-13/+17
* slirp: allow host port 0 for hostfwdVincent Bernat2017-04-291-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* slirp: fix CharDriver breakagePaolo Bonzini2016-11-021-2/+1Star
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-1/+0Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-3/+4
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-7/+16
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* slirp: fix segv when init failedMarc-André Lureau2016-08-221-1/+3
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-3/+3
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* slirp: use exit notifier for slirp_smb_cleanupPaolo Bonzini2016-07-131-0/+11
* slirp: Allow disabling IPv4 or IPv6Samuel Thibault2016-04-011-6/+30
* Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell2016-03-291-3/+3
|\
| * Rework ipv6 optionsSamuel Thibault2016-03-291-3/+3
* | util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
|/
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2016-03-151-6/+75
* net: Clean up includesPeter Maydell2016-02-041-1/+1
* net/slirp: Tell the users when they are using deprecated optionsThomas Huth2016-02-041-0/+3
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4...Michael Tokarev2015-06-031-4/+3Star
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-181-1/+1
* hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-2/+2
* net: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-191-1/+1
* net/slirp: fix memory leakGonglei2014-11-211-2/+1Star
* slirp/smbd: modify/set several parameters in generated smbd.confPeter Wu2014-11-111-1/+8
* net/slirp: specify logbase for smbdMichael Tokarev2014-11-021-2/+2
* slirp: Honour vlan/stack in hostfwd_remove commandsPeter Maydell2014-09-021-2/+1Star
* slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stackPeter Maydell2014-07-181-0/+1
* slirp/smb: Move ncalrpc directory to tmpMichael Buesch2014-04-281-0/+2
* slirp smb with modern win guests when samba is also running on hostMichael Tokarev2014-03-121-1/+2
* qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch2014-03-121-1/+2
* fix -net user checks by reordering checksBas van Sisseren2013-06-191-6/+6
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-051-0/+1