aboutsummaryrefslogtreecommitdiff
path: root/hw/net/imx_fec.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-19fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck1-1/+27
2018-01-25i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois1-6/+2
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov1-1/+1
2018-01-11imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov1-1/+1
2018-01-11imx_fec: Use correct length for packet sizeAndrey Smirnov1-1/+1
2018-01-11imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov1-19/+114
2018-01-11imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov1-0/+23
2018-01-11imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov1-1/+1
2018-01-11imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov1-2/+2
2018-01-11imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov1-11/+11
2018-01-11imx_fec: Change queue flushing heuristicsAndrey Smirnov1-6/+6
2018-01-11imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov1-4/+4
2018-01-11imx_fec: Do not link to netdevAndrey Smirnov1-2/+0
2017-02-15net: imx: limit buffer descriptor countPrasad J Pandit1-4/+6
2016-09-27imx_fec: fix error in qemu_send_packet argumentPaolo Bonzini1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois1-101/+572
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois1-176/+222
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois1-27/+27
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois1-0/+2
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois1-1/+1
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois1-2/+2
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois1-3/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois1-32/+32
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois1-0/+709