aboutsummaryrefslogtreecommitdiff
path: root/hw/net/npcm_gmac.c
AgeCommit message (Expand)AuthorFilesLines
4 daysinclude/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
8 dayshw/net: Constify all PropertyRichard Henderson1-1/+1
2024-11-05hw/net/npcm_gmac: Change error log to trace eventNabih Estefan1-3/+2
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-02-02hw/net: GMAC Tx ImplementationNabih Estefan Diaz1-0/+203
2024-02-02hw/net: GMAC Rx ImplementationNabih Estefan Diaz1-2/+274
2024-02-02hw/net: Add NPCMXXX GMAC deviceHao Wu1-0/+467