summary refs log tree commit diff stats
path: root/hw/net/virtio-net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-3/+1
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-5/+6
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-1/+3
* virtio-net: correctly copy vnet header when flushing TXJason Wang2024-01-251-4/+9
* hw/net: Constify VMStateRichard Henderson2023-12-301-9/+9
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-2/+4
* migration: simplify notifiersSteve Sistare2023-10-201-3/+3
* virtio-net: Expose MAX_VLANHawkins Jiawei2023-10-041-2/+0
* virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei2023-10-041-3/+1
* hw/net: spelling fixesMichael Tokarev2023-09-201-3/+3
* virtio-net: Add support for USO featuresYuri Benditovich2023-09-181-2/+29
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-181-1/+3
* hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée2023-07-101-2/+2
* virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov2023-07-101-0/+1
* virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier2023-07-071-2/+2
* 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