aboutsummaryrefslogtreecommitdiff
path: root/slirp/slirp.c
AgeCommit message (Expand)Author
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
2012-03-13slirp: Remove unneeded if_queuedJan Kiszka
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05slirp: Only start packet expiration for delayed onesJan Kiszka
2011-08-03Delayed IP packetsFabien Chouteau
2011-08-03Simple ARP tableFabien Chouteau
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl