summary refs log tree commit diff stats
path: root/hw/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/net/cadence_gem: use FIELD to describe PHYMNTNC register fieldsLuc Michel2023-10-271-13/+14
* hw/net/cadence_gem: use FIELD to describe DESCONF6 register fieldsLuc Michel2023-10-271-2/+2
* hw/net/cadence_gem: use FIELD to describe IRQ register fieldsLuc Michel2023-10-271-12/+39
* hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fieldsLuc Michel2023-10-271-9/+25
* hw/net/cadence_gem: use FIELD to describe DMACFG register fieldsLuc Michel2023-10-271-17/+31
* hw/net/cadence_gem: use FIELD to describe NWCFG register fieldsLuc Michel2023-10-271-21/+39
* hw/net/cadence_gem: use FIELD to describe NWCTRL register fieldsLuc Michel2023-10-271-13/+40
* hw/net/cadence_gem: use FIELD for screening registersLuc Michel2023-10-271-45/+47
* hw/net/cadence_gem: use REG32 macro for register definitionsLuc Michel2023-10-271-267/+262
* Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-201-3/+3
|\
| * migration: simplify notifiersSteve Sistare2023-10-201-3/+3
* | Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi2023-10-201-1/+1
|\ \
| * | pci_ids/tulip: Add PCI vendor ID for HP and use it in tulipHelge Deller2023-10-171-1/+1
| |/
* / hw/net: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé2023-10-191-5/+2
|/
* hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth2023-10-061-4/+4
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-051-5/+1
|\
| * virtio-net: Expose MAX_VLANHawkins Jiawei2023-10-041-2/+0
| * virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei2023-10-041-3/+1
* | e1000: remove old compatibility codePaolo Bonzini2023-09-291-53/+28
|/
* hw/net: spelling fixesMichael Tokarev2023-09-2015-22/+22
* hw/net/rocker: Avoid variable length arrayPeter Maydell2023-09-181-1/+1
* hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell2023-09-181-2/+10
* e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol2023-09-181-13/+15
* igb: packet-split descriptors supportTomasz Dzieciol2023-09-183-43/+316
* igb: add IPv6 extended headers traffic detectionTomasz Dzieciol2023-09-182-1/+4
* igb: RX payload guest writting refactoringTomasz Dzieciol2023-09-182-86/+145
* igb: RX descriptors guest writting refactoringTomasz Dzieciol2023-09-183-88/+96
* igb: rename E1000E_RingInfo_stTomasz Dzieciol2023-09-182-38/+38
* igb: remove TCP ACK detectionTomasz Dzieciol2023-09-181-5/+0
* virtio-net: Add support for USO featuresYuri Benditovich2023-09-181-2/+29
* virtio-net: Add USO flags to vhost support.Andrew Melnychenko2023-09-181-0/+3
* tap: Add USO support to tap device.Andrew Melnychenko2023-09-184-3/+7
* hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth2023-09-081-1/+4
* hw/net/i82596: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé2023-08-311-0/+1
* kconfig: Add PCIe devices to s390x machinesCédric Le Goater2023-07-141-2/+2
* pcie: Use common ARI next function numberAkihiko Odaki2023-07-102-2/+2
* hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée2023-07-101-2/+2
* virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov2023-07-101-0/+1
* Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2023-07-072-0/+54
|\
| * sungem: Add WOL MMIONicholas Piggin2023-07-072-0/+54
* | igb: Remove obsolete workaround for WindowsAkihiko Odaki2023-07-071-6/+1
* | e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki2023-07-072-6/+33
* | hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng2023-07-071-8/+0
* | hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-11/+0
* | hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-14/+0
* | hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-12/+0
* | hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-9/+0
* | hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-12/+0
* | hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-18/+0
* | hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-10/+0