summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15vmxnet3: add bootindex to qom propertyGonglei
2014-10-15spapr_lian: add bootindex to qom propertyGonglei
2014-10-15rtl8139: add bootindex to qom propertyGonglei
2014-10-15pcnet: add bootindex to qom propertyGonglei
2014-10-15ne2000: add bootindex to qom propertyGonglei
2014-10-15eepro100: add bootindex to qom propertyGonglei
2014-10-15e1000: add bootindex to qom propertyGonglei
2014-10-15virtio-net: add bootindex to qom propertyGonglei
2014-09-22virtio: Import virtio_vring.hFam Zheng
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion
2014-09-18virtio-net: drop assert on vm stopMichael S. Tsirkin
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2014-09-08spapr-vlan: Don't touch last entry in buffer listAnton Blanchard
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-09-04virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin
2014-09-04virtio-net: don't run bh on vm stoppedMichael S. Tsirkin
2014-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-04Revert "vhost_net: start/stop guest notifiers properly"Peter Maydell
2014-09-03vhost_net: init acked_features to backend_featuresJason Wang
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-02vhost_net: start/stop guest notifiers properlyJason Wang
2014-09-02virtio-net: don't run bh on vm stoppedMichael S. Tsirkin
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin
2014-08-24vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell
2014-08-15vmxnet3: don't use 'Yoda conditions'Gonglei
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo
2014-06-29vhost-net: disable when cross-endianGreg Kurz
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-net: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell
2014-06-27net: move queue number into NICPeersJiri Pirko
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo
2014-06-23e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo