summaryrefslogtreecommitdiffstats
path: root/slirp/if.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-2/+2
* misc: Spelling and grammar fixes in commentsStefan Weil2013-10-261-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu2012-08-011-5/+0
* slirp: Remove unneeded if_queuedJan Kiszka2012-03-131-10/+1
* slirp: Fix queue walking in if_startJan Kiszka2012-03-131-21/+39
* slirp: Prevent recursion of if_startJan Kiszka2012-03-131-1/+10
* slirp: Keep next_m always validJan Kiszka2012-03-131-8/+14
* slirp: Refactor if_startJan Kiszka2012-02-271-42/+36
* slirp: Fix requeuing of batchq packets in if_startJan Kiszka2012-02-271-16/+19
* slirp: Clean up ifs_initJan Kiszka2012-02-271-2/+0
* slirp: Only start packet expiration for delayed onesJan Kiszka2011-08-051-3/+0
* slirp: Read current time only once per if_start callJan Kiszka2011-08-051-4/+1
* Delayed IP packetsFabien Chouteau2011-08-031-4/+24
* slirp: Use internal state in interfaceJan Kiszka2009-06-291-1/+1
* slirp: Factor out internal state structureJan Kiszka2009-06-291-27/+23
* slirp: Drop link_up checks from if_output and slirp_socket_can_recvJan Kiszka2009-06-291-4/+1
* slirp: Drop dead codeJan Kiszka2009-06-291-80/+0
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-4/+2
* Add some missing static qualifiersblueswir12008-09-301-2/+2
* Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir12008-08-171-4/+2
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-101-1/+1
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-2/+0
* Use const and static as needed, disable unused codeblueswir12007-10-261-20/+0
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-4/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-30/+30
* suppressed unaligned accessesbellard2006-05-101-2/+2
* windows fixes (Gregory Alexander)bellard2004-10-071-3/+3
* memory leak fix (Juergen Keil)bellard2004-09-131-0/+2
* initial user mode network supportbellard2004-04-221-0/+320
OpenPOWER on IntegriCloud