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-03-09
hw/net/e1000: Move macreg[] arrays to .rodata to save 1MiB of .data
Philippe Mathieu-Daudé
2
-4
/
+4
2020-03-09
hw/net/e1000: Add readops/writeops typedefs
Philippe Mathieu-Daudé
2
-4
/
+8
2020-03-09
dp8393x: Mask EOL bit from descriptor addresses, take 2
Finn Thain
1
-2
/
+2
2020-03-03
hw: net: cadence_gem: Fix build errors in DB_PRINT()
Bin Meng
1
-5
/
+6
2020-03-03
NetRxPkt: fix hash calculation of IPV6 TCP
Yuri Benditovich
2
-2
/
+2
2020-03-03
NetRxPkt: Introduce support for additional hash types
Yuri Benditovich
3
-1
/
+51
2020-03-03
e1000e: Avoid hw_error if legacy mode used
Yuri Benditovich
1
-5
/
+8
2020-03-03
dp8393x: Don't stop reception upon RBE interrupt assertion
Finn Thain
1
-13
/
+22
2020-03-03
dp8393x: Don't reset Silicon Revision register
Finn Thain
1
-1
/
+1
2020-03-03
dp8393x: Always update RRA pointers and sequence numbers
Finn Thain
1
-5
/
+7
2020-03-03
dp8393x: Clear descriptor in_use field to release packet
Finn Thain
1
-0
/
+10
2020-03-03
dp8393x: Pad frames to word or long word boundary
Finn Thain
1
-11
/
+28
2020-03-03
dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
Finn Thain
1
-2
/
+6
2020-03-03
dp8393x: Don't clobber packet checksum
Finn Thain
1
-0
/
+1
2020-03-03
dp8393x: Implement packet size limit and RBAE interrupt
Finn Thain
1
-0
/
+9
2020-03-03
dp8393x: Clear RRRA command register bit only when appropriate
Finn Thain
1
-4
/
+3
2020-03-03
dp8393x: Update LLFA and CRDA registers from rx descriptor
Finn Thain
1
-4
/
+7
2020-03-03
dp8393x: Have dp8393x_receive() return the packet size
Finn Thain
1
-4
/
+5
2020-03-03
dp8393x: Clean up endianness hacks
Finn Thain
1
-11
/
+6
2020-03-03
dp8393x: Always use 32-bit accesses
Finn Thain
1
-18
/
+29
2020-03-02
dp8393x: Mask EOL bit from descriptor addresses
Finn Thain
1
-6
/
+11
2020-02-25
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
4
-60
/
+61
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
3
-47
/
+50
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
3
-20
/
+22
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2
-26
/
+23
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2
-4
/
+3
2020-02-18
hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)
Philippe Mathieu-Daudé
1
-6
/
+9
2020-02-04
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
1
-3
/
+3
2020-01-30
ftgmac100: check RX and TX buffer alignment
Cédric Le Goater
1
-0
/
+13
2020-01-27
hppa: Add support for LASI chip with i82596 NIC
Helge Deller
6
-0
/
+999
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
32
-33
/
+33
2020-01-24
hw/net/imx_fec: Remove unuseful FALLTHROUGH comments
Philippe Mathieu-Daudé
1
-2
/
+2
2020-01-24
hw/net/imx_fec: Rewrite fall through comments
Philippe Mathieu-Daudé
1
-1
/
+2
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
1
-1
/
+2
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2020-01-07
Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...
Peter Maydell
5
-20
/
+40
2020-01-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+2
2020-01-07
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
1
-4
/
+3
2020-01-07
etraxfs: remove PROP_PTR usage
Marc-André Lureau
1
-11
/
+33
2020-01-07
lance: replace PROP_PTR with PROP_LINK
Marc-André Lureau
3
-5
/
+4
2020-01-07
hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROM
Philippe Mathieu-Daudé
1
-0
/
+2
2020-01-06
virtio-net: delete also control queue when TX/RX deleted
Yuri Benditovich
1
-1
/
+2
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2
-3
/
+4
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
1
-2
/
+2
2019-12-16
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-dec-16-2019' ...
Peter Maydell
1
-19
/
+23
2019-12-16
mips: mipssim: Renovate coding style
Filip Bozuta
1
-19
/
+23
2019-12-16
aspeed: Change the "nic" property definition
Cédric Le Goater
1
-10
/
+9
2019-12-02
net/virtio: Fix failover error handling crash bugs
Markus Armbruster
1
-6
/
+13
2019-12-02
net/virtio: Drop useless n->primary_dev not null checks
Markus Armbruster
1
-7
/
+1
2019-11-25
net/virtio: return error when device_opts arg is NULL
Jens Freimann
1
-3
/
+6
[next]