aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2024-02-14hw/net/tulip: add chip status register valuesSven Schnelle
2024-01-26virtio-net: correctly copy vnet header when flushing TXJason Wang
2024-01-08hw/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
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
2023-09-20hw/net: spelling fixesMichael Tokarev
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell
2023-09-18hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell
2023-09-18e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol
2023-09-18igb: packet-split descriptors supportTomasz Dzieciol
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth
2023-08-31hw/net/i82596: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki