index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
Age
Commit message (
Expand
)
Author
2012-02-24
slirp/misc: fix gcc __warn_memset_zero_len warnings
Alon Levy
2012-02-08
slirp: Prevent sending ICMP error replies to source-only addresses
Jan Kiszka
2012-02-08
slirp: Remove unused variable and unused code
Stefan Weil
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
2011-09-28
slirp: Fix packet expiration
Thomas Huth
2011-09-28
slirp: Fix use after release on tcp_input
Jan Kiszka
2011-09-20
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
slirp: Fill TCP/IP header template after SYN reception
Jan Kiszka
2011-09-09
Fix include statements for qemu-common.h
Stefan Weil
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-21
Merge branch 'queues/slirp' of git://git.kiszka.org/qemu
Blue Swirl
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-14
slirp: Fix bit field types in IP header structs
Jan Kiszka
2011-08-05
slirp: Only start packet expiration for delayed ones
Jan Kiszka
2011-08-05
slirp: Read current time only once per if_start call
Jan Kiszka
2011-08-05
slirp: Fix types of IP address parameters
Jan Kiszka
2011-08-03
Delayed IP packets
Fabien Chouteau
2011-08-03
Simple ARP table
Fabien Chouteau
2011-07-27
slirp: Fix unusual "comments" in unused code
Stefan Weil
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
2011-07-23
slirp: Put forked exec into separate process group
Jan Kiszka
2011-07-23
slirp: Replace m_freem with m_free
Jan Kiszka
2011-07-23
slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
Jan Kiszka
2011-07-23
slirp: Fix restricted mode
Jan Kiszka
2011-03-29
add a service to reap zombies, use it in SLIRP
Paolo Bonzini
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-05
net: fix trace when debug is activated in slirp
Vincent Palatin
2011-02-25
slirp: Remove some type casts caused by bad declaration of x.tp_buf
Stefan Weil
2011-02-14
Fix build from previous commit
Anthony Liguori
2011-02-14
PATCH] slirp: fix buffer overrun
Bruce Rogers
2011-01-23
Delete useless 'extern' qualifiers for functions
Blue Swirl
2011-01-13
slirp: Use strcasecmp() to check tftp mode, tsize
Sergei Gavrikov
2011-01-10
slirp: fix unaligned access in bootp code
Aurelien Jarno
2010-11-21
slirp: Remove unused code for bad sprintf
Stefan Weil
2010-10-03
Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
slirp: Silence warning on Haiku
Andreas Färber
2010-09-17
Make ARP replies at least 64 bytes long
Hervé Poussineau
2010-09-17
Accept packets with TTL=1
Hervé Poussineau
2010-09-04
Change DPRINTF() to do{}while(0) to avoid compiler warning
Jes Sorensen
2010-07-25
slirp: Remove declarations which are no longer needed
Stefan Weil
2010-07-25
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-07-06
savevm: Add DeviceState param
Alex Williamson
2010-04-25
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
2010-04-20
slirp: fix structure initialization in tcp_listen()
Juha Riihimäki
2010-04-18
slirp: fix unused return value, spotted by clang
Blue Swirl
2010-03-16
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
2010-03-07
slirp: remove dead nested assignment, spotted by clang
Blue Swirl
[next]