summaryrefslogtreecommitdiffstats
path: root/slirp/slirp.c
Commit message (Expand)AuthorAgeFilesLines
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-2/+6
* migration: Split registration functions from vmstate.hJuan Quintela2017-06-131-0/+1
* migration: remove register_savevm()Laurent Vivier2017-06-061-2/+6
* 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: VMStatify remaining except for loopDr. David Alan Gilbert2017-04-291-29/+19Star
* slirp: VMStatify socket levelDr. David Alan Gilbert2017-04-291-77/+142
* slirp: VMStatify sbufDr. David Alan Gilbert2017-04-291-40/+76
* slirp: VMState conversion; tcpcbDr. David Alan Gilbert2017-04-291-95/+54Star
* slirp: add a fake NC-SI backendCédric Le Goater2017-04-251-0/+4
* slirp: fix compilation errors with DEBUG setLaurent Vivier2017-03-291-1/+1
* slirp, disas: Replace min/max with MIN/MAX macrosYuval Shaia2016-12-201-1/+1
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* slirp: Rename "struct arphdr" to "struct slirp_arphdr"Thomas Huth2016-08-161-5/+5
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-4/+4
* slirp: Support link-local DNS addressesSamuel Thibault2016-07-031-5/+27
* slirp: Add dns6 resolutionSamuel Thibault2016-07-031-22/+57
* slirp: Split get_dns_addrSamuel Thibault2016-07-031-19/+34
* slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo2016-04-071-1/+11
* slirp: Allow disabling IPv4 or IPv6Samuel Thibault2016-04-011-1/+9
* slirp: Fix migration from older versions of QEMU to the current oneThomas Huth2016-04-011-18/+26
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2016-03-151-19/+9Star
* slirp: Adding IPv6 address for DNS relayGuillaume Subiron2016-03-151-0/+3
* slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron2016-03-151-2/+4
* slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron2016-03-151-7/+8
* slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron2016-03-151-3/+58
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2016-02-041-9/+42
* slirp: Adding address family switch for produced framesGuillaume Subiron2016-02-041-13/+48
* slirp: Generalizing and neutralizing ARP codeGuillaume Subiron2016-02-041-2/+2
* slirp: Remove unused zero_ethaddr[] variablePeter Maydell2014-06-101-2/+0Star
* slirp/arp: do not special-case bogus IP addressesSamuel Thibault2014-06-091-0/+5
* slirp: Remove default_mon usageCole Robinson2014-04-251-4/+4
* slirp: clean up slirp_update_timeoutJan Kiszka2013-09-171-2/+2
* slirp: set mainloop timeout with more precise valueLiu Ping Fan2013-09-171-4/+24
* slirp: define timeout as macroLiu Ping Fan2013-09-171-5/+12
* slirp: make timeout localLiu Ping Fan2013-09-171-12/+10Star
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* slirp: switch to GPollFDStefan Hajnoczi2013-02-211-54/+79
* slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi2013-02-211-297/+311
* g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2013-01-301-6/+2Star
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel2012-11-151-1/+7
* slirp: fix build on mingw32Anthony Liguori2012-08-071-1/+1
* slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg2012-08-031-0/+3
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-0/+7
* slirp: Cleanup resources on instance removalJan Kiszka2012-03-131-0/+3