summary refs log tree commit diff stats
path: root/hw/net/virtio-net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-2/+2
* virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei2023-06-261-1/+1
* hw/net/virtio-net: make some VirtIONet constHawkins Jiawei2023-06-261-1/+1
* net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki2023-05-231-2/+5
* virtio-net: not enable vq reset feature unconditionallyEugenio Pérez2023-05-191-1/+0
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+2
* net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-23/+46
* net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-19/+13
* hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki2023-03-101-1/+1
* virtio-net: clear guest_announce feature if no cvq backendEugenio Pérez2023-03-021-0/+15
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* virtio-net: add support for configure interruptCindy Lu2023-01-081-2/+2
* virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu2023-01-081-2/+20
* vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)2023-01-081-0/+6
* virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has itEugenio Pérez2023-01-081-0/+2
* virtio_net: Modify virtio_net_get_config to early returnEugenio Pérez2023-01-081-13/+15
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-1/+1
|\
| * Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-1/+1
* | qapi net: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+1
|/
* virtio-net: fix for heap-buffer-overflowXuan Zhuo2022-11-101-2/+16
* virtio-net: enable vq reset featureXuan Zhuo2022-11-071-0/+1
* virtio-net: support queue_enableKangjie Xu2022-11-071-0/+21
* virtio-net: support queue resetXuan Zhuo2022-11-071-0/+18
* virtio-net: introduce flush_or_purge_queued_packets()Kangjie Xu2022-11-071-6/+11
* virtio-net: fix TX timer with tx_burstLaurent Vivier2022-10-281-9/+41
* virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier2022-10-281-1/+12
* virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin2022-10-071-2/+7
* virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez2022-09-271-11/+6
* virtio-net: Expose ctrl virtqueue logicEugenio Pérez2022-07-201-35/+49
* virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez2022-07-201-1/+0
* virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu2022-05-161-0/+13
* virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu2022-05-161-2/+31
* virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu2022-05-161-1/+2
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+9
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* hw/virtio: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé2022-05-131-1/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
* virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez2022-03-061-5/+8
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-8/+2
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-2/+2
* virtio-net: add support for configure interruptCindy Lu2022-01-071-2/+2
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-2/+8
* failover: Silence warning messages during qtestLaurent Vivier2021-12-221-1/+6
* virtio-net: vhost control virtqueue supportJason Wang2021-10-201-4/+19
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-75/+75
* vhost-net: control virtqueue supportJason Wang2021-10-201-2/+2
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-201-1/+11
* failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier2021-10-201-6/+18
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-10/+13