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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-12
Drop the deprecated lm32 target
Markus Armbruster
3
-560
/
+0
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
3
-3
/
+0
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
1
-2
/
+3
2021-03-31
hw/net: fsl_etsec: Tx padding length should exclude CRC
Bin Meng
1
-1
/
+1
2021-03-30
net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not set
Doug Evans
1
-1
/
+3
2021-03-22
hw/net: virtio-net: Initialize nc->do_not_pad to true
Bin Meng
1
-0
/
+4
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
1
-3
/
+2
2021-03-15
lan9118: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
cadence_gem: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-2
/
+2
2021-03-15
pcnet: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
rtl8139: switch to use qemu_receive_packet() for loopback
Alexander Bulekov
1
-1
/
+1
2021-03-15
tx_pkt: switch to use qemu_receive_packet_iov() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
sungem: switch to use qemu_receive_packet() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
msf2-mac: switch to use qemu_receive_packet() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
dp8393x: switch to use qemu_receive_packet() for loopback packet
Jason Wang
1
-1
/
+1
2021-03-15
e1000: switch to use qemu_receive_packet() for loopback
Jason Wang
1
-1
/
+1
2021-03-15
e1000: fail early for evil descriptor
Jason Wang
1
-0
/
+4
2021-03-14
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...
Peter Maydell
1
-26
/
+32
2021-03-12
hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC regist...
Niek Linnenbank
1
-26
/
+32
2021-03-12
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...
Peter Maydell
2
-0
/
+2
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-10
hw/net: fsl_etsec: Fix build error when HEX_DUMP is on
Bin Meng
2
-0
/
+2
2021-03-09
Various spelling fixes
Michael Tokarev
1
-1
/
+1
2021-03-05
hw/net: Add npcm7xx emc model
Doug Evans
3
-0
/
+875
2021-03-02
virtio-net: handle zero mac for a vdpa peer
Cindy Lu
1
-0
/
+12
2021-02-23
failover: really display a warning when the primary device is not found
Laurent Vivier
1
-11
/
+9
2021-02-23
virtio-net: add missing object_unref()
Laurent Vivier
1
-0
/
+2
2021-02-10
hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
Bin Meng
1
-1
/
+1
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
7
-26
/
+33
2021-01-12
hw/net/lan9118: Add symbolic constants for register offsets
Peter Maydell
1
-6
/
+18
2021-01-12
hw/net/lan9118: Fix RX Status FIFO PEEK value
Peter Maydell
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
6
-16
/
+0
2021-01-01
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
1
-0
/
+1
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2
-29
/
+12
2020-12-19
rocker: Revamp fp_port_get_info
Eric Blake
3
-15
/
+12
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-10
hw/net/xilinx_axienet: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
1
-12
/
+12
2020-12-10
hw/core/stream: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
1
-10
/
+10
2020-12-10
hw/net/can: Introduce Xilinx ZynqMP CAN controller
Vikram Garhwal
4
-0
/
+1172
2020-12-08
failover: Remove primary_dev member
Juan Quintela
1
-31
/
+24
2020-12-08
failover: simplify failover_unplug_primary
Juan Quintela
1
-15
/
+10
2020-12-08
failover: Caller of this two functions already have primary_dev
Juan Quintela
1
-13
/
+14
2020-12-08
failover: We don't need to cache primary_device_id anymore
Juan Quintela
1
-10
/
+10
2020-12-08
failover: split failover_find_primary_device_id()
Juan Quintela
1
-16
/
+47
2020-12-08
failover: remove failover_find_primary_device() error parameter
Juan Quintela
1
-6
/
+3
2020-12-08
failover: make sure that id always exist
Juan Quintela
1
-3
/
+0
2020-12-08
failover: Rename to failover_find_primary_device()
Juan Quintela
1
-3
/
+9
[next]