summaryrefslogtreecommitdiffstats
path: root/slirp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use dprintfmalc2010-02-071-9/+9
* Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik2010-01-131-0/+1
* Handle TFTP ERROR from clientThomas Horsten2010-01-111-0/+23
* slirp/misc.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-8/+2
* fix networking on win32 hostJuha Riihimäki2009-12-181-7/+7
* Don't leak file descriptorsKevin Wolf2009-12-035-6/+10
* slirp: fix use-after-freeMark McLoughlin2009-11-211-1/+1
* slirp: fix unmatched bracket in if 0Michael S. Tsirkin2009-09-301-2/+0
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-122-10/+10
* Fix Sparse warnings: add "static"Blue Swirl2009-09-051-1/+1
OpenPOWER on IntegriCloud