aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-13virtio-net: add linkspeed and duplex settings to virtio-netJason Baron1-0/+26
2018-03-13virtio-net: use 64-bit values for feature flagsJason Baron1-27/+28
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell7-11/+0
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell5-5/+5
2018-03-05hw/net: Remove unnecessary header includesThomas Huth7-11/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster5-5/+5
2018-03-02net: fix misaligned member accessMarc-André Lureau1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-0/+1949
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+0
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini2-41/+45