Sign in
qemu
/
qemu
/
9b5a30dc41c7455a17c88ed1a3677ba5f937f31d
/
slirp
/
if.c
ecc804c
slirp: Fix type casts and format strings in debug code
by Stefan Weil
· 9 years ago
59b0096
misc: Spelling and grammar fixes in comments
by Stefan Weil
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
691a4f3
net: determine if packets can be sent before net queue deliver packets
by Zhi Yong Wu
· 12 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
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
e3a110b
slirp: Only start packet expiration for delayed ones
by Jan Kiszka
· 13 years ago
fd59387
slirp: Read current time only once per if_start call
by Jan Kiszka
· 13 years ago
1ab74ce
Delayed IP packets
by Fabien Chouteau
· 13 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
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
674bb26
Add some missing static qualifiers
by blueswir1
· 16 years ago
a5f1b96
Fix warnings that would be generated by gcc -Wstrict-prototypes
by blueswir1
· 16 years ago
242acf3
Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.
by balrog
· 17 years ago
7878ff6
Add const etc. to places forgotten from the previous commit
by blueswir1
· 17 years ago
9634d90
Use const and static as needed, disable unused code
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
02d2c54
windows fixes (Gregory Alexander)
by bellard
· 20 years ago
c9a6211
memory leak fix (Juergen Keil)
by bellard
· 20 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago