summaryrefslogtreecommitdiff
path: root/slirp/slirp.c
AgeCommit message (Expand)Author
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela
2017-06-06migration: remove register_savevm()Laurent Vivier
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-04-29slirp: VMStatify remaining except for loopDr. David Alan Gilbert
2017-04-29slirp: VMStatify socket levelDr. David Alan Gilbert
2017-04-29slirp: VMStatify sbufDr. David Alan Gilbert
2017-04-29slirp: VMState conversion; tcpcbDr. David Alan Gilbert
2017-04-25slirp: add a fake NC-SI backendCédric Le Goater
2017-03-29slirp: fix compilation errors with DEBUG setLaurent Vivier
2016-12-20slirp, disas: Replace min/max with MIN/MAX macrosYuval Shaia
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-08-16slirp: Rename "struct arphdr" to "struct slirp_arphdr"Thomas Huth
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-07-03slirp: Support link-local DNS addressesSamuel Thibault
2016-07-03slirp: Add dns6 resolutionSamuel Thibault
2016-07-03slirp: Split get_dns_addrSamuel Thibault
2016-04-07slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault
2016-04-01slirp: Fix migration from older versions of QEMU to the current oneThomas Huth
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave
2016-03-15slirp: Adding IPv6 address for DNS relayGuillaume Subiron
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron
2016-03-15slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron
2016-02-04slirp: Clean up includesPeter Maydell
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron
2016-02-04slirp: Adding address family switch for produced framesGuillaume Subiron
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron
2014-06-10slirp: Remove unused zero_ethaddr[] variablePeter Maydell
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault
2014-04-25slirp: Remove default_mon usageCole Robinson
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan
2013-09-17slirp: define timeout as macroLiu Ping Fan
2013-09-17slirp: make timeout localLiu Ping Fan
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-02-21slirp: switch to GPollFDStefan Hajnoczi
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel
2012-08-06slirp: fix build on mingw32Anthony Liguori
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka