aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)Author
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier
2023-07-07sungem: Add WOL MMIONicholas Piggin
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2023-06-26virtio-net: expose virtio_net_supported_guest_offloads()Hawkins Jiawei
2023-06-26hw/net/virtio-net: make some VirtIONet constHawkins Jiawei
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal
2023-05-23rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi
2023-05-23vmxnet3: Do not depend on PCAkihiko Odaki
2023-05-23igb: Clear-on-read ICR when ICR.INTA is setAkihiko Odaki
2023-05-23igb: Notify only new interruptsAkihiko Odaki
2023-05-23e1000e: Notify only new interruptsAkihiko Odaki
2023-05-23igb: Implement Tx timestampAkihiko Odaki
2023-05-23igb: Implement Rx PTP2 timestampAkihiko Odaki
2023-05-23igb: Implement igb-specific oversize checkAkihiko Odaki
2023-05-23igb: Filter with the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-23igb: Use UDP for RSS hashAkihiko Odaki
2023-05-23igb: Implement MSI-X single vector modeAkihiko Odaki
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki
2023-05-23igb: Rename a variable in igb_receive_internal()Akihiko Odaki
2023-05-23e1000e: Rename a variable in e1000e_receive_internal()Akihiko Odaki
2023-05-23igb: Clear EICR bits for delayed MSI-X interruptsAkihiko Odaki
2023-05-23igb: Fix igb_mac_reg_init coding style alignmentAkihiko Odaki
2023-05-23igb: Share common VF constantsAkihiko Odaki
2023-05-23igb: Add more definitions for Tx descriptorAkihiko Odaki
2023-05-23vmxnet3: Reset packet state after emptying Tx queueAkihiko Odaki
2023-05-23e1000e: Reset packet state after emptying Tx queueAkihiko Odaki