aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
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