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
*
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-06-26
1
-2
/
+2
*
virtio-net: expose virtio_net_supported_guest_offloads()
Hawkins Jiawei
2023-06-26
1
-1
/
+1
*
hw/net/virtio-net: make some VirtIONet const
Hawkins Jiawei
2023-06-26
1
-1
/
+1
*
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
2023-05-23
1
-2
/
+5
*
virtio-net: not enable vq reset feature unconditionally
Eugenio Pérez
2023-05-19
1
-1
/
+0
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-1
/
+2
*
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
2023-03-10
1
-23
/
+46
*
net/eth: Report if headers are actually present
Akihiko Odaki
2023-03-10
1
-19
/
+13
*
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
2023-03-10
1
-1
/
+1
*
virtio-net: clear guest_announce feature if no cvq backend
Eugenio Pérez
2023-03-02
1
-0
/
+15
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
1
-1
/
+1
*
virtio-net: add support for configure interrupt
Cindy Lu
2023-01-08
1
-2
/
+2
*
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
2023-01-08
1
-2
/
+20
*
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
2023-01-08
1
-0
/
+6
*
virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
Eugenio Pérez
2023-01-08
1
-0
/
+2
*
virtio_net: Modify virtio_net_get_config to early return
Eugenio Pérez
2023-01-08
1
-13
/
+15
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
1
-1
/
+1
|
\
|
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-1
/
+1
*
|
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-2
/
+1
|
/
*
virtio-net: fix for heap-buffer-overflow
Xuan Zhuo
2022-11-10
1
-2
/
+16
*
virtio-net: enable vq reset feature
Xuan Zhuo
2022-11-07
1
-0
/
+1
*
virtio-net: support queue_enable
Kangjie Xu
2022-11-07
1
-0
/
+21
*
virtio-net: support queue reset
Xuan Zhuo
2022-11-07
1
-0
/
+18
*
virtio-net: introduce flush_or_purge_queued_packets()
Kangjie Xu
2022-11-07
1
-6
/
+11
*
virtio-net: fix TX timer with tx_burst
Laurent Vivier
2022-10-28
1
-9
/
+41
*
virtio-net: fix bottom-half packet TX on asynchronous completion
Laurent Vivier
2022-10-28
1
-1
/
+12
*
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
1
-2
/
+7
*
virtio-net: Update virtio-net curr_queue_pairs in vdpa backends
Eugenio Pérez
2022-09-27
1
-11
/
+6
*
virtio-net: Expose ctrl virtqueue logic
Eugenio Pérez
2022-07-20
1
-35
/
+49
*
virtio-net: Expose MAC_TABLE_ENTRIES
Eugenio Pérez
2022-07-20
1
-1
/
+0
*
virtio-net: don't handle mq request in userspace handler for vhost-vdpa
Si-Wei Liu
2022-05-16
1
-0
/
+13
*
virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
Si-Wei Liu
2022-05-16
1
-2
/
+31
*
virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...
Si-Wei Liu
2022-05-16
1
-1
/
+2
*
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
1
-0
/
+9
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-1
/
+1
*
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2022-05-13
1
-1
/
+2
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-2
/
+2
*
virtio-net: fix map leaking on error during receive
Jason Wang
2022-03-15
1
-0
/
+1
*
virtio-net: Unlimit tx queue size if peer is vdpa
Eugenio Pérez
2022-03-06
1
-5
/
+8
*
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
2022-01-10
1
-8
/
+2
*
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
2022-01-10
1
-2
/
+2
*
virtio-net: add support for configure interrupt
Cindy Lu
2022-01-07
1
-2
/
+2
*
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
2022-01-06
1
-2
/
+8
*
failover: Silence warning messages during qtest
Laurent Vivier
2021-12-22
1
-1
/
+6
*
virtio-net: vhost control virtqueue support
Jason Wang
2021-10-20
1
-4
/
+19
*
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
2021-10-20
1
-75
/
+75
*
vhost-net: control virtqueue support
Jason Wang
2021-10-20
1
-2
/
+2
*
qdev/qbus: remove failover specific code
Laurent Vivier
2021-10-20
1
-1
/
+11
*
failover: fix a regression introduced by JSON'ification of -device
Laurent Vivier
2021-10-20
1
-6
/
+18
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-10
/
+13
[next]