Sign in
qemu
/
qemu
/
947f562c989d034c6a82920e11f4641f1681583d
/
slirp
/
slirp.c
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
e3a110b
slirp: Only start packet expiration for delayed ones
by Jan Kiszka
· 13 years ago
1ab74ce
Delayed IP packets
by Fabien Chouteau
· 13 years ago
1a0ca1e
Simple ARP table
by Fabien Chouteau
· 13 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 13 years ago
e6d43cf
slirp: Forward ICMP echo requests via unprivileged sockets
by Jan Kiszka
· 13 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
dbf3c4b
Make ARP replies at least 64 bytes long
by Hervé Poussineau
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
b0e0486
slirp: remove dead nested assignment, spotted by clang
by Blue Swirl
· 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
· 15 years ago
ce0bd02
slirp: Remove our_addr code
by Ed Swierk
· 15 years ago
2353422
Add missing "static"
by Blue Swirl
· 15 years ago
aaf10d9
slirp: Use monotonic clock if available (v2)
by Ed Swierk
· 15 years ago
bb53fc5
slirp: Fix guestfwd for incoming data
by Jan Kiszka
· 15 years ago
0a1f851
slirp: Save/restore bootp client states
by Jan Kiszka
· 16 years ago
b1c99fc
slirp: Enable multiple instances
by Jan Kiszka
· 16 years ago
ad0d8c4
slirp: Allocate/free stack instance dynamically
by Jan Kiszka
· 16 years ago
9f8bd04
slirp: Use internal state in interface
by Jan Kiszka
· 16 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
b5302e1
slirp: Drop link_up checks from if_output and slirp_socket_can_recv
by Jan Kiszka
· 16 years ago
f1d99bb
slirp: Clean up timeout handling around slirp_select_fill/poll
by Jan Kiszka
· 16 years ago
d918f23
slirp: Kill slirp_is_inited
by Jan Kiszka
· 16 years ago
8ec7f4e
slirp: Clean up updtime
by Jan Kiszka
· 16 years ago
285f7a6
slirp: Make IP packet ID consistent
by Jan Kiszka
· 16 years ago
df46189
slirp: Factor out one-time initialization
by Jan Kiszka
· 16 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
9c12a6f
slirp: Do not allow to remove non-hostfwd sockets
by Jan Kiszka
· 16 years ago
6dd5ffb
slirp: Explicitely mark host-forwarding sockets
by Jan Kiszka
· 16 years ago
f932b6c
slirp: Prepare for persistent socket state flags
by Jan Kiszka
· 16 years ago
3c6a058
slirp: Bind support for host forwarding rules
by Jan Kiszka
· 16 years ago
2ad82cf
slirp: Fix port comparision in slirp_remove_hostfwd
by Jan Kiszka
· 16 years ago
c92ef6a
slirp: Rework external configuration interface
by Jan Kiszka
· 16 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 16 years ago
ad196a9
slirp: Move smb, redir, tftp and bootp parameters and -net channel
by Jan Kiszka
· 16 years ago
e15f4a9
Revert "User networking: Show active connections"
by Jan Kiszka
· 16 years ago
b8e8af3
slirp: Reorder initialization
by Jan Kiszka
· 16 years ago
1c6ed9f
User networking: Show active connections
by Alexander Graf
· 16 years ago
c1261d8
User Networking: Enable removal of redirections
by Alexander Graf
· 16 years ago
0a656f5
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
by malc
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
429d0a3
Fix 64 bit issue in slirp
by blueswir1
· 16 years ago
0580ac9
Fix some SLIRP warnings
by blueswir1
· 16 years ago
062e552
Add support for vmchannel socket migration (Gleb Natapov)
by aliguori
· 16 years ago
a9ba3a8
Add slirp_restrict option (Gleb Natapov)
by aliguori
· 16 years ago
e1c5a2b
Redirect slirp traffic to/from qemu character device (Gleb Natapov)
by aliguori
· 16 years ago
e8e880a
slirp: fix CVE 2007-5729
by aurel32
· 16 years ago
d75a0b9
added explicit license
by bellard
· 16 years ago
de806f0
allow SLIRP to make an ARP request to get the client MAC address. It is useful if an inbound connection is done to a VM which did not send outbound IP packets
by bellard
· 16 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 16 years ago
8fcd369
Fix some warnings that would be generated by gcc -Wmissing-prototypes
by blueswir1
· 16 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
31a60e2
Make Slirp statistics gathering and output conditional to LOG_ENABLED
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
38f3e7c
suppressed unaligned accesses
by bellard
· 19 years ago
8dbca8d
separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
by bellard
· 19 years ago
3f423c9
removed warnings
by bellard
· 19 years ago
f4e15b4
Fix slirp redirection on systems without a useful host IP address.
by pbrook
· 19 years ago
0f8134b
Downgrade DNS failure to a warning.
by pbrook
· 19 years ago
115defd
Set slirp client hostname.
by pbrook
· 19 years ago
df5f895
improved user net performances
by bellard
· 19 years ago
02d2c54
windows fixes (Gregory Alexander)
by bellard
· 20 years ago
a3d4af0
allow inetd like program exec
by bellard
· 20 years ago
9bf0544
port redirection support
by bellard
· 20 years ago
379ff53
win32 compile
by bellard
· 21 years ago
1d43a71
forgot fclose()
by bellard
· 21 years ago
512176d
fixed dhcp for windows client
by bellard
· 21 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago