summaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-101-3/+3
|\
| * hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* | net: reduce the unnecessary memory allocation of multiqueueJason Wang2013-02-271-2/+4
|/
* hw/virtio-net.c: set config size using host featuresJesse Larrew2013-02-081-8/+36
* virtio-net: pass host features to virtio_net_initAnthony Liguori2013-02-081-1/+2
* virtio-net: migration support for multiqueueJason Wang2013-02-011-6/+29
* virtio-net: multiqueue supportJason Wang2013-02-011-66/+236
* virtio-net: separate virtqueue from VirtIONetJason Wang2013-02-011-81/+114
* vhost: multiqueue supportJason Wang2013-02-011-2/+2
* net: intorduce qemu_del_nic()Jason Wang2013-02-011-1/+1
* net: introduce qemu_get_nic()Jason Wang2013-02-011-5/+5
* net: introduce qemu_get_queue()Jason Wang2013-02-011-35/+43
* net: tap: using bool instead of bitfieldJason Wang2013-02-011-1/+1
* virtio-net: rename ctrl rx commandsAmos Kong2013-01-301-7/+7
* virtio-net: introduce a new macaddr controlAmos Kong2013-01-301-1/+12
* virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin2013-01-301-54/+75
* virtio-net: revert mac on resetMichael S. Tsirkin2013-01-301-0/+1
* vhost: backend masking supportMichael S. Tsirkin2013-01-071-0/+18
* virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin2013-01-071-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* virtio-net: enable mrg buf header in tap on linuxMichael S. Tsirkin2012-10-291-8/+18
* virtio-net: test peer header support at init timeMichael S. Tsirkin2012-10-291-9/+14
* virtio-net: minor code simplificationMichael S. Tsirkin2012-10-291-3/+1
* virtio-net: simplify rx codeMichael S. Tsirkin2012-10-291-7/+2
* virtio-net: switch tx to safe iov functionsMichael S. Tsirkin2012-10-291-12/+19
* virtio-net: first s/g is always at start of bufMichael S. Tsirkin2012-10-291-2/+3
* virtio-net: refactor receive_hdrMichael S. Tsirkin2012-10-291-11/+7
* virtio-net: use safe iov operations for rxMichael S. Tsirkin2012-10-291-11/+14
* virtio-net: avoid sg copyMichael S. Tsirkin2012-10-291-25/+23
* virtio-net: track host/guest header lengthMichael S. Tsirkin2012-10-291-12/+17
* virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela2012-10-171-1/+3
* virtio-net: update nc.link_down in virtio_net_load()Amos Kong2012-10-081-0/+5
* virtio-net: fix used len for txMichael S. Tsirkin2012-09-281-2/+2
* net: notify iothread after flushing queuePaolo Bonzini2012-09-141-4/+0
* 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-5/+5
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-5/+5
* change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-2/+2
* virtio: check virtio_load return codeOrit Wassermann2012-05-211-1/+5
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-1/+1
|\
| * virtio-net: don't use vdev after virtio_cleanupAmit Shah2011-07-271-1/+1
* | iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke2011-07-181-1/+1
|/
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi2011-03-031-2/+2
* vhost: disable on tap link downMichael S. Tsirkin2011-02-201-1/+2
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-1/+5
OpenPOWER on IntegriCloud