aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2015-03-27hw/net/e1000: fix integer endiannessShannon Zhao
2015-03-25virtio-net: validate backend queue numbers against bus limitationJason Wang
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil
2015-03-10xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin
2015-02-26pcnet: Convert to realizeMarkus Armbruster
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-24etsec: Replace qdev_init() by qdev_init_nofail()Markus Armbruster
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch
2015-02-06rtl8139: simplify timer logicPaolo Bonzini
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-12-19e1000: defer packets until BM enabledMichael S. Tsirkin
2014-11-28virtio-net: fix unmap leakJason Wang
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei
2014-11-21pcnet: fix Negative array index readGonglei
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