- 95b1ad7 slirp: Implement TFTP Blocksize option by Hervé Poussineau · 12 years ago
- eb7faf0 slirp: Remove unused return value of tftp_send_next_block by Jan Kiszka · 12 years ago
- 4aa401f slirp: Handle more than 65535 blocks in TFTP transfers by Hervé Poussineau · 12 years ago
- 78be056 slirp: improve TFTP performance by Hervé Poussineau · 12 years ago
- e56afbc5 slirp: Fix error reported by static code analysis by Stefan Weil · 12 years ago
- c4d12a7 slirp: Remove wrong type casts ins debug statements by Stefan Weil · 12 years ago
- 0b8db8f slirp: fix build on mingw32 by Anthony Liguori · 13 years ago
- 648cd33 slirp: Handle whole 127.0.0.0/8 network as local addresses. by Anders Waldenborg · 13 years ago
- 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
- 4c69605 build: move slirp/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
- 917cfc1 slirp: Avoid redefining MAX_TCPOPTLEN by Andreas Färber · 13 years ago
- 9b24d8e slirp: Avoid statements without effect on Big Endian host by Andreas Färber · 13 years ago
- e20e48a slirp: Untangle TCPOLEN_* from TCPOPT_* by Andreas Färber · 13 years ago
- 7c7db75 main_loop_wait: block indefinitely by Stefano Stabellini · 13 years ago
- acf126b w32: Move defines for socket specific errors to qemu-os-win32.h by Stefan Weil · 13 years ago
- 8607301 slirp: Signal free input buffer space to io-thread by Jan Kiszka · 13 years ago
- 5668896 w32/slirp: Undefine error constants before their redefinition by Jan Kiszka · 13 years ago
- 1c5970a slirp: use socket_set_nonblock by Paolo Bonzini · 13 years ago
- b722105 slirp: clean up conflicts with system headers by Paolo Bonzini · 13 years ago
- 2d26512 slirp: Fix compiler warning for w64 by Stefan Weil · 13 years ago
- a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
- f373431 slirp: Remove unneeded if_queued by Jan Kiszka · 13 years ago
- e3078bf slirp: Fix queue walking in if_start by Jan Kiszka · 13 years ago
- 953e7f5 slirp: Prevent recursion of if_start by Jan Kiszka · 13 years ago
- d6536b2 slirp: Keep next_m always valid by Jan Kiszka · 13 years ago
- 90d7416 slirp: Fix assertion failure on rejected DHCP requests by David Gibson · 13 years ago
- b87ffa1 slirp: Refactor if_start by Jan Kiszka · 13 years ago
- b248ede slirp: Fix requeuing of batchq packets in if_start by Jan Kiszka · 13 years ago
- 79e7e93 slirp: Clean up ifs_init by Jan Kiszka · 13 years ago
- f293d8b slirp/misc: fix gcc __warn_memset_zero_len warnings by Alon Levy · 13 years ago
- 6612db1 slirp: Prevent sending ICMP error replies to source-only addresses by Jan Kiszka · 13 years ago
- 9f1134d slirp: Remove unused variable and unused code by Stefan Weil · 13 years ago
- d3b12f5 main-loop: create main-loop.c by Paolo Bonzini · 13 years ago
- 2b44043 slirp: Fix packet expiration by Thomas Huth · 13 years ago
- 8d06d69 slirp: Fix use after release on tcp_input by Jan Kiszka · 13 years ago
- 39ba59c Merge remote-tracking branch 'kiszka/queues/slirp' into staging by Anthony Liguori · 13 years ago
- b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
- 144d192 slirp: Fill TCP/IP header template after SYN reception by Jan Kiszka · 13 years ago
- 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 13 years ago
- 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
- 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
- aec7c6d Merge branch 'queues/slirp' of git://git.kiszka.org/qemu by Blue Swirl · 14 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- 1b930bf slirp: Fix bit field types in IP header structs by Jan Kiszka · 14 years ago
- e3a110b slirp: Only start packet expiration for delayed ones by Jan Kiszka · 14 years ago
- fd59387 slirp: Read current time only once per if_start call by Jan Kiszka · 14 years ago
- 5a371a2 slirp: Fix types of IP address parameters by Jan Kiszka · 14 years ago
- 1ab74ce Delayed IP packets by Fabien Chouteau · 14 years ago
- 1a0ca1e Simple ARP table by Fabien Chouteau · 14 years ago
- cf2846b slirp: Fix unusual "comments" in unused code by Stefan Weil · 14 years ago
- 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
- e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 14 years ago
- 565465f slirp: Put forked exec into separate process group by Jan Kiszka · 14 years ago
- 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
- 5a82362 slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host by Jan Kiszka · 14 years ago
- 12b513d slirp: Fix restricted mode by Jan Kiszka · 14 years ago
- 4d54ec7 add a service to reap zombies, use it in SLIRP by Paolo Bonzini · 14 years ago
- 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
- 24ac3a7 net: fix trace when debug is activated in slirp by Vincent Palatin · 14 years ago
- 89d2d3af slirp: Remove some type casts caused by bad declaration of x.tp_buf by Stefan Weil · 14 years ago
- 8fe3046 Fix build from previous commit by Anthony Liguori · 14 years ago
- 53fae6d PATCH] slirp: fix buffer overrun by Bruce Rogers · 14 years ago
- 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
- facf1a6 slirp: Use strcasecmp() to check tftp mode, tsize by Sergei Gavrikov · 14 years ago
- 8aaf42e slirp: fix unaligned access in bootp code by Aurelien Jarno · 14 years ago
- 9eca6cc slirp: Remove unused code for bad sprintf by Stefan Weil · 14 years ago
- 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- 4a2b39d slirp: Silence warning on Haiku by Andreas Färber · 14 years ago
- dbf3c4b Make ARP replies at least 64 bytes long by Hervé Poussineau · 14 years ago
- 0d49175 Accept packets with TTL=1 by Hervé Poussineau · 14 years ago
- 7390cdf Change DPRINTF() to do{}while(0) to avoid compiler warning by Jes Sorensen · 14 years ago
- 08dc07a slirp: Remove declarations which are no longer needed by Stefan Weil · 15 years ago
- b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 15 years ago
- 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
- 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
- ab07b98 slirp: fix structure initialization in tcp_listen() by Juha Riihimäki · 15 years ago
- 7107944 slirp: fix unused return value, spotted by clang by Blue Swirl · 15 years ago
- 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
- b0e0486 slirp: remove dead nested assignment, spotted by clang by Blue Swirl · 15 years ago
- 7071ff3 slirp: remove dead initialization, spotted by clang by Blue Swirl · 15 years ago
- 369c86e slirp: remove dead increments, spotted by clang by Blue Swirl · 15 years ago
- aca9fcd slirp: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
- 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
- d0f2c4c Do not use dprintf by malc · 15 years ago
- 1cb1a66 Qemu's internal TFTP server breaks lock-step-iness of TFTP by Milan Plzik · 15 years ago
- bfe4e17 Handle TFTP ERROR from client by Thomas Horsten · 15 years ago
- f0d98b0 slirp/misc.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
- 9a0c6a3 fix networking on win32 host by Juha Riihimäki · 15 years ago
- 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
- e0cf6d1 slirp: fix use-after-free by Mark McLoughlin · 15 years ago
- 65528b1 slirp: fix unmatched bracket in if 0 by Michael S. Tsirkin · 15 years ago
- 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
- 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
- 9e3a95e Fix compiler warnings by Stefan Weil · 15 years ago
- df7a86e slirp: Read host DNS config on demand by Ed Swierk · 16 years ago
- ce0bd02 slirp: Remove our_addr code by Ed Swierk · 16 years ago
- 2353422 Add missing "static" by Blue Swirl · 16 years ago
- 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
- e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
- aaf10d9 slirp: Use monotonic clock if available (v2) by Ed Swierk · 16 years ago