aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-net.c
AgeCommit message (Expand)Author
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26virtio-net: remove layout assumptions for mq ctrlJason Wang
2013-03-18virtio: make virtio device's structures public.KONRAD Frederic
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang
2013-02-08hw/virtio-net.c: set config size using host featuresJesse Larrew
2013-02-08virtio-net: pass host features to virtio_net_initAnthony Liguori
2013-02-01virtio-net: migration support for multiqueueJason Wang
2013-02-01virtio-net: multiqueue supportJason Wang
2013-02-01virtio-net: separate virtqueue from VirtIONetJason Wang
2013-02-01vhost: multiqueue supportJason Wang
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-02-01net: tap: using bool instead of bitfieldJason Wang
2013-01-30virtio-net: rename ctrl rx commandsAmos Kong
2013-01-30virtio-net: introduce a new macaddr controlAmos Kong
2013-01-30virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin
2013-01-30virtio-net: revert mac on resetMichael S. Tsirkin
2013-01-07vhost: backend masking supportMichael S. Tsirkin
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-10-29virtio-net: enable mrg buf header in tap on linuxMichael S. Tsirkin
2012-10-29virtio-net: test peer header support at init timeMichael S. Tsirkin
2012-10-29virtio-net: minor code simplificationMichael S. Tsirkin
2012-10-29virtio-net: simplify rx codeMichael S. Tsirkin
2012-10-29virtio-net: switch tx to safe iov functionsMichael S. Tsirkin
2012-10-29virtio-net: first s/g is always at start of bufMichael S. Tsirkin
2012-10-29virtio-net: refactor receive_hdrMichael S. Tsirkin
2012-10-29virtio-net: use safe iov operations for rxMichael S. Tsirkin
2012-10-29virtio-net: avoid sg copyMichael S. Tsirkin
2012-10-29virtio-net: track host/guest header lengthMichael S. Tsirkin
2012-10-17virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela
2012-10-08virtio-net: update nc.link_down in virtio_net_load()Amos Kong
2012-09-28virtio-net: fix used len for txMichael S. Tsirkin
2012-09-14net: notify iothread after flushing queuePaolo 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-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
2012-05-21virtio: check virtio_load return codeOrit Wassermann
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-27virtio-net: don't use vdev after virtio_cleanupAmit Shah