Age | Commit message (Expand) | Author |
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 |
2011-07-18 | iov: Update parameter usage in iov_(to|from)_buf() | Hannes Reinecke |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2011-03-03 | virtio-net: Fix lduw_p() pointer argument of wrong size | Stefan Hajnoczi |
2011-02-20 | vhost: disable on tap link down | Michael S. Tsirkin |
2011-02-01 | vhost: force vhost off for non-MSI guests | mst@redhat.com |
2011-01-29 | virtio-net: fix cross-endianness support | Aurelien Jarno |
2011-01-10 | virtio: move vmstate change tracking to core | Michael S. Tsirkin |
2010-12-17 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-12-11 | Add bootindex parameter to net/block/fd device | Gleb Natapov |
2010-12-09 | virtio-net: stop/start bh when appropriate | Michael S. Tsirkin |
2010-12-09 | virtio-net: don't dma while vm is stopped | Michael S. Tsirkin |
2010-11-21 | virtio-net: Convert fprintf() to error_report() | Stefan Hajnoczi |
2010-10-07 | virtio-net: unify vhost-net start/stop | Michael S. Tsirkin |
2010-09-07 | virtio-net: Introduce a new bottom half packet TX | Alex Williamson |
2010-09-07 | virtio-net: Rename tx_timer_active to tx_waiting | Alex Williamson |
2010-09-07 | virtio-net: Limit number of packets sent per TX flush | Alex Williamson |
2010-09-07 | virtio-net: Make tx_timer timeout configurable | Alex Williamson |
2010-07-11 | virtio-net: correct packet length math | Michael S. Tsirkin |
2010-07-06 | virtio-net: Incorporate a DeviceState pointer and let savevm track instances | Alex Williamson |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson |
2010-06-07 | virtio-net: truncating packet | Michael S. Tsirkin |
2010-06-02 | virtio-net: stop vhost backend on vmstop | Michael S. Tsirkin |
2010-05-12 | virtio-net: return with value in void function | Michael S. Tsirkin |
2010-04-28 | iov: Introduce a new file for helpers around iovs, add iov_from_buf() | Amit Shah |
2010-04-13 | vhost: fix features ack | David L Stevens |
2010-04-01 | virtio-net: vhost net support | Michael S. Tsirkin |