aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-26net: cadence_gem: Remove incorrect assert()Edgar E. Iglesias1-1/+0
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell1-5/+10
2018-10-30milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé1-5/+10
2018-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell9-60/+59
2018-10-24net: xgmac: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: stellaris_enet: add a reset methodCédric Le Goater1-3/+4
2018-10-24net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: lance: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-10-24net: lan9118: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-10-24net: etraxfs_eth: add a reset methodCédric Le Goater1-6/+25
2018-10-24net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater1-7/+6
2018-10-24net: cadence_gem: Announce 64bit addressing supportEdgar E. Iglesias1-1/+2
2018-10-24net: cadence_gem: Announce availability of priority queuesEdgar E. Iglesias1-1/+7
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-4/+4
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-4/+4
2018-10-19e1000: indicate dropped packets in HW countersJason Wang2-3/+16
2018-10-19pcnet: fix possible buffer overflowJason Wang1-2/+2
2018-10-19rtl8139: fix possible out of bound accessJason Wang1-4/+4
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang1-2/+2
2018-10-16net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias1-8/+39
2018-10-16net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias1-22/+37
2018-10-16net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias1-18/+51
2018-10-16net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias1-2/+2
2018-10-16net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias1-21/+21