aboutsummaryrefslogtreecommitdiffstats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2024-08-201-0/+2
* virtio-net: Use virtual time for RSC timersNicholas Piggin2024-08-161-3/+3
* virtio-net: Use replay_schedule_bh_event for bhs that affect machine stateNicholas Piggin2024-08-161-5/+6
* virtio-net: Fix network stall at the host side waiting for kickthomas2024-08-021-12/+16
* virtio-net: Ensure queue index fits with RSSAkihiko Odaki2024-08-021-1/+2
* rtl8139: Fix behaviour for old kernels.Hans2024-08-021-1/+5
* Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin2024-08-011-10/+3
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-1/+1
|\
| * util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé2024-07-231-1/+1
* | vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-211-0/+2
|/
* hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin2024-07-091-3/+18
* hw/net:ftgmac100: introduce TX and RX ring base address high registers to support 64 bitsJamin Lin2024-07-091-0/+82
* hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin2024-07-091-17/+16
* hw/net:ftgmac100: update memory region size to 64KBJamin Lin2024-07-091-3/+8
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-033-3/+16
|\
| * pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki2024-07-031-3/+10
| * hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov2024-07-011-0/+4
| * vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-011-0/+2
* | Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into stagingRichard Henderson2024-07-021-4/+8
|\ \
| * | hw/net:ftgmac100: fix coding styleJamin Lin2024-07-021-4/+8
| |/
* / hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov2024-07-021-0/+6
|/
* hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana2024-06-211-1/+4
* hw/net: Fix the transmission return sizeFea.Wang2024-06-181-1/+1
* virtio-net: drop too short packets earlyAlexey Dobriyan2024-06-041-6/+12
* virtio-net: Do not write hashes to peer bufferAkihiko Odaki2024-06-041-19/+17
* virtio-net: Always set populate_hashAkihiko Odaki2024-06-041-0/+1
* virtio-net: Unify the logic to update NIC state for RSSAkihiko Odaki2024-06-041-54/+36
* virtio-net: Disable RSS on resetAkihiko Odaki2024-06-041-34/+36
* virtio-net: Shrink header byte swapping bufferAkihiko Odaki2024-06-041-11/+6
* virtio-net: Copy header only when necessaryAkihiko Odaki2024-06-041-14/+12
* virtio-net: Add only one queue pair when realizingAkihiko Odaki2024-06-041-3/+1
* virtio-net: Do not propagate ebpf-rss-fds errorsAkihiko Odaki2024-06-041-13/+10
* tap: Remove qemu_using_vnet_hdr()Akihiko Odaki2024-06-045-9/+2
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-1/+1
|\
| * hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé2024-04-251-1/+1
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-255-5/+5
|/
* hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé2024-04-101-0/+4
* hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé2024-04-101-1/+15
* hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé2024-04-101-3/+9
* Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin2024-04-091-16/+0
* hw/net/virtio-net: fix qemu set used ring flag even vhost startedYajun Wu2024-04-021-0/+4
* hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki2024-03-291-0/+1
* virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki2024-03-291-2/+2
* vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf2024-03-261-0/+10
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingPeter Maydell2024-03-132-2/+16
|\
| * hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki2024-03-121-2/+0
| * pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki2024-03-121-1/+1
| * hw/virtio: Add support for VDPA network simulation devicesHao Chen2024-03-121-0/+16
* | virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko2024-03-121-6/+48
* | Avoid unaligned fetch in ladr_match()Nick Briggs2024-03-121-1/+1