index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
2020-07-28
1
-11
/
+19
*
virtio-net: fix removal of failover device
Juan Quintela
2020-07-15
1
-0
/
+1
*
error: Reduce unnecessary error propagation
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qemu-option: Use returned bool to check for failure
Markus Armbruster
2020-07-10
1
-3
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-07
1
-0
/
+19
|
\
|
*
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2020-07-07
1
-0
/
+19
*
|
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
2020-07-02
1
-1
/
+1
|
/
*
virtio-net: align RSC fields with updated virtio-net header
Yuri Benditovich
2020-06-18
1
-24
/
+4
*
virtio-net: add migration support for RSS and hash report
Yuri Benditovich
2020-06-18
1
-0
/
+37
*
virtio-net: reference implementation of hash report
Yuri Benditovich
2020-06-18
1
-20
/
+79
*
virtio-net: implement RX RSS processing
Yuri Benditovich
2020-06-18
1
-2
/
+86
*
virtio-net: implement RSS configuration command
Yuri Benditovich
2020-06-18
1
-9
/
+158
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging
Peter Maydell
2020-04-30
1
-2
/
+2
|
\
|
*
virtio-net: fix rsc_ext compat handling
Cornelia Huck
2020-04-28
1
-2
/
+2
*
|
virtio-net: Fix duplex=... and speed=... error handling
Markus Armbruster
2020-04-29
1
-1
/
+4
*
|
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
2020-04-29
1
-1
/
+1
|
/
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-5
/
+5
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-01-07
1
-1
/
+2
|
\
|
*
virtio-net: delete also control queue when TX/RX deleted
Yuri Benditovich
2020-01-06
1
-1
/
+2
*
|
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-1
/
+2
|
/
*
net/virtio: Fix failover error handling crash bugs
Markus Armbruster
2019-12-02
1
-6
/
+13
*
net/virtio: Drop useless n->primary_dev not null checks
Markus Armbruster
2019-12-02
1
-7
/
+1
*
net/virtio: return error when device_opts arg is NULL
Jens Freimann
2019-11-25
1
-3
/
+6
*
net/virtio: fix re-plugging of primary device
Jens Freimann
2019-11-25
1
-17
/
+25
*
net/virtio: return early when failover primary alread added
Jens Freimann
2019-11-25
1
-0
/
+4
*
net/virtio: fix dev_unplug_pending
Jens Freimann
2019-11-25
1
-0
/
+3
*
virtio_net: use RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
2019-10-29
1
-5
/
+2
*
net/virtio: add failover support
Jens Freimann
2019-10-29
1
-0
/
+302
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
1
-3
/
+24
|
\
|
*
virtio-net: prevent offloads reset on migration
Mikhail Sennikovsky
2019-10-29
1
-3
/
+24
*
|
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2019-10-28
1
-5
/
+5
|
/
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
net/announce: Add optional ID
Dr. David Alan Gilbert
2019-07-02
1
-2
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
virtio-net: Fix typo in comment
Yuval Shaia
2019-04-02
1
-1
/
+1
*
virtio-net: Allow qemu_announce_self to trigger virtio announcements
Dr. David Alan Gilbert
2019-03-05
1
-3
/
+32
*
virtio-net: Switch to using announce timer
Dr. David Alan Gilbert
2019-03-05
1
-13
/
+23
*
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
2019-02-22
1
-24
/
+7
*
virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61
Yuri Benditovich
2019-01-18
1
-1
/
+1
*
virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Yuri Benditovich
2019-01-18
1
-1
/
+666
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
1
-4
/
+4
*
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-08-28
1
-1
/
+1
*
compiler: add a sizeof_field() macro
Stefan Hajnoczi
2018-06-27
1
-1
/
+1
[next]