summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix packet expirationThomas Huth2011-09-281-2/+3
* slirp: Fix use after release on tcp_inputJan Kiszka2011-09-281-12/+10
* Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2011-09-201-0/+1
|\
| * slirp: Fill TCP/IP header template after SYN receptionJan Kiszka2011-09-161-0/+1
* | Remove blanks before \n in output stringsStefan Weil2011-09-162-5/+5
|/
* Fix include statements for qemu-common.hStefan Weil2011-09-091-1/+1
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-032-9/+9
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Merge branch 'queues/slirp' of git://git.kiszka.org/qemuBlue Swirl2011-08-212-6/+6
|\
| * slirp: Fix bit field types in IP header structsJan Kiszka2011-08-142-6/+6
* | Use glib memory allocation and free functionsAnthony Liguori2011-08-203-10/+10
|/
* slirp: Only start packet expiration for delayed onesJan Kiszka2011-08-052-3/+3
* slirp: Read current time only once per if_start callJan Kiszka2011-08-051-4/+1
* slirp: Fix types of IP address parametersJan Kiszka2011-08-052-10/+10
* Delayed IP packetsFabien Chouteau2011-08-035-37/+69
* Simple ARP tableFabien Chouteau2011-08-034-58/+168
* slirp: Fix unusual "comments" in unused codeStefan Weil2011-07-271-2/+2
* Wrap recv to avoid warningsBlue Swirl2011-07-253-4/+4
* slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka2011-07-237-1/+147
* slirp: Put forked exec into separate process groupJan Kiszka2011-07-231-1/+2
* slirp: Replace m_freem with m_freeJan Kiszka2011-07-237-19/+16
* slirp: Strictly associate DHCP/BOOTP and TFTP with virtual hostJan Kiszka2011-07-231-5/+8
* slirp: Fix restricted modeJan Kiszka2011-07-233-25/+6
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-291-1/+4
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* net: fix trace when debug is activated in slirpVincent Palatin2011-03-051-1/+1
* slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2011-02-252-8/+8
* Fix build from previous commitAnthony Liguori2011-02-141-1/+1
* PATCH] slirp: fix buffer overrunBruce Rogers2011-02-141-2/+2
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-1/+1
* slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov2011-01-131-2/+2
* slirp: fix unaligned access in bootp codeAurelien Jarno2011-01-101-15/+17
* slirp: Remove unused code for bad sprintfStefan Weil2010-11-213-62/+0
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* slirp: Silence warning on HaikuAndreas Färber2010-10-031-1/+3
* Make ARP replies at least 64 bytes longHervé Poussineau2010-09-171-1/+2
* Accept packets with TTL=1Hervé Poussineau2010-09-171-1/+1
* Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen2010-09-041-1/+1
* slirp: Remove declarations which are no longer neededStefan Weil2010-07-251-33/+0
* slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-2520-116/+110
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+3
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+0
* slirp: fix structure initialization in tcp_listen()Juha Riihimäki2010-04-201-0/+1
* slirp: fix unused return value, spotted by clangBlue Swirl2010-04-181-1/+2
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-1/+1
* slirp: remove dead nested assignment, spotted by clangBlue Swirl2010-03-071-2/+1
* slirp: remove dead initialization, spotted by clangBlue Swirl2010-03-071-4/+0
* slirp: remove dead increments, spotted by clangBlue Swirl2010-03-073-2/+4
* slirp: remove dead assignments, spotted by clangBlue Swirl2010-03-072-15/+7
* don't dereference NULL after failed strdupJim Meyering2010-02-101-1/+1
OpenPOWER on IntegriCloud