aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil1-1/+1
2015-03-10xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster1-0/+1
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-4/+2
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-56/+48
2015-02-26virtio: add feature checking helpersCornelia Huck1-10/+13
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-17/+17
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin1-1/+1
2015-02-26pcnet: Convert to realizeMarkus Armbruster1-3/+2
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster4-6/+6
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster5-20/+10
2015-02-24etsec: Replace qdev_init() by qdev_init_nofail()Markus Armbruster1-4/+1
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch1-20/+8
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch1-30/+19