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
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
1
-2
/
+5
2023-05-19
virtio-net: not enable vq reset feature unconditionally
Eugenio Pérez
1
-1
/
+0
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
1
-23
/
+46
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
1
-19
/
+13
2023-03-10
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
1
-1
/
+1
2023-03-02
virtio-net: clear guest_announce feature if no cvq backend
Eugenio Pérez
1
-0
/
+15
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2023-01-08
virtio-net: add support for configure interrupt
Cindy Lu
1
-2
/
+2
2023-01-08
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
1
-2
/
+20
2023-01-08
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
1
-0
/
+6
2023-01-08
virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
Eugenio Pérez
1
-0
/
+2
2023-01-08
virtio_net: Modify virtio_net_get_config to early return
Eugenio Pérez
1
-13
/
+15
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
1
-1
/
+1
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+1
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-1
/
+1
2022-11-10
virtio-net: fix for heap-buffer-overflow
Xuan Zhuo
1
-2
/
+16
2022-11-07
virtio-net: enable vq reset feature
Xuan Zhuo
1
-0
/
+1
2022-11-07
virtio-net: support queue_enable
Kangjie Xu
1
-0
/
+21
2022-11-07
virtio-net: support queue reset
Xuan Zhuo
1
-0
/
+18
2022-11-07
virtio-net: introduce flush_or_purge_queued_packets()
Kangjie Xu
1
-6
/
+11
2022-10-28
virtio-net: fix TX timer with tx_burst
Laurent Vivier
1
-9
/
+41
2022-10-28
virtio-net: fix bottom-half packet TX on asynchronous completion
Laurent Vivier
1
-1
/
+12
2022-10-07
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
1
-2
/
+7
2022-09-27
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
Eugenio Pérez
1
-11
/
+6
2022-07-20
virtio-net: Expose ctrl virtqueue logic
Eugenio Pérez
1
-35
/
+49
2022-07-20
virtio-net: Expose MAC_TABLE_ENTRIES
Eugenio Pérez
1
-1
/
+0
2022-05-16
virtio-net: don't handle mq request in userspace handler for vhost-vdpa
Si-Wei Liu
1
-0
/
+13
2022-05-16
virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
Si-Wei Liu
1
-2
/
+31
2022-05-16
virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...
Si-Wei Liu
1
-1
/
+2
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
1
-0
/
+9
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-1
/
+1
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
[next]