summaryrefslogtreecommitdiffstats
path: root/hw/xen_nic.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-5/+8
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* xen: flush queue when getting an eventPaolo Bonzini2012-09-141-0/+1
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-2/+2
* net: Remove vlan code from net.cStefan Hajnoczi2012-08-011-1/+0
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* xen: Reorganize includes of Xen headers.Anthony PERARD2012-06-211-5/+2
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* Drop unneeded pthread.h inclusionsJan Kiszka2011-09-211-1/+0
* Introduce a new 'connected' xendev op called when Connected.John Haxby2011-09-091-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-3/+3
* xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD2011-05-081-123/+142
* 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
OpenPOWER on IntegriCloud