aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/if.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-27slirp: Refactor if_startJan Kiszka1-42/+36
2012-02-27slirp: Fix requeuing of batchq packets in if_startJan Kiszka1-16/+19
2012-02-27slirp: Clean up ifs_initJan Kiszka1-2/+0
2011-08-05slirp: Only start packet expiration for delayed onesJan Kiszka1-3/+0
2011-08-05slirp: Read current time only once per if_start callJan Kiszka1-4/+1
2011-08-03Delayed IP packetsFabien Chouteau1-4/+24
2009-06-29slirp: Use internal state in interfaceJan Kiszka1-1/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-27/+23
2009-06-29slirp: Drop link_up checks from if_output and slirp_socket_can_recvJan Kiszka1-4/+1
2009-06-29slirp: Drop dead codeJan Kiszka1-80/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-4/+2
2008-09-30Add some missing static qualifiersblueswir11-2/+2
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-4/+2
2008-05-10Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog1-1/+1
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir11-2/+0
2007-10-26 Use const and static as needed, disable unused codeblueswir11-20/+0
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-30/+30
2006-05-10suppressed unaligned accessesbellard1-2/+2
2004-10-07windows fixes (Gregory Alexander)bellard1-3/+3
2004-09-13memory leak fix (Juergen Keil)bellard1-0/+2
2004-04-22initial user mode network supportbellard1-0/+320