summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06rtl8139: simplify timer logicPaolo Bonzini1-50/+27
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang1-0/+1
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang1-4/+4
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang1-1/+6
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini27-211/+0
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