aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)Author
2024-06-04virtio-net: drop too short packets earlyAlexey Dobriyan
2024-06-04virtio-net: Do not write hashes to peer bufferAkihiko Odaki
2024-06-04virtio-net: Always set populate_hashAkihiko Odaki
2024-06-04virtio-net: Unify the logic to update NIC state for RSSAkihiko Odaki
2024-06-04virtio-net: Disable RSS on resetAkihiko Odaki
2024-06-04virtio-net: Shrink header byte swapping bufferAkihiko Odaki
2024-06-04virtio-net: Copy header only when necessaryAkihiko Odaki
2024-06-04virtio-net: Add only one queue pair when realizingAkihiko Odaki
2024-06-04virtio-net: Do not propagate ebpf-rss-fds errorsAkihiko Odaki
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin
2024-04-02hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu
2024-03-29virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen
2024-03-12virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko
2024-02-28migration: MigrationNotifyFuncSteve Sistare
2024-02-28migration: MigrationEvent for notifiersSteve Sistare
2024-02-28migration: convert to NotifierWithReturnSteve Sistare
2024-01-25virtio-net: correctly copy vnet header when flushing TXJason Wang
2023-12-30hw/net: Constify VMStateRichard Henderson
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-10-20migration: simplify notifiersSteve Sistare
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei
2023-09-20hw/net: spelling fixesMichael Tokarev
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei
2023-06-26hw/net/virtio-net: make some VirtIONet constHawkins Jiawei
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio Pérez
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki
2023-03-02virtio-net: clear guest_announce feature if no cvq backendEugenio Pérez
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08virtio-net: add support for configure interruptCindy Lu
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)
2023-01-08virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has itEugenio Pérez
2023-01-08virtio_net: Modify virtio_net_get_config to early returnEugenio Pérez
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster