index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Age
Commit message (
Expand
)
Author
2020-07-02
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
2020-06-18
virtio-net: align RSC fields with updated virtio-net header
Yuri Benditovich
2020-06-18
virtio-net: add migration support for RSS and hash report
Yuri Benditovich
2020-06-18
virtio-net: reference implementation of hash report
Yuri Benditovich
2020-06-18
virtio-net: implement RX RSS processing
Yuri Benditovich
2020-06-18
virtio-net: implement RSS configuration command
Yuri Benditovich
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-04-30
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging
Peter Maydell
2020-04-29
virtio-net: Fix duplex=... and speed=... error handling
Markus Armbruster
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
2020-04-28
virtio-net: fix rsc_ext compat handling
Cornelia Huck
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-01-06
virtio-net: delete also control queue when TX/RX deleted
Yuri Benditovich
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2019-12-02
net/virtio: Fix failover error handling crash bugs
Markus Armbruster
2019-12-02
net/virtio: Drop useless n->primary_dev not null checks
Markus Armbruster
2019-11-25
net/virtio: return error when device_opts arg is NULL
Jens Freimann
2019-11-25
net/virtio: fix re-plugging of primary device
Jens Freimann
2019-11-25
net/virtio: return early when failover primary alread added
Jens Freimann
2019-11-25
net/virtio: fix dev_unplug_pending
Jens Freimann
2019-10-29
virtio_net: use RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
2019-10-29
net/virtio: add failover support
Jens Freimann
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
virtio-net: prevent offloads reset on migration
Mikhail Sennikovsky
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-02
net/announce: Add optional ID
Dr. David Alan Gilbert
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-04-02
virtio-net: Fix typo in comment
Yuval Shaia
2019-03-05
virtio-net: Allow qemu_announce_self to trigger virtio announcements
Dr. David Alan Gilbert
2019-03-05
virtio-net: Switch to using announce timer
Dr. David Alan Gilbert
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
2019-01-17
virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61
Yuri Benditovich
2019-01-17
virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Yuri Benditovich
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
2018-03-13
virtio-net: add linkspeed and duplex settings to virtio-net
Jason Baron
2018-03-13
virtio-net: use 64-bit values for feature flags
Jason Baron
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
[next]