aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-02Merge tag 'pull-aspeed-20240702' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-02hw/net:ftgmac100: fix coding styleJamin Lin
2024-07-02hw/net/spapr: prevent potential NULL dereferenceOleg Sviridov
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana
2024-06-18hw/net: Fix the transmission return sizeFea.Wang
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-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé
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-29hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki
2024-03-29virtio-net: Fix vhost virtqueue notifiers for RSSAkihiko Odaki
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki
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-03-12Avoid unaligned fetch in ladr_match()Nick Briggs
2024-03-12e1000e: fix link state on resumeLaurent Vivier
2024-03-12igb: fix link state on resumeLaurent Vivier
2024-03-09hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-28migration: MigrationNotifyFuncSteve Sistare
2024-02-28migration: MigrationEvent for notifiersSteve Sistare
2024-02-28migration: convert to NotifierWithReturnSteve Sistare
2024-02-11hw/net/tulip: add chip status register valuesSven Schnelle