aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen_nic.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka1-1/+0
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD1-123/+142
2009-12-03net: convert xen to NICStateMark McLoughlin1-17/+29
2009-10-30net: move net-checksum.c under net/Mark McLoughlin1-0/+1
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-1/+1
2009-10-27net: add a client type codeMark McLoughlin1-1/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29net: Provide VLAN client lookup helperJan Kiszka1-1/+1
2009-06-13xen nic: check tx queue after connect.Gerd Hoffmann1-0/+2
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-5/+7
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-3/+3
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-2/+2
2009-06-08xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann1-1/+1
2009-06-08xen nic: use qemu_mallocGerd Hoffmann1-2/+2
2009-06-06xen: net backend doesn't need linux headers.Gerd Hoffmann1-2/+0
2009-04-22xen: add net backend driver. (Gerd Hoffmann)aliguori1-0/+406