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
/
include
/
hw
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
hw/net: Add npcm7xx emc model
Doug Evans
1
-0
/
+286
2020-12-10
hw/net/can: Introduce Xilinx ZynqMP CAN controller
Vikram Garhwal
1
-0
/
+78
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
6
-21
/
+7
2020-09-13
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
1
-0
/
+2
2020-09-09
hw/net: cadence_gem: Add a new 'phy-addr' property
Bin Meng
1
-0
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
8
-13
/
+18
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
8
-18
/
+34
2020-08-28
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
1
-0
/
+6
2020-07-03
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
1
-0
/
+1
2020-06-18
net: cadence_gem: Add support for jumbo frames
Sai Pavan Boddu
1
-1
/
+3
2020-06-18
net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
Sai Pavan Boddu
1
-0
/
+4
2020-06-15
isa: Convert uses of isa_create(), isa_try_create() manually
Markus Armbruster
1
-2
/
+3
2020-04-30
hw/net: Add Smartfusion2 emac block
Subbaraya Sundeep
1
-0
/
+53
2020-03-12
hw/arm/allwinner-h3: add EMAC ethernet device
Niek Linnenbank
1
-0
/
+99
2020-01-27
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
1
-0
/
+29
2019-10-15
aspeed: add support for the Aspeed MII controller of the AST2600
Cédric Le Goater
1
-0
/
+17
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2
-2
/
+0
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2
-0
/
+2
2019-06-12
Normalize position of header guard
Markus Armbruster
1
-1
/
+1
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+2
2019-04-29
hw/devices: Move SMSC 91C111 declaration into a new header
Philippe Mathieu-Daudé
1
-0
/
+19
2019-04-29
hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string
Philippe Mathieu-Daudé
1
-0
/
+2
2019-04-29
hw/net/ne2000-isa: Add guards to the header
Philippe Mathieu-Daudé
1
-0
/
+6
2019-04-29
hw/devices: Move LAN9118 declarations into a new header
Philippe Mathieu-Daudé
1
-0
/
+19
2018-10-16
net: cadence_gem: Add support for selecting the DMA MemoryRegion
Edgar E. Iglesias
1
-0
/
+2
2018-10-16
net: cadence_gem: Add support for extended descriptors
Edgar E. Iglesias
1
-1
/
+1
2018-10-16
net: cadence_gem: Add macro with max number of descriptor words
Edgar E. Iglesias
1
-1
/
+4
2018-10-16
net: cadence_gem: Use uint32_t for 32bit descriptor words
Edgar E. Iglesias
1
-1
/
+1
2018-07-02
hw/net: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-08
ftgmac100: compute maximum frame size depending on the protocol
Cédric Le Goater
1
-1
/
+6
2018-01-11
imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file
Andrey Smirnov
1
-0
/
+1
2018-01-11
imx_fec: Add support for multiple Tx DMA rings
Andrey Smirnov
1
-2
/
+16
2018-01-11
imx_fec: Emulate SHIFT16 in ENETx_RACC
Andrey Smirnov
1
-0
/
+2
2018-01-11
imx_fec: Use ENET_FTRL to determine truncation length
Andrey Smirnov
1
-1
/
+2
2018-01-11
imx_fec: Move Tx frame buffer away from the stack
Andrey Smirnov
1
-0
/
+3
2017-12-18
hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c
Philippe Mathieu-Daudé
1
-0
/
+33
2017-10-31
lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h
Mark Cave-Ayland
1
-0
/
+45
2017-09-21
net: add Sun HME (Happy Meal Ethernet) on-board NIC
Mark Cave-Ayland
1
-0
/
+4
2017-04-25
net/ftgmac100: add a 'aspeed' property
Cédric Le Goater
1
-0
/
+4
2017-04-24
net: add FTGMAC100 support
Cédric Le Goater
1
-0
/
+60
2017-04-24
hw/net: add MII definitions
Cédric Le Goater
1
-18
/
+53
2017-04-20
cadence_gem: Make the revision a property
Alistair Francis
1
-0
/
+1
2016-09-22
cadence_gem: Add support for screening
Alistair Francis
1
-1
/
+5
2016-09-22
cadence_gem: Add the num-priority-queues property
Alistair Francis
1
-4
/
+9
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+3
2016-06-02
Add ENET/Gbps Ethernet support to FEC device
Jean-Christophe Dubois
1
-2
/
+129
2016-06-02
i.MX: move FEC device to a register array structure.
Jean-Christophe Dubois
1
-17
/
+34
2016-06-02
i.MX: Rename i.MX FEC defines to ENET_XXX
Jean-Christophe Dubois
1
-32
/
+32
[next]