aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: convert xen to NICStateMark McLoughlin2009-12-031-17/+29
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-0/+1
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-1/+1
* net: add a client type codeMark McLoughlin2009-10-271-1/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* net: Provide VLAN client lookup helperJan Kiszka2009-06-291-1/+1
* xen nic: check tx queue after connect.Gerd Hoffmann2009-06-131-0/+2
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-5/+7
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-3/+3
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann2009-06-081-1/+1
* xen nic: use qemu_mallocGerd Hoffmann2009-06-081-2/+2
* xen: net backend doesn't need linux headers.Gerd Hoffmann2009-06-061-2/+0
* xen: add net backend driver. (Gerd Hoffmann)aliguori2009-04-221-0/+406