aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-02hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse1-3/+2
2024-02-02hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse1-3/+2
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse1-3/+2
2024-02-02hw/net: GMAC Tx ImplementationNabih Estefan Diaz2-0/+205
2024-02-02hw/net: GMAC Rx ImplementationNabih Estefan Diaz2-2/+279
2024-02-02hw/net: Add NPCMXXX GMAC deviceHao Wu3-1/+480
2024-01-25virtio-net: correctly copy vnet header when flushing TXJason Wang1-4/+9
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2024-01-05hw/net: cadence_gem: Fix MDIO_OP_xxx valuesBin Meng1-2/+2
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-2/+0
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-2/+0
2023-12-30hw/net: Constify VMStateRichard Henderson41-80/+80
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé1-8/+9
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé1-3/+47
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki37-39/+71
2023-11-15hw/net/cadence_gem.c: spelling fixes: OctectsMichael Tokarev1-4/+4
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater2-0/+18
2023-11-13igb: Add a VF reset handlerCédric Le Goater6-2/+25
2023-11-07hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse3-116/+381
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-2/+1
2023-10-27hw/net/cadence_gem: enforce 32 bits variable size for CRCLuc Michel1-1/+1
2023-10-27hw/net/cadence_gem: perform PHY access on write onlyLuc Michel1-23/+33