aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_nic.c
AgeCommit message (Expand)Author
2012-09-14xen: flush queue when getting an eventPaolo Bonzini
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-21xen: Reorganize includes of Xen headers.Anthony PERARD
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-09-21Drop unneeded pthread.h inclusionsJan Kiszka
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD
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