summaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
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é
2018-06-26hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-06-08ftgmac100: remove check on runt messagesCédric Le Goater
2018-06-08ftgmac100: fix multicast hash routineCédric Le Goater
2018-06-08ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01rocker: drop an unused includeMichael S. Tsirkin
2018-06-01e1000e: use local path for local headersMichael S. Tsirkin
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-04hw/net/smc91c111: Convert away from old_mmioPeter Maydell
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert