Age | Commit message (Expand) | Author |
2013-04-08 | hw: move virtio devices to hw/ subdirectories | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-26 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-03-26 | virtio-net: remove layout assumptions for mq ctrl | Jason Wang |
2013-03-18 | virtio: make virtio device's structures public. | KONRAD Frederic |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-02-27 | net: reduce the unnecessary memory allocation of multiqueue | Jason Wang |
2013-02-08 | hw/virtio-net.c: set config size using host features | Jesse Larrew |
2013-02-08 | virtio-net: pass host features to virtio_net_init | Anthony Liguori |
2013-02-01 | virtio-net: migration support for multiqueue | Jason Wang |
2013-02-01 | virtio-net: multiqueue support | Jason Wang |
2013-02-01 | virtio-net: separate virtqueue from VirtIONet | Jason Wang |
2013-02-01 | vhost: multiqueue support | Jason Wang |
2013-02-01 | net: intorduce qemu_del_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_nic() | Jason Wang |
2013-02-01 | net: introduce qemu_get_queue() | Jason Wang |
2013-02-01 | net: tap: using bool instead of bitfield | Jason Wang |
2013-01-30 | virtio-net: rename ctrl rx commands | Amos Kong |
2013-01-30 | virtio-net: introduce a new macaddr control | Amos Kong |
2013-01-30 | virtio-net: remove layout assumptions for ctrl vq | Michael S. Tsirkin |
2013-01-30 | virtio-net: revert mac on reset | Michael S. Tsirkin |
2013-01-07 | vhost: backend masking support | Michael S. Tsirkin |
2013-01-07 | virtio-net: set/clear vhost_started in reverse order | Michael S. Tsirkin |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-10-29 | virtio-net: enable mrg buf header in tap on linux | Michael S. Tsirkin |
2012-10-29 | virtio-net: test peer header support at init time | Michael S. Tsirkin |
2012-10-29 | virtio-net: minor code simplification | Michael S. Tsirkin |
2012-10-29 | virtio-net: simplify rx code | Michael S. Tsirkin |
2012-10-29 | virtio-net: switch tx to safe iov functions | Michael S. Tsirkin |
2012-10-29 | virtio-net: first s/g is always at start of buf | Michael S. Tsirkin |
2012-10-29 | virtio-net: refactor receive_hdr | Michael S. Tsirkin |
2012-10-29 | virtio-net: use safe iov operations for rx | Michael S. Tsirkin |
2012-10-29 | virtio-net: avoid sg copy | Michael S. Tsirkin |
2012-10-29 | virtio-net: track host/guest header length | Michael S. Tsirkin |
2012-10-17 | virtio-net: use qemu_get_buffer() in a temp buffer | Juan Quintela |
2012-10-08 | virtio-net: update nc.link_down in virtio_net_load() | Amos Kong |
2012-09-28 | virtio-net: fix used len for tx | Michael S. Tsirkin |
2012-09-14 | net: notify iothread after flushing queue | Paolo Bonzini |
2012-08-01 | net: Rename qemu_del_vlan_client() to qemu_del_net_client() | Stefan Hajnoczi |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi |
2012-07-23 | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek |
2012-06-07 | change iov_* function prototypes to be more appropriate | Michael Tokarev |
2012-05-21 | virtio: check virtio_load return code | Orit Wassermann |
2012-01-27 | qdev: don't access name through info | Anthony Liguori |
2012-01-27 | qdev: move qdev->info to class | Anthony Liguori |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-04 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori |
2011-07-27 | virtio-net: don't use vdev after virtio_cleanup | Amit Shah |