index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
virtio-net.c
Age
Commit message (
Expand
)
Author
2024-06-04
virtio-net: drop too short packets early
Alexey Dobriyan
2024-06-04
virtio-net: Do not write hashes to peer buffer
Akihiko Odaki
2024-06-04
virtio-net: Always set populate_hash
Akihiko Odaki
2024-06-04
virtio-net: Unify the logic to update NIC state for RSS
Akihiko Odaki
2024-06-04
virtio-net: Disable RSS on reset
Akihiko Odaki
2024-06-04
virtio-net: Shrink header byte swapping buffer
Akihiko Odaki
2024-06-04
virtio-net: Copy header only when necessary
Akihiko Odaki
2024-06-04
virtio-net: Add only one queue pair when realizing
Akihiko Odaki
2024-06-04
virtio-net: Do not propagate ebpf-rss-fds errors
Akihiko Odaki
2024-06-04
tap: Remove qemu_using_vnet_hdr()
Akihiko Odaki
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-04-02
hw/net/virtio-net: fix qemu set used ring flag even vhost started
Yajun Wu
2024-03-29
virtio-net: Fix vhost virtqueue notifiers for RSS
Akihiko Odaki
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-03-12
virtio-net: Added property to load eBPF RSS with fds.
Andrew Melnychenko
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
2024-01-25
virtio-net: correctly copy vnet header when flushing TX
Jason Wang
2023-12-30
hw/net: Constify VMState
Richard Henderson
2023-11-21
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-10-20
migration: simplify notifiers
Steve Sistare
2023-10-04
virtio-net: Expose MAX_VLAN
Hawkins Jiawei
2023-10-04
virtio-net: do not reset vlan filtering at set_features
Hawkins Jiawei
2023-09-20
hw/net: spelling fixes
Michael Tokarev
2023-09-18
virtio-net: Add support for USO features
Yuri Benditovich
2023-09-18
tap: Add USO support to tap device.
Andrew Melnychenko
2023-07-10
hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
Alex Bennée
2023-07-10
virtio-net: pass Device-TLB enable/disable events to vhost
Viktor Prutyanov
2023-07-07
virtio-net: correctly report maximum tx_queue_size value
Laurent Vivier
2023-06-26
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-06-26
virtio-net: expose virtio_net_supported_guest_offloads()
Hawkins Jiawei
2023-06-26
hw/net/virtio-net: make some VirtIONet const
Hawkins Jiawei
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
2023-05-19
virtio-net: not enable vq reset feature unconditionally
Eugenio Pérez
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
2023-03-10
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
2023-03-02
virtio-net: clear guest_announce feature if no cvq backend
Eugenio Pérez
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
virtio-net: add support for configure interrupt
Cindy Lu
2023-01-08
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
2023-01-08
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
2023-01-08
virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
Eugenio Pérez
2023-01-08
virtio_net: Modify virtio_net_get_config to early return
Eugenio Pérez
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
[next]