summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star
| * net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star
| * net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
| * net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
| * net: lance: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star
| * net: lan9118: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
| * net: etraxfs_eth: add a reset methodCédric Le Goater2018-10-241-6/+25
| * net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-7/+6Star
* | net: cadence_gem: Announce 64bit addressing supportEdgar E. Iglesias2018-10-241-1/+2
* | net: cadence_gem: Announce availability of priority queuesEdgar E. Iglesias2018-10-241-1/+7
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-4/+4
|\
| * cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-4/+4
* | e1000: indicate dropped packets in HW countersJason Wang2018-10-192-3/+16
* | pcnet: fix possible buffer overflowJason Wang2018-10-191-2/+2
* | rtl8139: fix possible out of bound accessJason Wang2018-10-191-4/+4
* | ne2000: fix possible out of bound access in ne2000_receiveJason Wang2018-10-191-2/+2
|/
* net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias2018-10-161-8/+39
* net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias2018-10-161-22/+37
* net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias2018-10-161-18/+51