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
2020-09-09
xilinx_axienet: Use typedef name for instance_size
Eduardo Habkost
1
-2
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
27
-54
/
+58
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
27
-50
/
+99
2020-09-03
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...
Peter Maydell
1
-27
/
+68
2020-09-01
ftgmac100: Improve software reset
Cédric Le Goater
1
-5
/
+13
2020-09-01
ftgmac100: Fix integer overflow in ftgmac100_do_tx()
Cédric Le Goater
1
-16
/
+39
2020-09-01
ftgmac100: Check for invalid len and address before doing a DMA transfer
Cédric Le Goater
1
-0
/
+9
2020-09-01
ftgmac100: Change interrupt status when a DMA error occurs
Cédric Le Goater
1
-1
/
+1
2020-09-01
ftgmac100: Fix interrupt status "Packet moved to RX FIFO"
Cédric Le Goater
1
-2
/
+1
2020-09-01
ftgmac100: Fix interrupt status "Packet transmitted on ethernet"
Cédric Le Goater
1
-3
/
+1
2020-09-01
ftgmac100: Fix registers that can be read
Cédric Le Goater
1
-0
/
+4
2020-09-01
hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
Chen Qun
1
-1
/
+0
2020-09-01
hw/net/xilinx_axienet: Remove unused code
Philippe Mathieu-Daudé
1
-23
/
+0
2020-09-01
hw/net/can: Add missing fallthrough statements
Thomas Huth
1
-0
/
+2
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
1
-2
/
+0
2020-08-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...
Peter Maydell
1
-16
/
+30
2020-08-28
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers
Philippe Mathieu-Daudé
1
-16
/
+30
2020-08-27
etsec: Use TYPE_ETSEC_COMMON constant
Eduardo Habkost
1
-1
/
+1
2020-08-27
rocker: Move QOM macros to header
Eduardo Habkost
2
-6
/
+5
2020-08-27
mcf_fec: Move mcf_fec_state typedef to header
Eduardo Habkost
1
-2
/
+2
2020-08-27
tulip: Move TulipState typedef to header
Eduardo Habkost
2
-2
/
+3
2020-08-27
e1000: Rename QOM class cast macros
Eduardo Habkost
1
-4
/
+4
2020-08-21
meson: convert hw/net
Marc-André Lureau
4
-63
/
+71
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-04
hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()
Mauro Matteo Cascella
1
-1
/
+4
2020-07-28
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
1
-11
/
+19
2020-07-21
hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()
Mauro Matteo Cascella
1
-2
/
+12
2020-07-21
hw/net: Added plen fix for IPv6
Andrew
2
-0
/
+37
2020-07-15
ftgmac100: fix dblac write test
erik-smit
1
-6
/
+8
2020-07-15
hw/net: Added CSO for IPv6
Andrew
1
-3
/
+12
2020-07-15
virtio-net: fix removal of failover device
Juan Quintela
1
-0
/
+1
2020-07-10
error: Reduce unnecessary error propagation
Markus Armbruster
1
-2
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2
-3
/
+3
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-2
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-3
/
+2
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-12
/
+62
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2
-6
/
+31
2020-07-03
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
2
-9
/
+19
2020-07-03
vhost_net: introduce set_config & get_config
Cindy Lu
2
-0
/
+21
2020-07-03
vhost_net: use the function qemu_get_peer
Cindy Lu
1
-6
/
+10
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
1
-10
/
+2
2020-07-02
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
1
-1
/
+1
2020-06-18
hw/net/e1000e: Do not abort() on invalid PSRCTL register value
Philippe Mathieu-Daudé
1
-3
/
+7
2020-06-18
net: cadence_gem: Fix RX address filtering
Tong Ho
1
-15
/
+11
2020-06-18
net: cadence_gem: TX_LAST bit should be set by guest
Sai Pavan Boddu
1
-6
/
+0
2020-06-18
net: cadence_gem: Update the reset value for interrupt mask register
Sai Pavan Boddu
1
-0
/
+1
2020-06-18
net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
Sai Pavan Boddu
1
-1
/
+1
2020-06-18
net: cadence_gem: Add support for jumbo frames
Sai Pavan Boddu
1
-5
/
+46
2020-06-18
net: cadence_gem: Fix up code style
Sai Pavan Boddu
1
-101
/
+103
[next]