aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
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
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse
2024-02-02hw/net/lasi_i82596: Re-enable buildDavid Woodhouse
2024-02-02hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/net: GMAC Tx ImplementationNabih Estefan Diaz
2024-02-02hw/net: GMAC Rx ImplementationNabih Estefan Diaz
2024-02-02hw/net: Add NPCMXXX GMAC deviceHao Wu
2024-01-25virtio-net: correctly copy vnet header when flushing TXJason Wang
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05hw/net: cadence_gem: Fix MDIO_OP_xxx valuesBin Meng
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-30hw/net: Constify VMStateRichard Henderson
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-15hw/net/cadence_gem.c: spelling fixes: OctectsMichael Tokarev
2023-11-13igb: Add Function Level Reset to PF and VFCédric Le Goater
2023-11-13igb: Add a VF reset handlerCédric Le Goater
2023-11-07hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-27hw/net/cadence_gem: enforce 32 bits variable size for CRCLuc Michel
2023-10-27hw/net/cadence_gem: perform PHY access on write onlyLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe DESCONF6 register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe IRQ register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe DMACFG register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCFG register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCTRL register fieldsLuc Michel
2023-10-27hw/net/cadence_gem: use FIELD for screening registersLuc Michel
2023-10-27hw/net/cadence_gem: use REG32 macro for register definitionsLuc Michel
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi
2023-10-20migration: simplify notifiersSteve Sistare
2023-10-19hw/net: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei
2023-09-29e1000: remove old compatibility codePaolo Bonzini