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
/
virtio-net.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-01-17
virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Yuri Benditovich
1
-1
/
+666
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
1
-4
/
+4
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-1
/
+1
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
1
-1
/
+1
2018-03-26
virtio_net: flush uncompleted TX on reset
Greg Kurz
1
-0
/
+11
2018-03-13
virtio-net: add linkspeed and duplex settings to virtio-net
Jason Baron
1
-0
/
+26
2018-03-13
virtio-net: use 64-bit values for feature flags
Jason Baron
1
-27
/
+28
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-11-28
virtio-net: don't touch virtqueue if vm is stopped
Jason Wang
1
-1
/
+2
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-4
/
+12
2017-07-17
virtio-net: fix offload ctrl endian
Jason Wang
1
-0
/
+2
2017-07-17
virtion-net: Prefer is_power_of_2()
Michal Privoznik
1
-1
/
+1
2017-07-03
virtio-net: fix tx queue size for !vhost-user
Michael S. Tsirkin
1
-8
/
+20
2017-07-03
virtio-net: enable configurable tx queue size
Wei Wang
1
-2
/
+30
2017-06-13
migration: Move self_announce_delay() to misc.h
Juan Quintela
1
-0
/
+1
2017-05-25
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
1
-1
/
+16
2017-05-23
virtio-net: fix wild pointer when remove virtio-net queues
Yunjian Wang
1
-0
/
+3
2017-03-31
virtio-net: avoid call tap_enable when there's only one queue
Jason Wang
1
-0
/
+4
2017-02-17
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
1
-1
/
+13
2017-02-13
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
1
-105
/
+211
2017-01-10
virtio-net: Add MTU feature support
Maxime Coquelin
1
-0
/
+19
2017-01-10
net: virtio-net discards TX data after link down
Yuri Benditovich
1
-0
/
+26
2016-11-15
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
1
-1
/
+2
2016-11-15
virtio-net: mark VIRTIO_NET_F_GSO as legacy
Michael S. Tsirkin
1
-0
/
+1
2016-11-15
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
1
-1
/
+1
2016-11-15
net: skip virtio-net config of deleted nic's peers
Yuri Benditovich
1
-0
/
+4
[next]