aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2023-05-23igb: Read DCMD.VLE of the first Tx descriptorAkihiko Odaki
2023-05-23igb: Remove gotoAkihiko Odaki
2023-05-23igb: Always log status after building rx metadataAkihiko Odaki
2023-05-23e1000e: Always log status after building rx metadataAkihiko Odaki
2023-05-23e1000x: Rename TcpIpv6 into TcpIpv6ExAkihiko Odaki
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki
2023-05-23hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki
2023-05-23igb: Always copy ethernet headerAkihiko Odaki
2023-05-23e1000e: Always copy ethernet headerAkihiko Odaki
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-05-23igb: Clear IMS bits when committing ICR accessAkihiko Odaki
2023-05-23igb: Do not require CTRL.VME for tx VLAN taggingAkihiko Odaki
2023-05-23igb: Fix Rx packet type encodingAkihiko Odaki
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki
2023-05-23hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com
2023-05-22hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallelThomas Huth
2023-05-22hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth
2023-05-22hw/sh4: Use MachineClass->default_nic in the sh4 r2d machineThomas Huth
2023-05-22hw/s390x: Use MachineClass->default_nic in the s390x machineThomas Huth
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth
2023-05-22hw/i386/Kconfig: ISAPC works fine without VGA_ISAThomas Huth
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron
2023-05-19hw/pci-bridge: make building pcie-to-pci bridge configurableSebastian Ott
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov