aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23tests/avocado: Remove test_igb_nomsi_kvmAkihiko Odaki
2023-05-23tests/avocado: Remove unused importsAkihiko Odaki
2023-05-23Fix references to igb Avocado testAkihiko 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-22Merge tag 'pull-qapi-2023-05-17-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-05-22Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-22memory: stricter checks prior to unsetting engaged_in_ioAlexander Bulekov
2023-05-22acpi/tests/avocado/bits: enable bios bits avocado tests on gitlab CI pipelineAni Sinha
2023-05-22docs/interop: Delete qmp-intro.txtPeter Maydell
2023-05-22docs/interop/qmp-spec: Update error description for parsing errorsPeter Maydell
2023-05-22docs/interop: Convert qmp-spec.txt to rSTPeter Maydell
2023-05-22qapi: Improve error message for description following sectionMarkus Armbruster
2023-05-22.gitlab-ci.d/buildtest.yml: Run full "make check" with --without-default-devicesThomas Huth
2023-05-22tests/qemu-iotests/172: Run QEMU with -vga none and -nic noneThomas Huth
2023-05-22tests/qtest/meson.build: Run the net filter tests only with default devicesThomas Huth
2023-05-22tests/qtest: Check for the availability of virtio-ccw devices before using themThomas Huth
2023-05-22tests/qtest/virtio-ccw-test: Remove superfluous testsThomas Huth
2023-05-22tests/qtest/cdrom-test: Fix the test to also work without optional devicesThomas Huth
2023-05-22tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not availableThomas Huth
2023-05-22tests/qtest/readconfig-test: Check for the availability of USB controllersThomas Huth
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