summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2019-02-05hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESSYang Zhong
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater
2019-01-17virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich
2019-01-17virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia
2018-11-26net: cadence_gem: Remove incorrect assert()Edgar E. Iglesias
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell
2018-10-30milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé
2018-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-10-24net: xgmac: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: stellaris_enet: add a reset methodCédric Le Goater
2018-10-24net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: lance: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: lan9118: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: etraxfs_eth: add a reset methodCédric Le Goater
2018-10-24net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24net: cadence_gem: Announce 64bit addressing supportEdgar E. Iglesias
2018-10-24net: cadence_gem: Announce availability of priority queuesEdgar E. Iglesias
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19e1000: indicate dropped packets in HW countersJason Wang
2018-10-19pcnet: fix possible buffer overflowJason Wang
2018-10-19rtl8139: fix possible out of bound accessJason Wang
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang
2018-10-16net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias
2018-10-16net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias
2018-10-16net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias
2018-10-16net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias
2018-10-16net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias
2018-10-16net: cadence_gem: Disable TSU feature bitEdgar E. Iglesias
2018-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-07-20e1000e: Prevent MSI/MSI-X stormsJan Kiszka
2018-07-16etsec: fix IRQ (un)maskingMichael Davidsaver
2018-07-09hw/net/dp8393x: don't make prom region 'nomigrate'Peter Maydell
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-26hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé
2018-06-26hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé
2018-06-26hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé