aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-23e1000e: Notify only new interruptsAkihiko Odaki3-88/+69
2023-05-23igb: Implement Tx timestampAkihiko Odaki2-0/+10
2023-05-23igb: Implement Rx PTP2 timestampAkihiko Odaki3-41/+127
2023-05-23igb: Implement igb-specific oversize checkAkihiko Odaki1-15/+21
2023-05-23igb: Filter with the second VLAN tag for extended VLANAkihiko Odaki1-5/+18
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki4-21/+30
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki3-5/+33
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki4-12/+73
2023-05-23igb: Use UDP for RSS hashAkihiko Odaki2-0/+19
2023-05-23igb: Implement MSI-X single vector modeAkihiko Odaki1-2/+7
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki1-4/+7
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-9/+7
2023-05-23igb: Rename a variable in igb_receive_internal()Akihiko Odaki1-6/+6
2023-05-23e1000e: Rename a variable in e1000e_receive_internal()Akihiko Odaki1-9/+9
2023-05-23igb: Clear EICR bits for delayed MSI-X interruptsAkihiko Odaki1-9/+12
2023-05-23igb: Fix igb_mac_reg_init coding style alignmentAkihiko Odaki1-48/+48
2023-05-23igb: Share common VF constantsAkihiko Odaki3-12/+13
2023-05-23igb: Add more definitions for Tx descriptorAkihiko Odaki2-7/+29
2023-05-23vmxnet3: Reset packet state after emptying Tx queueAkihiko Odaki1-1/+2
2023-05-23e1000e: Reset packet state after emptying Tx queueAkihiko Odaki1-4/+2