summaryrefslogtreecommitdiffstats
path: root/slirp/slirp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo2019-11-291-1/+11
* slirp: Allow disabling IPv4 or IPv6Samuel Thibault2019-11-291-1/+9
* slirp: Fix migration from older versions of QEMU to the current oneThomas Huth2019-11-291-18/+26
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addressesYann Bordenave2019-11-291-19/+9
* slirp: Adding IPv6 address for DNS relayGuillaume Subiron2019-11-291-0/+3
* slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron2019-11-291-2/+4
* slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron2019-11-291-7/+8
* slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron2019-11-291-3/+58
* slirp: Clean up includesPeter Maydell2019-11-291-0/+1
* slirp: Make Socket structure IPv6 compatibleGuillaume Subiron2019-11-291-9/+42
* slirp: Adding address family switch for produced framesGuillaume Subiron2019-11-291-13/+48
* slirp: Generalizing and neutralizing ARP codeGuillaume Subiron2019-11-291-2/+2
* slirp: Remove unused zero_ethaddr[] variablePeter Maydell2014-06-101-2/+0
* 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/+10
* 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/+2
* 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-061-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/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-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/+16
* 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/+1
* 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-271-10/+36
* slirp: Remove our_addr codeEd Swierk2009-08-271-17/+0
* Add missing "static"Blue Swirl2009-08-011-1/+1
OpenPOWER on IntegriCloud