aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-02sunhme: ensure that RX descriptor ring overflow is indicated to client driverMark Cave-Ayland2-0/+10
2019-07-02sunhme: fix return values from sunhme_receive() during receive packet processingMark Cave-Ayland1-3/+3
2019-07-02sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raisedMark Cave-Ayland1-0/+10
2019-07-02sunhme: fix incorrect constant in sunhme_can_receive()Mark Cave-Ayland1-1/+1
2019-07-02sunhme: add trace event for logging PCI IRQMark Cave-Ayland2-0/+3
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert1-2/+2
2019-07-02ftgmac100: do not link to netdevCédric Le Goater1-2/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-1/+1
2019-06-12Supply missing header guardsMarkus Armbruster3-1/+15
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster34-4/+41
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-108/+139
2019-05-17hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé4-108/+139
2019-05-17e1000: Never increment the RX undersize count registerChris Kenna1-1/+0
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang1-0/+10
2019-05-02hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé1-1/+3
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+0
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-1/+1
2019-04-02virtio-net: Fix typo in commentYuval Shaia1-1/+1
2019-03-29e1000: Delay flush queue when receive RCTLyuchenlin1-2/+22
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-4/+4
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-17/+17
2019-03-18kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini1-2/+2
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-55/+55
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-1/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-03-07sparc-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07ppc: Express dependencies of the Mac machines with kconfigThomas Huth1-0/+1
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-0/+2
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+2
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+4
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+23
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+92
2019-03-05virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert2-3/+33
2019-03-05virtio-net: Switch to using announce timerDr. David Alan Gilbert2-13/+28
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-80/+101
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella1-24/+7
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2-5/+3
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-2/+1
2019-02-21vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini1-0/+4
2019-02-21vhost-net: move stubs to a separate filePaolo Bonzini3-75/+95
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong1-2/+2
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater1-12/+68
2019-01-17virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich1-1/+1
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich1-1/+666
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-7/+7
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini5-36/+36
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia2-115/+134