aboutsummaryrefslogtreecommitdiff
path: root/slirp/if.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth1-0/+0
2022-05-12slirp: bump submodule past 4.7 releasePaolo Bonzini1-0/+0
2021-08-03Update libslirp to v4.6.1Marc-André Lureau1-0/+0
2020-11-27slirp: update to fix CVE-2020-29129 CVE-2020-29130Marc-André Lureau1-0/+0
2020-07-28slirp: update to latest stable-4.2 branchMarc-André Lureau1-0/+0
2020-04-21slirp: update to fix CVE-2020-1983Marc-André Lureau1-0/+0
2020-03-22slirp: update submodule to v4.2.0+Marc-André Lureau1-0/+0
2019-08-02slirp: update with CVE-2019-14378 fixMarc-André Lureau1-0/+0
2019-05-09Update upstream slirpSamuel Thibault1-0/+0
2019-05-04Update slirp submoduleSamuel Thibault1-0/+0
2019-05-03build-sys: move slirp as git submodule projectMarc-André Lureau1-0/+0
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-220/+0
2019-02-07slirp: pass opaque to all callbacksMarc-André Lureau1-1/+1
2019-02-07slirp: replace remaining qemu headers dependencyMarc-André Lureau1-1/+0
2019-02-07slirp: remove qemu timer.h dependencyMarc-André Lureau1-1/+0
2019-01-14slirp: add clock_get_ns() callbackMarc-André Lureau1-1/+1
2019-01-14slirp: use virtual time for packet expirationMarc-André Lureau1-1/+1
2019-01-14slirp: remove FULL_BOLTMarc-André Lureau1-2/+0
2017-09-24slirp: Add a special case for the NULL socketKevin Cernekee1-8/+10
2017-09-24slirp: Fix intermittent send queue hangs on a socketKevin Cernekee1-34/+17
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-03-23Avoid embedding struct mbuf in other structuresSamuel Thibault1-13/+14
2016-03-15slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfigurationGuillaume Subiron1-1/+1
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil1-2/+2
2013-10-26misc: Spelling and grammar fixes in commentsStefan Weil1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-08-01net: determine if packets can be sent before net queue deliver packetsZhi Yong Wu1-5/+0
2012-03-13slirp: Remove unneeded if_queuedJan Kiszka1-10/+1
2012-03-13slirp: Fix queue walking in if_startJan Kiszka1-21/+39
2012-03-13slirp: Prevent recursion of if_startJan Kiszka1-1/+10
2012-03-13slirp: Keep next_m always validJan Kiszka1-8/+14
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