Age | Commit message (Expand) | Author |
2020-07-03 | Add a phy-num property to the i.MX FEC emulator | Jean-Christophe Dubois |
2020-06-16 | hw/net/imx_fec: Convert debug fprintf() to trace events | Jean-Christophe Dubois |
2020-05-15 | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé |
2020-03-17 | hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write() | Chen Qun |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-24 | hw/net/imx_fec: Remove unuseful FALLTHROUGH comments | Philippe Mathieu-Daudé |
2020-01-24 | hw/net/imx_fec: Rewrite fall through comments | Philippe Mathieu-Daudé |
2019-08-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'... | Peter Maydell |
2019-08-16 | Set ENET_BD_BDU in I.MX FEC controller | Aaron Hill |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-03-19 | fsl-imx6: Swap Ethernet interrupt defines | Guenter Roeck |
2018-01-25 | i.MX: Fix FEC/ENET receive funtions | Jean-Christophe Dubois |
2018-01-11 | imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file | Andrey Smirnov |
2018-01-11 | imx_fec: Fix a typo in imx_enet_receive() | Andrey Smirnov |
2018-01-11 | imx_fec: Use correct length for packet size | Andrey Smirnov |
2018-01-11 | imx_fec: Add support for multiple Tx DMA rings | Andrey Smirnov |
2018-01-11 | imx_fec: Emulate SHIFT16 in ENETx_RACC | Andrey Smirnov |
2018-01-11 | imx_fec: Use MIN instead of explicit ternary operator | Andrey Smirnov |
2018-01-11 | imx_fec: Use ENET_FTRL to determine truncation length | Andrey Smirnov |
2018-01-11 | imx_fec: Move Tx frame buffer away from the stack | Andrey Smirnov |
2018-01-11 | imx_fec: Change queue flushing heuristics | Andrey Smirnov |
2018-01-11 | imx_fec: Refactor imx_eth_enable_rx() | Andrey Smirnov |
2018-01-11 | imx_fec: Do not link to netdev | Andrey Smirnov |
2017-02-15 | net: imx: limit buffer descriptor count | Prasad J Pandit |
2016-09-27 | imx_fec: fix error in qemu_send_packet argument | Paolo Bonzini |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-06-02 | Add ENET/Gbps Ethernet support to FEC device | Jean-Christophe Dubois |
2016-06-02 | i.MX: move FEC device to a register array structure. | Jean-Christophe Dubois |
2016-06-02 | i.MX: Rename i.MX FEC defines to ENET_XXX | Jean-Christophe Dubois |
2016-06-02 | i.MX: reset TX/RX descriptors when FEC is disabled. | Jean-Christophe Dubois |
2016-06-02 | i.MX: Fix FEC code for ECR register reset value. | Jean-Christophe Dubois |
2016-06-02 | i.MX: Fix FEC code for MDIO address selection | Jean-Christophe Dubois |
2016-06-02 | i.MX: Fix FEC code for MDIO operation selection | Jean-Christophe Dubois |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-03-16 | i.MX: Add missing descriptions in devices. | Jean-Christophe Dubois |
2016-01-29 | arm: Clean up includes | Peter Maydell |
2015-10-27 | i.MX: Standardize i.MX FEC debug | Jean-Christophe Dubois |
2015-09-07 | i.MX: Add FEC Ethernet Emulator | Jean-Christophe Dubois |