aboutsummaryrefslogtreecommitdiff
path: root/include/hw/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-21hw/net/npcm_gmac.h: correct typosManos Pitsidianakis1-2/+2
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell1-0/+343
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse1-2/+2
2024-02-02hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse1-1/+1
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse1-1/+1
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-2/+0
2024-02-02hw/net: Add NPCMXXX GMAC deviceHao Wu1-0/+343
2023-09-08include/: spelling fixesMichael Tokarev1-1/+1
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland1-0/+60
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal1-0/+87
2023-04-20hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO busGuenter Roeck1-0/+2
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki1-0/+1
2023-03-10hw/net: Add more MII definitionsAkihiko Odaki1-1/+12
2023-01-12hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-4/+1
2023-01-08include: Include headers where neededMarkus Armbruster2-1/+2
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-2/+3
2022-01-20hw/net: Move MV88W8618 network device out of hw/arm/ directoryPhilippe Mathieu-Daudé1-0/+12
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