index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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-17
1
-1
/
+1
*
virtio-net: support RSC v4/v6 tcp traffic for Windows HCK
Yuri Benditovich
2019-01-17
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
*
virtio_net: flush uncompleted TX on reset
Greg Kurz
2018-03-26
1
-0
/
+11
*
virtio-net: add linkspeed and duplex settings to virtio-net
Jason Baron
2018-03-13
1
-0
/
+26
*
virtio-net: use 64-bit values for feature flags
Jason Baron
2018-03-13
1
-27
/
+28
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
virtio-net: don't touch virtqueue if vm is stopped
Jason Wang
2017-11-28
1
-1
/
+2
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-4
/
+12
*
virtio-net: fix offload ctrl endian
Jason Wang
2017-07-17
1
-0
/
+2
*
virtion-net: Prefer is_power_of_2()
Michal Privoznik
2017-07-17
1
-1
/
+1
*
virtio-net: fix tx queue size for !vhost-user
Michael S. Tsirkin
2017-07-03
1
-8
/
+20
*
virtio-net: enable configurable tx queue size
Wei Wang
2017-07-03
1
-2
/
+30
*
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-13
1
-0
/
+1
*
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
2017-05-25
1
-1
/
+16
*
virtio-net: fix wild pointer when remove virtio-net queues
Yunjian Wang
2017-05-23
1
-0
/
+3
*
virtio-net: avoid call tap_enable when there's only one queue
Jason Wang
2017-03-31
1
-0
/
+4
*
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
2017-02-17
1
-1
/
+13
*
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
2017-02-13
1
-105
/
+211
*
virtio-net: Add MTU feature support
Maxime Coquelin
2017-01-10
1
-0
/
+19
*
net: virtio-net discards TX data after link down
Yuri Benditovich
2017-01-10
1
-0
/
+26
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
2016-11-15
1
-1
/
+2
|
\
|
*
virtio-net: mark VIRTIO_NET_F_GSO as legacy
Michael S. Tsirkin
2016-11-15
1
-0
/
+1
|
*
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-11-15
1
-1
/
+1
*
|
net: skip virtio-net config of deleted nic's peers
Yuri Benditovich
2016-11-15
1
-0
/
+4
|
/
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-net: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-21
/
+21
*
virtio-net: handle virtio_net_flush_tx() errors
Greg Kurz
2016-10-10
1
-8
/
+18
*
virtio-net: handle virtio_net_receive() errors
Greg Kurz
2016-10-10
1
-12
/
+15
*
virtio-net: handle virtio_net_handle_ctrl() error
Greg Kurz
2016-10-10
1
-2
/
+5
*
virtio-net: allow increasing rx queue size
Michael S. Tsirkin
2016-09-27
1
-1
/
+25
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
1
-62
/
+40
|
\
|
*
virtio-net: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+7
|
*
virtio-net: Remove old migration version support
Dr. David Alan Gilbert
2016-07-21
1
-53
/
+34
[prev]
[next]