aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_nic.c
AgeCommit message (Expand)Author
2009-12-03net: convert xen to NICStateMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29net: Provide VLAN client lookup helperJan Kiszka
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-06-08xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann
2009-06-08xen nic: use qemu_mallocGerd Hoffmann
2009-06-06xen: net backend doesn't need linux headers.Gerd Hoffmann
2009-04-22xen: add net backend driver. (Gerd Hoffmann)aliguori