aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
AgeCommit message (Expand)AuthorFilesLines
2012-02-08slirp: Prevent sending ICMP error replies to source-only addressesJan Kiszka1-0/+5
2012-02-08slirp: Remove unused variable and unused codeStefan Weil1-41/+26
2011-10-21main-loop: create main-loop.cPaolo Bonzini1-11/+0
2011-09-28slirp: Fix packet expirationThomas Huth1-2/+3
2011-09-28slirp: Fix use after release on tcp_inputJan Kiszka1-12/+10
2011-09-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori1-0/+1
2011-09-16Remove blanks before \n in output stringsStefan Weil2-5/+5
2011-09-16slirp: Fill TCP/IP header template after SYN receptionJan Kiszka1-0/+1
2011-09-09Fix include statements for qemu-common.hStefan Weil1-1/+1
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil2-9/+9
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-21Merge branch 'queues/slirp' of git://git.kiszka.org/qemuBlue Swirl2-6/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-10/+10
2011-08-14slirp: Fix bit field types in IP header structsJan Kiszka2-6/+6
2011-08-05slirp: Only start packet expiration for delayed onesJan Kiszka2-3/+3
2011-08-05slirp: Read current time only once per if_start callJan Kiszka1-4/+1
2011-08-05slirp: Fix types of IP address parametersJan Kiszka2-10/+10
2011-08-03Delayed IP packetsFabien Chouteau5-37/+69
2011-08-03Simple ARP tableFabien Chouteau4-58/+168
2011-07-27slirp: Fix unusual "comments" in unused codeStefan Weil1-2/+2
2011-07-25Wrap recv to avoid warningsBlue Swirl3-4/+4
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka7-1/+147
2011-07-23slirp: Put forked exec into separate process groupJan Kiszka1-1/+2
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka7-19/+16
2011-07-23slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka1-5/+8
2011-07-23slirp: Fix restricted modeJan Kiszka3-25/+6
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-1/+4
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-1/+1
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin1-1/+1
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2-8/+8
2011-02-14Fix build from previous commitAnthony Liguori1-1/+1
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers1-2/+2
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-1/+1
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov1-2/+2
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno1-15/+17
2010-11-21slirp: Remove unused code for bad sprintfStefan Weil3-62/+0
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-10-03slirp: Silence warning on HaikuAndreas Färber1-1/+3
2010-09-17Make ARP replies at least 64 bytes longHervé Poussineau1-1/+2
2010-09-17Accept packets with TTL=1Hervé Poussineau1-1/+1
2010-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen1-1/+1
2010-07-25slirp: Remove declarations which are no longer neededStefan Weil1-33/+0
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil20-116/+110
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+3
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+0
2010-04-20slirp: fix structure initialization in tcp_listen()Juha Riihimäki1-0/+1
2010-04-18slirp: fix unused return value, spotted by clangBlue Swirl1-1/+2
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-1/+1
2010-03-07slirp: remove dead nested assignment, spotted by clangBlue Swirl1-2/+1
2010-03-07slirp: remove dead initialization, spotted by clangBlue Swirl1-4/+0