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
/
include
/
hw
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/net/npcm_gmac.h: correct typos
Manos Pitsidianakis
2024-02-21
1
-2
/
+2
*
Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2024-02-02
1
-0
/
+343
|
\
|
*
hw/net: Add NPCMXXX GMAC device
Hao Wu
2024-02-02
1
-0
/
+343
*
|
hw/net/lasi_i82596: use qemu_create_nic_device()
David Woodhouse
2024-02-02
1
-2
/
+2
*
|
hw/net/lan9118: use qemu_configure_nic_device()
David Woodhouse
2024-02-02
1
-1
/
+1
*
|
hw/net/smc91c111: use qemu_configure_nic_device()
David Woodhouse
2024-02-02
1
-1
/
+1
*
|
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-2
/
+0
|
/
*
include/: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.h
Mark Cave-Ayland
2023-06-22
1
-0
/
+60
*
hw/net/can: Introduce Xilinx Versal CANFD controller
Vikram Garhwal
2023-06-06
1
-0
/
+87
*
hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
Guenter Roeck
2023-04-20
1
-0
/
+2
*
fsl_etsec: Use hw/net/mii.h
Akihiko Odaki
2023-03-10
1
-0
/
+1
*
hw/net: Add more MII definitions
Akihiko Odaki
2023-03-10
1
-1
/
+12
*
hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
Philippe Mathieu-Daudé
2023-01-12
1
-4
/
+1
*
include: Include headers where needed
Markus Armbruster
2023-01-08
2
-1
/
+2
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2022-05-11
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2022-05-11
1
-2
/
+3
*
hw/net: Move MV88W8618 network device out of hw/arm/ directory
Philippe Mathieu-Daudé
2022-01-20
1
-0
/
+12
*
hw/net: Add npcm7xx emc model
Doug Evans
2021-03-05
1
-0
/
+286
*
hw/net/can: Introduce Xilinx ZynqMP CAN controller
Vikram Garhwal
2020-12-10
1
-0
/
+78
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
6
-21
/
+7
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-13
1
-0
/
+2
|
\
|
*
hw/net: cadence_gem: Add a new 'phy-addr' property
Bin Meng
2020-09-09
1
-0
/
+2
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
8
-13
/
+18
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
8
-18
/
+34
|
/
*
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
2020-08-28
1
-0
/
+6
*
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
2020-07-03
1
-0
/
+1
*
net: cadence_gem: Add support for jumbo frames
Sai Pavan Boddu
2020-06-18
1
-1
/
+3
*
net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
Sai Pavan Boddu
2020-06-18
1
-0
/
+4
*
isa: Convert uses of isa_create(), isa_try_create() manually
Markus Armbruster
2020-06-15
1
-2
/
+3
*
hw/net: Add Smartfusion2 emac block
Subbaraya Sundeep
2020-04-30
1
-0
/
+53
*
hw/arm/allwinner-h3: add EMAC ethernet device
Niek Linnenbank
2020-03-12
1
-0
/
+99
*
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
2020-01-27
1
-0
/
+29
*
aspeed: add support for the Aspeed MII controller of the AST2600
Cédric Le Goater
2019-10-15
1
-0
/
+17
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
2
-2
/
+0
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Normalize position of header guard
Markus Armbruster
2019-06-12
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
1
-2
/
+2
*
hw/devices: Move SMSC 91C111 declaration into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+19
*
hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+2
*
hw/net/ne2000-isa: Add guards to the header
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+6
*
hw/devices: Move LAN9118 declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
1
-0
/
+19
*
net: cadence_gem: Add support for selecting the DMA MemoryRegion
Edgar E. Iglesias
2018-10-16
1
-0
/
+2
*
net: cadence_gem: Add support for extended descriptors
Edgar E. Iglesias
2018-10-16
1
-1
/
+1
*
net: cadence_gem: Add macro with max number of descriptor words
Edgar E. Iglesias
2018-10-16
1
-1
/
+4
*
net: cadence_gem: Use uint32_t for 32bit descriptor words
Edgar E. Iglesias
2018-10-16
1
-1
/
+1
*
hw/net: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
*
ftgmac100: compute maximum frame size depending on the protocol
Cédric Le Goater
2018-06-08
1
-1
/
+6
[next]