summaryrefslogtreecommitdiff
path: root/hw/net/ftgmac100.c
AgeCommit message (Expand)Author
2019-12-16aspeed: Change the "nic" property definitionCédric Le Goater
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-02ftgmac100: do not link to netdevCédric Le Goater
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-21ftgmac100: implement the new MDIO interface on Aspeed SoCCédric Le Goater
2018-06-08ftgmac100: remove check on runt messagesCédric Le Goater
2018-06-08ftgmac100: fix multicast hash routineCédric Le Goater
2018-06-08ftgmac100: add IEEE 802.1Q VLAN supportCédric Le Goater
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2017-12-22ftgmac100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-04-25net/ftgmac100: add a 'aspeed' propertyCédric Le Goater
2017-04-24net: add FTGMAC100 supportCédric Le Goater