aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-27hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fieldsLuc Michel1-13/+14
2023-10-27hw/net/cadence_gem: use FIELD to describe DESCONF6 register fieldsLuc Michel1-2/+2
2023-10-27hw/net/cadence_gem: use FIELD to describe IRQ register fieldsLuc Michel1-12/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fieldsLuc Michel1-9/+25
2023-10-27hw/net/cadence_gem: use FIELD to describe DMACFG register fieldsLuc Michel1-17/+31
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCFG register fieldsLuc Michel1-21/+39
2023-10-27hw/net/cadence_gem: use FIELD to describe NWCTRL register fieldsLuc Michel1-13/+40
2023-10-27hw/net/cadence_gem: use FIELD for screening registersLuc Michel1-45/+47
2023-10-27hw/net/cadence_gem: use REG32 macro for register definitionsLuc Michel1-267/+262
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-3/+3
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi1-1/+1
2023-10-20migration: simplify notifiersSteve Sistare1-3/+3
2023-10-19hw/net: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé1-5/+2
2023-10-17pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller1-1/+1
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-5/+1
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei1-2/+0
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei1-3/+1
2023-09-29e1000: remove old compatibility codePaolo Bonzini1-53/+28
2023-09-20hw/net: spelling fixesMichael Tokarev15-22/+22
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell1-1/+1
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell1-2/+10
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol1-13/+15
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol3-43/+316