aboutsummaryrefslogtreecommitdiff
path: root/include/hw/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-05hw/net: Add npcm7xx emc modelDoug Evans1-0/+286
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal1-0/+78
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-21/+7
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-0/+2
2020-09-09hw/net: cadence_gem: Add a new 'phy-addr' propertyBin Meng1-0/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost8-13/+18
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost8-18/+34
2020-08-28hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé1-0/+6
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois1-0/+1
2020-06-18net: cadence_gem: Add support for jumbo framesSai Pavan Boddu1-1/+3
2020-06-18net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu1-0/+4
2020-06-15isa: Convert uses of isa_create(), isa_try_create() manuallyMarkus Armbruster1-2/+3
2020-04-30hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep1-0/+53
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank1-0/+99
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller1-0/+29
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater1-0/+17
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-2/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster2-0/+2
2019-06-12Normalize position of header guardMarkus Armbruster1-1/+1
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé1-0/+19
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé1-0/+2
2019-04-29hw/net/ne2000-isa: Add guards to the headerPhilippe Mathieu-Daudé1-0/+6
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé1-0/+19
2018-10-16net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias1-0/+2
2018-10-16net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias1-1/+1
2018-10-16net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias1-1/+4
2018-10-16net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias1-1/+1
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater1-1/+6
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov1-0/+1
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov1-2/+16
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov1-0/+2
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov1-1/+2
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov1-0/+3
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+33
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-0/+45
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland1-0/+4
2017-04-25net/ftgmac100: add a 'aspeed' propertyCédric Le Goater1-0/+4
2017-04-24net: add FTGMAC100 supportCédric Le Goater1-0/+60
2017-04-24hw/net: add MII definitionsCédric Le Goater1-18/+53
2017-04-20cadence_gem: Make the revision a propertyAlistair Francis1-0/+1
2016-09-22cadence_gem: Add support for screeningAlistair Francis1-1/+5
2016-09-22cadence_gem: Add the num-priority-queues propertyAlistair Francis1-4/+9
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+3
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois1-2/+129
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois1-17/+34
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois1-32/+32