index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
slirp
/
ip_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
slirp: Clean up osdep.h related header inclusions
Thomas Huth
2016-05-16
1
-1
/
+0
*
slirp: Allow disabling IPv4 or IPv6
Samuel Thibault
2016-04-01
1
-0
/
+4
*
slirp: Fix memory leak on small incoming ipv4 packet
Samuel Thibault
2016-03-22
1
-1
/
+1
*
slirp: Generalizing and neutralizing various TCP functions before adding IPv6...
Guillaume Subiron
2016-03-15
1
-1
/
+1
*
slirp: Fix ICMP error sending
Yann Bordenave
2016-03-15
1
-4
/
+4
*
slirp: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
slirp: Fix type casts and format strings in debug code
Stefan Weil
2015-11-12
1
-5
/
+5
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-1
/
+0
*
slirp: Cleanup resources on instance removal
Jan Kiszka
2012-03-13
1
-0
/
+7
*
slirp: Fix unusual "comments" in unused code
Stefan Weil
2011-07-27
1
-2
/
+2
*
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
2011-07-23
1
-0
/
+1
*
slirp: Replace m_freem with m_free
Jan Kiszka
2011-07-23
1
-4
/
+4
*
slirp: Fix restricted mode
Jan Kiszka
2011-07-23
1
-21
/
+0
*
Accept packets with TTL=1
Hervé Poussineau
2010-09-17
1
-1
/
+1
*
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-07-25
1
-1
/
+1
*
slirp: fix unmatched bracket in if 0
Michael S. Tsirkin
2009-09-30
1
-2
/
+0
*
slirp: Factor out internal state structure
Jan Kiszka
2009-06-29
1
-39
/
+41
*
slirp: Make IP packet ID consistent
Jan Kiszka
2009-06-29
1
-1
/
+0
*
slirp: Drop statistic code
Jan Kiszka
2009-06-29
1
-20
/
+1
*
slirp: Drop dead code
Jan Kiszka
2009-06-29
1
-17
/
+0
*
slirp: Rework internal configuration
Jan Kiszka
2009-06-29
1
-4
/
+5
*
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
1
-13
/
+10
*
Fix SIGSEGV crash in slirp networking code
blueswir1
2009-02-06
1
-2
/
+1
*
Remove the advertising clause from the slirp license
aliguori
2009-01-26
1
-5
/
+1
*
Fix 64 bit issue in slirp
blueswir1
2009-01-13
1
-65
/
+70
*
Add slirp_restrict option (Gleb Natapov)
aliguori
2009-01-08
1
-0
/
+21
*
Use const and static as needed, disable unused code
blueswir1
2007-10-26
1
-16
/
+15
*
Make Slirp statistics gathering and output conditional to LOG_ENABLED
blueswir1
2007-10-26
1
-14
/
+18
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-15
/
+15
*
fixed IP packet rassembly logic (Ed Swierk)
bellard
2006-05-01
1
-1
/
+1
*
initial user mode network support
bellard
2004-04-22
1
-0
/
+697