summaryrefslogtreecommitdiff
path: root/hw/net/imx_fec.c
AgeCommit message (Expand)Author
2021-05-27hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois
2020-06-16hw/net/imx_fec: Convert debug fprintf() to trace eventsJean-Christophe Dubois
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell
2019-08-16Set ENET_BD_BDU in I.MX FEC controllerAaron Hill
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-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck
2018-01-25i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov
2017-02-15net: imx: limit buffer descriptor countPrasad J Pandit
2016-09-27imx_fec: fix error in qemu_send_packet argumentPaolo Bonzini
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois
2016-01-29arm: Clean up includesPeter Maydell
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois