aboutsummaryrefslogtreecommitdiff
path: root/hw/net/imx_fec.c
AgeCommit message (Expand)Author
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