aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-3/+3
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-1/+1
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+14
* Fix some win32 compile warningsblueswir12009-04-051-5/+5
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-1/+0
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-2/+3
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Win32: Fix warningsaurel322008-11-061-3/+3
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* 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-26/+26
* win32 tap poll suppression (kazu)bellard2006-08-191-18/+9
* multiple wait object support for win32 (kazu)bellard2006-06-251-0/+8
* WIn32 compile fix.pbrook2006-02-191-1/+1
* tap win32 supportbellard2006-02-011-0/+680