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
2016-08-09
net: vmxnet3: check for device_active before write
Li Qiang
1
-0
/
+4
2016-08-09
net: check fragment length during fragmentation
Prasad J Pandit
1
-1
/
+1
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
1
-6
/
+3
2016-07-29
vhost-net: vhost_migration_done is vhost-user specific
Marc-André Lureau
1
-5
/
+3
2016-07-29
Revert "vhost-net: do not crash if backend is not present"
Marc-André Lureau
1
-6
/
+1
2016-07-29
vhost-user: add get_vhost_net() assertions
Marc-André Lureau
1
-0
/
+1
2016-07-29
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
1
-1
/
+0
2016-07-29
vhost-net: always call vhost_dev_cleanup() on failure
Marc-André Lureau
1
-3
/
+3
2016-07-29
misc: indentation
Marc-André Lureau
1
-1
/
+1
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-62
/
+40
2016-07-21
virtio-net: Wrap in vmstate
Dr. David Alan Gilbert
1
-10
/
+7
2016-07-21
virtio-net: Remove old migration version support
Dr. David Alan Gilbert
1
-53
/
+34
2016-07-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...
Peter Maydell
30
-43
/
+43
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
30
-43
/
+43
2016-07-18
e1000e: fix building without CONFIG_VMXNET3_PCI
Jason Wang
1
-0
/
+1
2016-07-18
e1000e: fix incorrect access to pointer
Paolo Bonzini
1
-2
/
+2
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2
-2
/
+2
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
11
-31
/
+31
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-4
/
+3
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-1
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-88
/
+41
2016-07-05
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...
Peter Maydell
2
-0
/
+2
2016-07-05
e1000e: remove unnecessary internal msi state flag
Cao jin
1
-26
/
+7
2016-07-05
vmxnet3: remove unnecessary internal msi state flag
Cao jin
1
-11
/
+6
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2
-31
/
+14
2016-07-04
Revert "virtio-net: unbreak self announcement and guest offloads after migrat...
Michael S. Tsirkin
1
-23
/
+17
2016-06-28
vmxnet3: Fix reading/writing guest memory specially when behind an IOMMU
KarimAllah Ahmed
2
-113
/
+139
2016-06-28
rtl8139: save/load RxMulOk counter (again)
David Vrabel
1
-26
/
+14
2016-06-28
net: mipsnet: check transmit buffer size before sending
Prasad J Pandit
1
-3
/
+5
2016-06-27
hw/net/e1000: Don't use *_to_cpup()
Peter Maydell
3
-13
/
+13
2016-06-27
hw/net/virtio-net.c: Don't use *_to_cpup()
Peter Maydell
1
-1
/
+1
2016-06-27
hw/net/rocker: Don't use *_to_cpup()
Peter Maydell
1
-3
/
+3
2016-06-27
hw/net/rtl8139.c: Don't use *_to_cpup()
Peter Maydell
1
-5
/
+4
2016-06-27
hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()
Peter Maydell
1
-4
/
+4
2016-06-27
cadence_gem: Set the last bit when wrap is set
Alistair Francis
1
-0
/
+6
2016-06-27
cadence_gem: Avoid infinite loops with a misconfigured buffer
Alistair Francis
1
-0
/
+7
2016-06-24
vmxnet3: add boot rom
Gerd Hoffmann
1
-0
/
+1
2016-06-24
e1000e: add boot rom
Gerd Hoffmann
1
-0
/
+1
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+272
2016-06-20
trace: split out trace events for hw/net/ directory
Daniel P. Berrange
1
-0
/
+272
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-06-17
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-3
/
+44
2016-06-17
fix some coding style problems
Cao jin
1
-1
/
+1
2016-06-17
vhost-net: save & restore vring enable state
Marc-André Lureau
1
-0
/
+11
2016-06-17
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
1
-1
/
+26
2016-06-17
vhost-net: do not crash if backend is not present
Marc-André Lureau
1
-1
/
+6
2016-06-16
clean-includes: run it once more
Paolo Bonzini
2
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-07
rocker: Use DIV_ROUND_UP
Laurent Vivier
1
-3
/
+2
2016-06-07
e1000: Removing unnecessary if statement
Sameeh Jubran
1
-5
/
+3
[prev]
[next]