aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-16virtio-net: Use virtual time for RSC timersNicholas Piggin1-3/+3
2024-08-16virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin1-5/+6
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-12/+16
2024-08-02virtio-net: Ensure queue index fits with RSSAkihiko Odaki1-1/+2
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov1-0/+4
2024-06-04virtio-net: drop too short packets earlyAlexey Dobriyan1-6/+12
2024-06-04virtio-net: Do not write hashes to peer bufferAkihiko Odaki1-19/+17
2024-06-04virtio-net: Always set populate_hashAkihiko Odaki1-0/+1
2024-06-04virtio-net: Unify the logic to update NIC state for RSSAkihiko Odaki1-54/+36
2024-06-04virtio-net: Disable RSS on resetAkihiko Odaki1-34/+36
2024-06-04virtio-net: Shrink header byte swapping bufferAkihiko Odaki1-11/+6
2024-06-04virtio-net: Copy header only when necessaryAkihiko Odaki1-14/+12
2024-06-04virtio-net: Add only one queue pair when realizingAkihiko Odaki1-3/+1
2024-06-04virtio-net: Do not propagate ebpf-rss-fds errorsAkihiko Odaki1-13/+10
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-3/+0
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin1-16/+0
2024-04-02hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu1-0/+4
2024-03-29virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki1-2/+2
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+16
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen1-0/+16
2024-03-12virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko1-6/+48
2024-02-28migration: MigrationNotifyFuncSteve Sistare1-3/+1
2024-02-28migration: MigrationEvent for notifiersSteve Sistare1-5/+6
2024-02-28migration: convert to NotifierWithReturnSteve Sistare1-1/+3
2024-01-25virtio-net: correctly copy vnet header when flushing TXJason Wang1-4/+9
2023-12-30hw/net: Constify VMStateRichard Henderson1-9/+9
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-2/+4
2023-10-20migration: simplify notifiersSteve Sistare1-3/+3
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei1-2/+0
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei1-3/+1
2023-09-20hw/net: spelling fixesMichael Tokarev1-3/+3
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich1-2/+29
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-1/+3
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov1-0/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-2/+2
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei1-1/+1
2023-06-26hw/net/virtio-net: make some VirtIONet constHawkins Jiawei1-1/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-2/+5
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio Pérez1-1/+0
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-1/+2
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-23/+46
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-19/+13
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki1-1/+1
2023-03-02virtio-net: clear guest_announce feature if no cvq backendEugenio Pérez1-0/+15
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2023-01-08virtio-net: add support for configure interruptCindy Lu1-2/+2
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-2/+20
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)1-0/+6