aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-42/+31
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta2-15/+1
2015-06-19pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani1-9/+0
2015-06-19vhost_net: re-enable when cross endianCédric Le Goater1-19/+0
2015-06-19vhost-net: tell tap backend about the vnet endiannessGreg Kurz1-1/+32
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell7-2/+461
2015-06-12qmp/hmp: add rocker device supportScott Feldman6-0/+419
2015-06-12rocker: bring link up/down on PHY enable/disableScott Feldman1-0/+12
2015-06-12rocker: Add support for phys nameDavid Ahern4-2/+30
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell1-185/+184
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela3-22/+12
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-14/+67
2015-06-11net/dp8393x: fix hardware resetHervé Poussineau1-0/+1
2015-06-11net/dp8393x: correctly reset in_use fieldHervé Poussineau1-1/+1
2015-06-11net/dp8393x: add load/save supportHervé Poussineau1-0/+12
2015-06-11net/dp8393x: add PROM to store MAC addressHervé Poussineau1-0/+18
2015-06-11net/dp8393x: QOM'ifyHervé Poussineau1-26/+57
2015-06-11net/dp8393x: use dp8393x_ prefix for all functionsHervé Poussineau1-39/+41
2015-06-11net/dp8393x: do not use old_mmio accessesHervé Poussineau1-85/+29
2015-06-11net/dp8393x: always calculate proper checksumsHervé Poussineau1-11/+1
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau1-30/+31
2015-06-10virtio-net: move qdev properties into virtio-net.cShannon Zhao1-2/+42
2015-06-10vhost: 64 bit featuresCornelia Huck1-6/+6
2015-06-10vhost_net: add version_1 featureMichael S. Tsirkin1-0/+2
2015-06-10virtio-net: enable virtio 1.0Cornelia Huck1-0/+1
2015-06-10virtio-net: support longer headerCornelia Huck1-6/+15
2015-06-10virtio-net: no writeable mac for virtio-1Cornelia Huck1-0/+1
2015-06-10pcnet: force the buffer access to be in bounds during txPetr Matousek1-0/+8
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann1-1/+1
2015-06-03cadence_gem: Fix Rx buffer size field maskSai Pavan Boddu1-1/+1
2015-06-01vhost-user: add multi queue supportOuyang Changchun1-1/+2
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-8/+10
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-2/+2
2015-05-31virtio-net: adding all queues in .realize()Jason Wang1-42/+17
2015-05-18net: cadence_gem: Split state struct and type into headerPeter Crosthwaite1-42/+1
2015-05-18net: cadence_gem: Clean up variable namesPeter Crosthwaite1-35/+35
2015-05-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell14-9/+5524
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+14
2015-05-11rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern1-1/+10
2015-05-11rocker: add new rocker switch deviceScott Feldman13-0/+5512
2015-05-11virtio-net: use qemu_mac_strdup_printfScott Feldman1-9/+3
2015-04-30vmxnet: Remove unused function vmxnet_rx_pkt_get_num_frags()Thomas Huth2-16/+0
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-1/+6
2015-04-27virtio-net: fix the upper bound when trying to delete queuesJason Wang1-1/+1
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie1-0/+7
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao1-2/+2
2015-03-25virtio-net: validate backend queue numbers against bus limitationJason Wang1-0/+7
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář1-2/+2