summaryrefslogtreecommitdiffstats
path: root/slirp/slirp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* slirp: Remove unneeded if_queuedJan Kiszka2012-03-131-6/+1Star
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-6/+6
* slirp: Only start packet expiration for delayed onesJan Kiszka2011-08-051-0/+3
* Delayed IP packetsFabien Chouteau2011-08-031-32/+40
* Simple ARP tableFabien Chouteau2011-08-031-47/+16Star
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka2011-07-231-0/+37
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* Make ARP replies at least 64 bytes longHervé Poussineau2010-09-171-1/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+3
* slirp: remove dead nested assignment, spotted by clangBlue Swirl2010-03-071-2/+1Star
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-8/+8
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
* Fix compiler warningsStefan Weil2009-08-311-2/+2
* slirp: Read host DNS config on demandEd Swierk2009-08-281-10/+36
* slirp: Remove our_addr codeEd Swierk2009-08-281-17/+0Star
* Add missing "static"Blue Swirl2009-08-011-1/+1