summaryrefslogtreecommitdiffstats
path: root/hw/net/ftgmac100.c
Commit message (Expand)AuthorAgeFilesLines
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-9/+16
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-1/+12
* ftgmac100: Improve software resetCédric Le Goater2020-09-011-5/+13
* ftgmac100: Fix integer overflow in ftgmac100_do_tx()Cédric Le Goater2020-09-011-16/+39
* ftgmac100: Check for invalid len and address before doing a DMA transferCédric Le Goater2020-09-011-0/+9
* ftgmac100: Change interrupt status when a DMA error occursCédric Le Goater2020-09-011-1/+1
* ftgmac100: Fix interrupt status "Packet moved to RX FIFO"Cédric Le Goater2020-09-011-2/+1Star
* ftgmac100: Fix interrupt status "Packet transmitted on ethernet"Cédric Le Goater2020-09-011-3/+1Star
* ftgmac100: Fix registers that can be readCédric Le Goater2020-09-011-0/+4
* ftgmac100: fix dblac write testerik-smit2020-07-151-6/+8
* Implement configurable descriptor size in ftgmac100Erik Smit2020-06-161-2/+24
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-2/+1Star
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-3/+3
* ftgmac100: check RX and TX buffer alignmentCédric Le Goater2020-01-301-0/+13
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* aspeed: Change the "nic" property definitionCédric Le Goater2019-12-161-10/+9Star
* aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2019-10-151-0/+162
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* ftgmac100: do not link to netdevCédric Le Goater2019-07-021-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater2019-01-211-12/+68
* ftgmac100: remove check on runt messagesCédric Le Goater2018-06-081-6/+0Star
* 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
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-4/+1Star
* ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+1
* net/ftgmac100: add a 'aspeed' propertyCédric Le Goater2017-04-251-2/+15
* net: add FTGMAC100 supportCédric Le Goater2017-04-241-0/+1003