index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
imx_fec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
cleanup: Drop pointless return at end of function
Markus Armbruster
2025-04-24
1
-1
/
+0
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-1
/
+1
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/net: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations
Bernhard Beschow
2024-12-11
1
-131
/
+15
*
mark <zlib.h> with for-crc32 in a consistent manner
Michael Tokarev
2024-09-20
1
-2
/
+1
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
hw/misc/imx: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
2024-04-25
1
-1
/
+1
*
hw/net: Constify VMState
Richard Henderson
2023-12-30
1
-3
/
+3
*
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-11-21
1
-1
/
+1
*
hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
Guenter Roeck
2023-04-20
1
-4
/
+23
*
hw/net: Fix read of uninitialized memory in imx_fec.
Stephen Longfield
2023-01-05
1
-4
/
+4
*
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2022-06-28
1
-1
/
+1
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-12
/
+20
*
hw/net/imx_fec: return 0xffff when accessing non-existing PHY
Guenter Roeck
2021-05-27
1
-5
/
+3
*
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-25
1
-12
/
+8
*
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
2020-07-03
1
-7
/
+17
*
hw/net/imx_fec: Convert debug fprintf() to trace events
Jean-Christophe Dubois
2020-06-16
1
-61
/
+45
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-1
/
+1
*
hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
Chen Qun
2020-03-17
1
-2
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
hw/net/imx_fec: Remove unuseful FALLTHROUGH comments
Philippe Mathieu-Daudé
2020-01-24
1
-2
/
+2
*
hw/net/imx_fec: Rewrite fall through comments
Philippe Mathieu-Daudé
2020-01-24
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
2019-08-16
1
-0
/
+4
|
\
|
*
Set ENET_BD_BDU in I.MX FEC controller
Aaron Hill
2019-08-16
1
-0
/
+4
*
|
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
|
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
|
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
fsl-imx6: Swap Ethernet interrupt defines
Guenter Roeck
2018-03-19
1
-1
/
+27
*
i.MX: Fix FEC/ENET receive funtions
Jean-Christophe Dubois
2018-01-25
1
-6
/
+2
*
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
Andrey Smirnov
2018-01-11
1
-1
/
+1
*
imx_fec: Fix a typo in imx_enet_receive()
Andrey Smirnov
2018-01-11
1
-1
/
+1
*
imx_fec: Use correct length for packet size
Andrey Smirnov
2018-01-11
1
-1
/
+1
*
imx_fec: Add support for multiple Tx DMA rings
Andrey Smirnov
2018-01-11
1
-19
/
+114
*
imx_fec: Emulate SHIFT16 in ENETx_RACC
Andrey Smirnov
2018-01-11
1
-0
/
+23
*
imx_fec: Use MIN instead of explicit ternary operator
Andrey Smirnov
2018-01-11
1
-1
/
+1
*
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
2018-01-11
1
-2
/
+2
*
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
2018-01-11
1
-11
/
+11
*
imx_fec: Change queue flushing heuristics
Andrey Smirnov
2018-01-11
1
-6
/
+6
*
imx_fec: Refactor imx_eth_enable_rx()
Andrey Smirnov
2018-01-11
1
-4
/
+4
*
imx_fec: Do not link to netdev
Andrey Smirnov
2018-01-11
1
-2
/
+0
*
net: imx: limit buffer descriptor count
Prasad J Pandit
2017-02-15
1
-4
/
+6
*
imx_fec: fix error in qemu_send_packet argument
Paolo Bonzini
2016-09-27
1
-1
/
+1
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
*
Add ENET/Gbps Ethernet support to FEC device
Jean-Christophe Dubois
2016-06-02
1
-101
/
+572
*
i.MX: move FEC device to a register array structure.
Jean-Christophe Dubois
2016-06-02
1
-176
/
+222
[next]