index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
imx_fec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
1
-0
/
+4
2019-08-16
Set ENET_BD_BDU in I.MX FEC controller
Aaron Hill
1
-0
/
+4
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-03-19
fsl-imx6: Swap Ethernet interrupt defines
Guenter Roeck
1
-1
/
+27
2018-01-25
i.MX: Fix FEC/ENET receive funtions
Jean-Christophe Dubois
1
-6
/
+2
2018-01-11
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Fix a typo in imx_enet_receive()
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Use correct length for packet size
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Add support for multiple Tx DMA rings
Andrey Smirnov
1
-19
/
+114
2018-01-11
imx_fec: Emulate SHIFT16 in ENETx_RACC
Andrey Smirnov
1
-0
/
+23
2018-01-11
imx_fec: Use MIN instead of explicit ternary operator
Andrey Smirnov
1
-1
/
+1
2018-01-11
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
1
-2
/
+2
2018-01-11
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
1
-11
/
+11
2018-01-11
imx_fec: Change queue flushing heuristics
Andrey Smirnov
1
-6
/
+6
2018-01-11
imx_fec: Refactor imx_eth_enable_rx()
Andrey Smirnov
1
-4
/
+4
2018-01-11
imx_fec: Do not link to netdev
Andrey Smirnov
1
-2
/
+0
2017-02-15
net: imx: limit buffer descriptor count
Prasad J Pandit
1
-4
/
+6
2016-09-27
imx_fec: fix error in qemu_send_packet argument
Paolo Bonzini
1
-1
/
+1
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
2016-06-02
Add ENET/Gbps Ethernet support to FEC device
Jean-Christophe Dubois
1
-101
/
+572
2016-06-02
i.MX: move FEC device to a register array structure.
Jean-Christophe Dubois
1
-176
/
+222
2016-06-02
i.MX: Rename i.MX FEC defines to ENET_XXX
Jean-Christophe Dubois
1
-27
/
+27
2016-06-02
i.MX: reset TX/RX descriptors when FEC is disabled.
Jean-Christophe Dubois
1
-0
/
+2
2016-06-02
i.MX: Fix FEC code for ECR register reset value.
Jean-Christophe Dubois
1
-1
/
+1
2016-06-02
i.MX: Fix FEC code for MDIO address selection
Jean-Christophe Dubois
1
-2
/
+2
2016-06-02
i.MX: Fix FEC code for MDIO operation selection
Jean-Christophe Dubois
1
-3
/
+3
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
1
-0
/
+1
2016-01-29
arm: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-27
i.MX: Standardize i.MX FEC debug
Jean-Christophe Dubois
1
-32
/
+32
2015-09-07
i.MX: Add FEC Ethernet Emulator
Jean-Christophe Dubois
1
-0
/
+709