Age | Commit message (Expand) | Author |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-04 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2014-09-04 | virtio-net: purge outstanding packets when starting vhost | Michael S. Tsirkin |
2014-09-04 | virtio-net: don't run bh on vm stopped | Michael S. Tsirkin |
2014-09-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-04 | Revert "vhost_net: start/stop guest notifiers properly" | Peter Maydell |
2014-09-03 | vhost_net: init acked_features to backend_features | Jason Wang |
2014-09-03 | vhost_net: start/stop guest notifiers properly | Jason Wang |
2014-09-02 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-02 | vhost_net: start/stop guest notifiers properly | Jason Wang |
2014-09-02 | virtio-net: don't run bh on vm stopped | Michael S. Tsirkin |
2014-09-02 | vhost_net: cleanup start/stop condition | Michael S. Tsirkin |
2014-08-24 | vmxnet3: Pad short frames to minimum size (60 bytes) | Ben Draper |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-17 | nic: do not destroy memory regions in cleanup functions | Paolo Bonzini |
2014-08-15 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in... | Peter Maydell |
2014-08-15 | vmxnet3: don't use 'Yoda conditions' | Gonglei |
2014-08-14 | e1000: use symbolic constants to init phy ctrl & status registers | Gabriel L. Somlo |
2014-08-14 | e1000: correctly handle phy_ctrl reserved & self-clearing bits | Gabriel L. Somlo |
2014-06-29 | vhost-net: disable when cross-endian | Greg Kurz |
2014-06-29 | virtio-net: use virtio wrappers to access headers | Rusty Russell |
2014-06-29 | virtio-net: implement per-device migration calls | Greg Kurz |
2014-06-29 | virtio: introduce device specific migration calls | Greg Kurz |
2014-06-29 | virtio-net: byteswap virtio-net header | Cédric Le Goater |
2014-06-27 | hw/net/eepro100: Implement read-only bits in MDI registers | Peter Maydell |
2014-06-27 | net: move queue number into NICPeers | Jiri Pirko |
2014-06-24 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-06-23 | qapi event: convert NIC_RX_FILTER_CHANGED | Wenchao Xia |
2014-06-23 | e1000: factor out checking for auto-negotiation availability | Gabriel L. Somlo |
2014-06-23 | e1000: move e1000_autoneg_timer() to after set_ics() | Gabriel L. Somlo |
2014-06-23 | e1000: signal guest on successful link auto-negotiation | Gabriel L. Somlo |
2014-06-23 | e1000: improve auto-negotiation reporting via mii-tool | Gabriel L. Somlo |
2014-06-23 | e1000: emulate auto-negotiation during external link status change | Gabriel L. Somlo |
2014-06-19 | Add the vhost-user netdev backend to the command line | Nikolay Nikolaev |
2014-06-19 | vhost-net: vhost-user feature bits support | Nikolay Nikolaev |
2014-06-19 | Add vhost-backend and VhostBackendType | Nikolay Nikolaev |
2014-06-19 | Add vhost_ops to vhost_dev struct and replace all relevant ioctls | Nikolay Nikolaev |
2014-06-19 | vhost_net_init will use VhostNetOptions to get all its arguments | Nikolay Nikolaev |
2014-06-19 | Refactor virtio-net to use generic get_vhost_net | Nikolay Nikolaev |
2014-06-19 | vhost_net should call the poll callback only when it is set | Nikolay Nikolaev |
2014-06-19 | vhost: add vhost_get_features and vhost_ack_features | Nikolay Nikolaev |
2014-06-19 | virtio-net: announce self by guest | Jason Wang |
2014-06-19 | virtio: Drop superfluous conditionals around g_strdup() | Markus Armbruster |
2014-06-19 | virtio: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-06-16 | Fix typo in eTSEC Ethernet controller | Fabien Chouteau |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela |
2014-06-10 | hw/net/ne2000-isa: Register vmstate struct | Peter Maydell |
2014-06-10 | net: cadence_gem: Remove &desc[0] usages | Peter Crosthwaite |