summaryrefslogtreecommitdiffstats
path: root/hw/net/imx_fec.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-12/+20
* hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck2021-05-271-5/+3Star
* net: checksum: Introduce fine control over checksum typeBin Meng2021-01-251-12/+8Star
* Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois2020-07-031-7/+17
* hw/net/imx_fec: Convert debug fprintf() to trace eventsJean-Christophe Dubois2020-06-161-61/+45Star
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun2020-03-171-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé2020-01-241-2/+2
* hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé2020-01-241-1/+2
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell2019-08-161-0/+4
|\
| * Set ENET_BD_BDU in I.MX FEC controllerAaron Hill2019-08-161-0/+4
* | Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* | Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* | Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
|/
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* fsl-imx6: Swap Ethernet interrupt definesGuenter Roeck2018-03-191-1/+27
* i.MX: Fix FEC/ENET receive funtionsJean-Christophe Dubois2018-01-251-6/+2Star
* imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov2018-01-111-1/+1
* imx_fec: Fix a typo in imx_enet_receive()Andrey Smirnov2018-01-111-1/+1
* imx_fec: Use correct length for packet sizeAndrey Smirnov2018-01-111-1/+1
* imx_fec: Add support for multiple Tx DMA ringsAndrey Smirnov2018-01-111-19/+114
* imx_fec: Emulate SHIFT16 in ENETx_RACCAndrey Smirnov2018-01-111-0/+23
* imx_fec: Use MIN instead of explicit ternary operatorAndrey Smirnov2018-01-111-1/+1
* imx_fec: Use ENET_FTRL to determine truncation lengthAndrey Smirnov2018-01-111-2/+2
* imx_fec: Move Tx frame buffer away from the stackAndrey Smirnov2018-01-111-11/+11
* imx_fec: Change queue flushing heuristicsAndrey Smirnov2018-01-111-6/+6
* imx_fec: Refactor imx_eth_enable_rx()Andrey Smirnov2018-01-111-4/+4
* imx_fec: Do not link to netdevAndrey Smirnov2018-01-111-2/+0Star
* net: imx: limit buffer descriptor countPrasad J Pandit2017-02-151-4/+6
* imx_fec: fix error in qemu_send_packet argumentPaolo Bonzini2016-09-271-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois2016-06-021-101/+572
* i.MX: move FEC device to a register array structure.Jean-Christophe Dubois2016-06-021-176/+222
* i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois2016-06-021-27/+27
* i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois2016-06-021-0/+2
* i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois2016-06-021-1/+1
* i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois2016-06-021-2/+2
* i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois2016-06-021-3/+3
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* i.MX: Add missing descriptions in devices.Jean-Christophe Dubois2016-03-161-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* i.MX: Standardize i.MX FEC debugJean-Christophe Dubois2015-10-271-32/+32
* i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2015-09-071-0/+709