summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin1-1/+20
2014-11-28virtio-net: fix unmap leakJason Wang1-2/+3
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei1-0/+4
2014-11-21pcnet: fix Negative array index readGonglei1-25/+30
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei8-16/+0
2014-10-15vmxnet3: add bootindex to qom propertyGonglei1-0/+8
2014-10-15spapr_lian: add bootindex to qom propertyGonglei1-0/+10
2014-10-15rtl8139: add bootindex to qom propertyGonglei1-0/+10
2014-10-15pcnet: add bootindex to qom propertyGonglei3-1/+24
2014-10-15ne2000: add bootindex to qom propertyGonglei2-0/+56
2014-10-15eepro100: add bootindex to qom propertyGonglei1-1/+10
2014-10-15e1000: add bootindex to qom propertyGonglei1-0/+10
2014-10-15virtio-net: add bootindex to qom propertyGonglei1-0/+3
2014-09-22virtio: Import virtio_vring.hFam Zheng1-1/+1
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-6/+4
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion1-4/+4
2014-09-18virtio-net: drop assert on vm stopMichael S. Tsirkin1-2/+0
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-09-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-3/+10
2014-09-08spapr-vlan: Don't touch last entry in buffer listAnton Blanchard1-3/+10
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-1/+14
2014-09-04virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin1-1/+14
2014-09-04virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+28
2014-09-04Revert "vhost_net: start/stop guest notifiers properly"Peter Maydell1-19/+12
2014-09-03vhost_net: init acked_features to backend_featuresJason Wang1-0/+1
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang1-14/+27
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-22/+31
2014-09-02vhost_net: start/stop guest notifiers properlyJason Wang1-12/+19
2014-09-02virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin1-8/+0
2014-08-24vmxnet3: Pad short frames to minimum size (60 bytes)Ben Draper1-0/+10
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-28/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini7-22/+0
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2-6/+0
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell1-8/+8
2014-08-15vmxnet3: don't use 'Yoda conditions'Gonglei1-8/+8
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-06-29vhost-net: disable when cross-endianGreg Kurz1-0/+19
2014-06-29virtio-net: use virtio wrappers to access headersRusty Russell1-14/+17
2014-06-29virtio-net: implement per-device migration callsGreg Kurz1-6/+16
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-29virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell1-2/+2
2014-06-27net: move queue number into NICPeersJiri Pirko1-1/+1
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-10/+3
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia1-10/+3
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo1-12/+14