summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-1/+1
* Supply missing header guardsMarkus Armbruster2019-06-123-1/+15
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1234-4/+41
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-05-174-108/+139
|\
| * hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé2019-05-174-108/+139
* | e1000: Never increment the RX undersize count registerChris Kenna2019-05-171-1/+0Star
* | vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+10
|/
* hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé2019-05-021-1/+3
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-291-1/+0Star
* hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* virtio-net: Fix typo in commentYuval Shaia2019-04-021-1/+1
* e1000: Delay flush queue when receive RCTLyuchenlin2019-03-291-2/+22
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-2/+2
|\
| * kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-2/+2
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-4/+4
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-17/+17
|/
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-55/+55
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | sparc-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* | ppc: Express dependencies of the Mac machines with kconfigThomas Huth2019-03-071-0/+1
* | virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-0/+2
* | ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* | isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+4
* | build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+23
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+92
|/
* virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert2019-03-052-3/+33
* virtio-net: Switch to using announce timerDr. David Alan Gilbert2019-03-052-13/+28
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-043-80/+101
|\
| * vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-212-5/+3Star
| * vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+1Star
| * vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-0/+4
| * vhost-net: move stubs to a separate filePaolo Bonzini2019-02-213-75/+95
* | virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-24/+7Star
|/
* hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong2019-02-051-2/+2
* ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater2019-01-211-12/+68
* virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich2019-01-181-1/+1
* virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich2019-01-181-1/+666
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-7/+7
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-115-36/+36
* vmxnet3: Move some definitions to header fileYuval Shaia2018-12-222-115/+134
* net: cadence_gem: Remove incorrect assert()Edgar E. Iglesias2018-11-261-1/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-301-5/+10
|\
| * milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé2018-10-301-5/+10
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-10-259-60/+59Star
|\ \ | |/ |/|
| * net: xgmac: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
| * net: stellaris_enet: add a reset methodCédric Le Goater2018-10-241-3/+4
| * net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star