aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-16net: cadence_gem: Disable TSU feature bitEdgar E. Iglesias1-1/+1
2018-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell2-67/+2
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell2-84/+57
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-07-20e1000e: Prevent MSI/MSI-X stormsJan Kiszka2-0/+13
2018-07-16etsec: fix IRQ (un)maskingMichael Davidsaver4-43/+49
2018-07-09hw/net/dp8393x: don't make prom region 'nomigrate'Peter Maydell1-1/+1
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé4-8/+10
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-4/+9
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-6/+4
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé2-5/+16
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi2-2/+2
2018-06-26hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-4/+8
2018-06-26hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé1-2/+7
2018-06-26hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé1-2/+7
2018-06-26hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka1-4/+0
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-2/+2
2018-06-08ftgmac100: remove check on runt messagesCédric Le Goater1-6/+0
2018-06-08ftgmac100: fix multicast hash routineCédric Le Goater1-2/+2
2018-06-08ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater1-1/+30
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater1-11/+12
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+1
2018-06-01rocker: drop an unused includeMichael S. Tsirkin1-1/+0
2018-06-01e1000e: use local path for local headersMichael S. Tsirkin1-1/+1
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-1/+1
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell1-19/+14
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-19/+14
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1
2018-05-04hw/net/smc91c111: Convert away from old_mmioPeter Maydell1-29/+25
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert1-1/+17
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert1-12/+15
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert1-0/+12
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert1-0/+16
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert1-12/+22
2018-03-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+4
2018-03-26hw/net/can: Fix segfaults when using the devices without busThomas Huth1-0/+4
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz1-0/+11
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-27/+54
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck1-1/+27