summary refs log tree commit diff stats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3
| * net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3
| * net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3
| * net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3
| * net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3
| * net: lance: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3
| * net: lan9118: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3
| * net: etraxfs_eth: add a reset methodCédric Le Goater2018-10-241-6/+25
| * net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-7/+6
* | net: cadence_gem: Announce 64bit addressing supportEdgar E. Iglesias2018-10-241-1/+2
* | net: cadence_gem: Announce availability of priority queuesEdgar E. Iglesias2018-10-241-1/+7
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-4/+4
|\
| * cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-4/+4
* | e1000: indicate dropped packets in HW countersJason Wang2018-10-192-3/+16
* | pcnet: fix possible buffer overflowJason Wang2018-10-191-2/+2
* | rtl8139: fix possible out of bound accessJason Wang2018-10-191-4/+4
* | ne2000: fix possible out of bound access in ne2000_receiveJason Wang2018-10-191-2/+2
|/
* net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias2018-10-161-8/+39
* net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias2018-10-161-22/+37
* net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias2018-10-161-18/+51
* net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias2018-10-161-2/+2
* net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias2018-10-161-21/+21
* net: cadence_gem: Disable TSU feature bitEdgar E. Iglesias2018-10-161-1/+1
* hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell2018-09-252-67/+2
* hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell2018-09-252-84/+57
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* e1000e: Prevent MSI/MSI-X stormsJan Kiszka2018-07-202-0/+13
* etsec: fix IRQ (un)maskingMichael Davidsaver2018-07-164-43/+49
* hw/net/dp8393x: don't make prom region 'nomigrate'Peter Maydell2018-07-091-1/+1
* hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-024-8/+10
* hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2018-06-292-4/+9
* hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2018-06-292-6/+4
* hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé2018-06-292-5/+16
* compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-272-2/+2
* hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-4/+8
* hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé2018-06-261-2/+7
* hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé2018-06-261-2/+7
* hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé2018-06-261-1/+1
* e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka2018-06-151-4/+0
* object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau2018-06-121-2/+2
* ftgmac100: remove check on runt messagesCédric Le Goater2018-06-081-6/+0
* ftgmac100: fix multicast hash routineCédric Le Goater2018-06-081-2/+2
* ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater2018-06-081-1/+30
* ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater2018-06-081-11/+12
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-042-2/+1
|\
| * rocker: drop an unused includeMichael S. Tsirkin2018-06-011-1/+0
| * e1000e: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* | hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-1/+1
* | hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0
* | Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell2018-05-241-19/+14
|\ \ | |/ |/|