aboutsummaryrefslogtreecommitdiff
path: root/hw/net/ftgmac100.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng1-8/+0
2023-02-07hw/net: Fix read of uninitialized memory in ftgmac100Stephen Longfield1-2/+2
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-9/+16
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng1-1/+12
2020-09-01ftgmac100: Improve software resetCédric Le Goater1-5/+13
2020-09-01ftgmac100: Fix integer overflow in ftgmac100_do_tx()Cédric Le Goater1-16/+39
2020-09-01ftgmac100: Check for invalid len and address before doing a DMA transferCédric Le Goater1-0/+9
2020-09-01ftgmac100: Change interrupt status when a DMA error occursCédric Le Goater1-1/+1
2020-09-01ftgmac100: Fix interrupt status "Packet moved to RX FIFO"Cédric Le Goater1-2/+1
2020-09-01ftgmac100: Fix interrupt status "Packet transmitted on ethernet"Cédric Le Goater1-3/+1
2020-09-01ftgmac100: Fix registers that can be readCédric Le Goater1-0/+4
2020-07-15ftgmac100: fix dblac write testerik-smit1-6/+8
2020-06-16Implement configurable descriptor size in ftgmac100Erik Smit1-2/+24
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-2/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-3/+3
2020-01-30ftgmac100: check RX and TX buffer alignmentCédric Le Goater1-0/+13
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-12-16aspeed: Change the "nic" property definitionCédric Le Goater1-10/+9
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater1-0/+162
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-02ftgmac100: do not link to netdevCédric Le Goater1-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater1-12/+68
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-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland1-1/+1
2017-04-25net/ftgmac100: add a 'aspeed' propertyCédric Le Goater1-2/+15
2017-04-24net: add FTGMAC100 supportCédric Le Goater1-0/+1003