aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-18igb: add IPv6 extended headers traffic detectionTomasz Dzieciol2-1/+4
2023-09-18igb: RX payload guest writting refactoringTomasz Dzieciol2-86/+145
2023-09-18igb: RX descriptors guest writting refactoringTomasz Dzieciol3-88/+96
2023-09-18igb: rename E1000E_RingInfo_stTomasz Dzieciol2-38/+38
2023-09-18igb: remove TCP ACK detectionTomasz Dzieciol1-5/+0
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich1-2/+29
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko1-0/+3
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko4-3/+7
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-08-31hw/net/i82596: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater1-2/+2
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki2-2/+2
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov1-0/+1
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-0/+54
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki1-6/+1
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki2-6/+33
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng1-8/+0
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng1-11/+0
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng1-14/+0
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng1-9/+0
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng1-18/+0
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng1-10/+0
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-07-07sungem: Add WOL MMIONicholas Piggin2-0/+54
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha1-1/+6
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha1-0/+1
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-2/+2
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei1-1/+1
2023-06-26hw/net/virtio-net: make some VirtIONet constHawkins Jiawei1-1/+1
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland1-31/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2-56/+56
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal3-0/+2115
2023-05-23rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi1-0/+3
2023-05-23vmxnet3: Do not depend on PCAkihiko Odaki1-1/+1
2023-05-23igb: Clear-on-read ICR when ICR.INTA is setAkihiko Odaki1-0/+2
2023-05-23igb: Notify only new interruptsAkihiko Odaki2-126/+86