summary refs log tree commit diff stats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 ...Peter 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
* | e1000e: fix link state on resumeLaurent Vivier2024-03-122-55/+7
* | igb: fix link state on resumeLaurent Vivier2024-03-122-46/+7
|/
* hw/net/xen_nic: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-091-0/+1
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-3/+1
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-5/+6
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-1/+3
* hw/net/tulip: add chip status register valuesSven Schnelle2024-02-111-2/+2
* Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-023-1/+962
|\
| * hw/net: GMAC Tx ImplementationNabih Estefan Diaz2024-02-022-0/+205
| * hw/net: GMAC Rx ImplementationNabih Estefan Diaz2024-02-022-2/+279
| * hw/net: Add NPCMXXX GMAC deviceHao Wu2024-02-023-1/+480
* | hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse2024-02-021-5/+7
* | hw/net/lasi_i82596: Re-enable buildDavid Woodhouse2024-02-022-1/+2
* | hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse2024-02-021-3/+2
* | hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse2024-02-021-3/+2
* | hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse2024-02-021-3/+2
|/
* virtio-net: correctly copy vnet header when flushing TXJason Wang2024-01-251-4/+9
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-4/+4
* hw/net: cadence_gem: Fix MDIO_OP_xxx valuesBin Meng2024-01-051-2/+2
* hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa2024-01-051-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-2/+0
|\
| * meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-2/+0
* | hw/net: Constify VMStateRichard Henderson2023-12-3041-80/+80
|/
* hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé2023-11-271-8/+9
* hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé2023-11-271-3/+47
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-2137-39/+71
* hw/net/cadence_gem.c: spelling fixes: OctectsMichael Tokarev2023-11-151-4/+4
* igb: Add Function Level Reset to PF and VFCédric Le Goater2023-11-132-0/+18
* igb: Add a VF reset handlerCédric Le Goater2023-11-136-2/+25
* hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse2023-11-073-116/+381
* migration: Use vmstate_register_any()Juan Quintela2023-11-011-2/+1
* hw/net/cadence_gem: enforce 32 bits variable size for CRCLuc Michel2023-10-271-1/+1
* hw/net/cadence_gem: perform PHY access on write onlyLuc Michel2023-10-271-23/+33