aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin1-3/+18
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin1-0/+82
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin1-17/+16
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin1-3/+8
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson3-3/+16
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki1-3/+10
2024-07-02Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson1-4/+8
2024-07-02hw/net:ftgmac100: fix coding styleJamin Lin1-4/+8
2024-07-02hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov1-0/+6
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov1-0/+4
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer1-0/+2
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana1-1/+4
2024-06-18hw/net: Fix the transmission return sizeFea.Wang1-1/+1
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 Odaki5-9/+2
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell5-5/+5
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
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-29hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki1-0/+1
2024-03-29virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki1-2/+2
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf1-0/+10
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2-2/+16
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki1-2/+0
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki1-1/+1
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-03-12Avoid unaligned fetch in ladr_match()Nick Briggs1-1/+1
2024-03-12e1000e: fix link state on resumeLaurent Vivier2-55/+7
2024-03-12igb: fix link state on resumeLaurent Vivier2-46/+7
2024-03-09hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
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-02-11hw/net/tulip: add chip status register valuesSven Schnelle1-2/+2
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell3-1/+962
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse1-5/+7
2024-02-02hw/net/lasi_i82596: Re-enable buildDavid Woodhouse2-1/+2