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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
virtio-net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-11
virtio-net: Set mac address to hardware if the peer is vdpa
Cindy Lu
1
-0
/
+6
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
1
-1
/
+1
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
1
-6
/
+2
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-5
/
+5
2020-09-01
hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
Chen Qun
1
-1
/
+0
2020-07-28
virtio-net: check the existence of peer before accessing vDPA config
Jason Wang
1
-11
/
+19
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
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
1
-0
/
+19
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
1
-0
/
+19
2020-07-02
net/virtio: Fix failover_replug_primary() return value regression
Markus Armbruster
1
-1
/
+1
2020-06-18
virtio-net: align RSC fields with updated virtio-net header
Yuri Benditovich
1
-24
/
+4
2020-06-18
virtio-net: add migration support for RSS and hash report
Yuri Benditovich
1
-0
/
+37
2020-06-18
virtio-net: reference implementation of hash report
Yuri Benditovich
1
-20
/
+79
2020-06-18
virtio-net: implement RX RSS processing
Yuri Benditovich
1
-2
/
+86
2020-06-18
virtio-net: implement RSS configuration command
Yuri Benditovich
1
-9
/
+158
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
1
-1
/
+1
2020-04-30
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into staging
Peter Maydell
1
-2
/
+2
2020-04-29
virtio-net: Fix duplex=... and speed=... error handling
Markus Armbruster
1
-1
/
+4
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-04-28
virtio-net: fix rsc_ext compat handling
Cornelia Huck
1
-2
/
+2
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
1
-5
/
+5
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+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
1
-1
/
+2
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
2019-11-25
net/virtio: fix re-plugging of primary device
Jens Freimann
1
-17
/
+25
2019-11-25
net/virtio: return early when failover primary alread added
Jens Freimann
1
-0
/
+4
2019-11-25
net/virtio: fix dev_unplug_pending
Jens Freimann
1
-0
/
+3
2019-10-29
virtio_net: use RCU_READ_LOCK_GUARD
Dr. David Alan Gilbert
1
-5
/
+2
2019-10-29
net/virtio: add failover support
Jens Freimann
1
-0
/
+302
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-3
/
+24
2019-10-29
virtio-net: prevent offloads reset on migration
Mikhail Sennikovsky
1
-3
/
+24
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
1
-5
/
+5
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-07-02
net/announce: Add optional ID
Dr. David Alan Gilbert
1
-2
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-04-02
virtio-net: Fix typo in comment
Yuval Shaia
1
-1
/
+1
2019-03-05
virtio-net: Allow qemu_announce_self to trigger virtio announcements
Dr. David Alan Gilbert
1
-3
/
+32
2019-03-05
virtio-net: Switch to using announce timer
Dr. David Alan Gilbert
1
-13
/
+23
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
1
-24
/
+7
2019-01-17
virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61
Yuri Benditovich
1
-1
/
+1
[next]