summaryrefslogtreecommitdiff
path: root/slirp/slirp.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo1-1/+11
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault1-1/+9
2016-04-01slirp: Fix migration from older versions of QEMU to the current oneThomas Huth1-18/+26
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-15qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave1-19/+9
2016-03-15slirp: Adding IPv6 address for DNS relayGuillaume Subiron1-0/+3
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron1-2/+4
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron1-7/+8
2016-03-15slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron1-3/+58
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron1-9/+42
2016-02-04slirp: Adding address family switch for produced framesGuillaume Subiron1-13/+48
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron1-2/+2
2014-06-10slirp: Remove unused zero_ethaddr[] variablePeter Maydell1-2/+0
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault1-0/+5
2014-04-25slirp: Remove default_mon usageCole Robinson1-4/+4
2013-09-17slirp: clean up slirp_update_timeoutJan Kiszka1-2/+2
2013-09-17slirp: set mainloop timeout with more precise valueLiu Ping Fan1-4/+24
2013-09-17slirp: define timeout as macroLiu Ping Fan1-5/+12
2013-09-17slirp: make timeout localLiu Ping Fan1-12/+10
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-02-21slirp: switch to GPollFDStefan Hajnoczi1-54/+79
2013-02-21slirp: slirp/slirp.c coding style cleanupStefan Hajnoczi1-297/+311
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster1-6/+2
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-11-15slirp: Add domain-search option to slirp's DHCP serverKlaus Stengel1-1/+7
2012-08-06slirp: fix build on mingw32Anthony Liguori1-1/+1
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg1-0/+3
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini1-0/+7
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+3
2012-03-13slirp: Remove unneeded if_queuedJan Kiszka1-6/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-08-05slirp: Only start packet expiration for delayed onesJan Kiszka1-0/+3
2011-08-03Delayed IP packetsFabien Chouteau1-32/+40
2011-08-03Simple ARP tableFabien Chouteau1-47/+16
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka1-0/+37
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-1/+1
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+3
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl1-2/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-8/+8
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-08-31Fix compiler warningsStefan Weil1-2/+2
2009-08-27slirp: Read host DNS config on demandEd Swierk1-10/+36
2009-08-27slirp: Remove our_addr codeEd Swierk1-17/+0
2009-08-01Add missing "static"Blue Swirl1-1/+1