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
2022-05-13
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-1
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2022-03-15
virtio-net: fix map leaking on error during receive
Jason Wang
1
-0
/
+1
2022-03-06
virtio-net: Unlimit tx queue size if peer is vdpa
Eugenio Pérez
1
-5
/
+8
2022-01-10
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
1
-8
/
+2
2022-01-10
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
1
-2
/
+2
2022-01-07
virtio-net: add support for configure interrupt
Cindy Lu
1
-2
/
+2
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
1
-2
/
+8
2021-12-22
failover: Silence warning messages during qtest
Laurent Vivier
1
-1
/
+6
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
1
-4
/
+19
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
1
-75
/
+75
2021-10-20
vhost-net: control virtqueue support
Jason Wang
1
-2
/
+2
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
1
-1
/
+11
2021-10-20
failover: fix a regression introduced by JSON'ification of -device
Laurent Vivier
1
-6
/
+18
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
1
-10
/
+13
2021-10-15
virtio-net: Avoid QemuOpts in failover_find_primary_device()
Kevin Wolf
1
-33
/
+19
2021-10-15
virtio-net: Store failover primary opts pointer locally
Kevin Wolf
1
-8
/
+18
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
1
-1
/
+1
2021-09-17
virtio-net: fix use after unmap/free for sg
Jason Wang
1
-7
/
+32
2021-07-03
migration: failover: reset partially_hotplugged
Laurent Vivier
1
-0
/
+1
2021-06-04
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-3
/
+113
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
1
-3
/
+113
2021-05-28
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+1
2021-05-27
virtio-net: failover: add missing remove_migration_state_change_notifier()
Laurent Vivier
1
-0
/
+1
2021-05-14
virtio-net: Constify VirtIOFeature feature_sizes[]
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-22
hw/net: virtio-net: Initialize nc->do_not_pad to true
Bin Meng
1
-0
/
+4
2021-03-02
virtio-net: handle zero mac for a vdpa peer
Cindy Lu
1
-0
/
+12
2021-02-23
failover: really display a warning when the primary device is not found
Laurent Vivier
1
-11
/
+9
2021-02-23
virtio-net: add missing object_unref()
Laurent Vivier
1
-0
/
+2
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
1
-1
/
+1
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-2
/
+0
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-14
/
+7
2020-12-08
failover: Remove primary_dev member
Juan Quintela
1
-31
/
+24
2020-12-08
failover: simplify failover_unplug_primary
Juan Quintela
1
-15
/
+10
2020-12-08
failover: Caller of this two functions already have primary_dev
Juan Quintela
1
-13
/
+14
2020-12-08
failover: We don't need to cache primary_device_id anymore
Juan Quintela
1
-10
/
+10
2020-12-08
failover: split failover_find_primary_device_id()
Juan Quintela
1
-16
/
+47
2020-12-08
failover: remove failover_find_primary_device() error parameter
Juan Quintela
1
-6
/
+3
2020-12-08
failover: make sure that id always exist
Juan Quintela
1
-3
/
+0
2020-12-08
failover: Rename to failover_find_primary_device()
Juan Quintela
1
-3
/
+9
2020-12-08
failover: virtio_net_connect_failover_devices() does nothing
Juan Quintela
1
-15
/
+2
2020-12-08
failover: Rename function to hide_device()
Juan Quintela
1
-4
/
+3
2020-12-08
failover: should_be_hidden() should take a bool
Juan Quintela
1
-20
/
+7
2020-12-08
failover: simplify virtio_net_find_primary()
Juan Quintela
1
-15
/
+3
2020-12-08
failover: Remove memory leak
Juan Quintela
1
-3
/
+1
2020-12-08
failover: Remove primary_device_dict
Juan Quintela
1
-13
/
+4
2020-12-08
failover: remove standby_id variable
Juan Quintela
1
-8
/
+3
2020-12-08
failover: Remove primary_device_opts
Juan Quintela
1
-16
/
+5
2020-12-08
failover: g_strcmp0() knows how to handle NULL
Juan Quintela
1
-1
/
+1
2020-12-08
failover: Rename bool to failover_primary_hidden
Juan Quintela
1
-7
/
+7
[next]