aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki8-166/+150
2023-03-10e1000e: Count CRC in Tx statisticsAkihiko Odaki1-1/+1
2023-03-10e1000: Count CRC in Tx statisticsAkihiko Odaki1-2/+2
2023-03-10e1000e: Combine rx tracesAkihiko Odaki2-7/+4
2023-03-10MAINTAINERS: Add e1000e test filesAkihiko Odaki1-0/+2
2023-03-10MAINTAINERS: Add Akihiko Odaki as a e1000e reviewerAkihiko Odaki1-0/+2
2023-03-10e1000e: Do not assert when MSI-X is disabled laterAkihiko Odaki1-4/+0
2023-03-10hw/net/net_tx_pkt: Check the payload lengthAkihiko Odaki1-0/+6
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki3-74/+206
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki5-51/+88
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki6-45/+9
2023-03-10hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki4-17/+14
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki4-4/+47
2023-03-10e1000x: Alter the signature of e1000x_is_vlan_packetAkihiko Odaki2-2/+2
2023-03-10net: Check L4 header sizeAkihiko Odaki4-16/+33
2023-03-10e1000e: Remove extra pointer indirectionAkihiko Odaki1-19/+19
2023-03-10e1000e: Set MII_ANER_NWAYAkihiko Odaki1-1/+1
2023-03-10e1000e: Introduce e1000_rx_desc_unionAkihiko Odaki2-59/+57
2023-03-10e1000e: Configure ResettableClassAkihiko Odaki2-5/+7
2023-03-10e1000: Configure ResettableClassAkihiko Odaki1-9/+4
2023-03-10e1000e: Improve software resetAkihiko Odaki1-5/+19
2023-03-10e1000e: Remove pending interrupt flagsAkihiko Odaki4-23/+5
2023-03-10e1000e: Use memcpy to intialize registersAkihiko Odaki1-2/+2
2023-03-10e1000: Use memcpy to intialize registersAkihiko Odaki1-2/+2
2023-03-10e1000e: Use more constant definitionsAkihiko Odaki2-22/+34
2023-03-10e1000: Use more constant definitionsAkihiko Odaki4-25/+41
2023-03-10e1000e: Mask registers when writingAkihiko Odaki1-44/+32
2023-03-10e1000e: Introduce E1000E_LOW_BITS_SET_FUNCAkihiko Odaki1-10/+8
2023-03-10e1000: Mask registers when writingAkihiko Odaki1-53/+31
2023-03-10e1000: Use hw/net/mii.hAkihiko Odaki6-144/+101
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki4-24/+10
2023-03-10hw/net: Add more MII definitionsAkihiko Odaki1-1/+12
2023-03-10e1000e: Fix the code styleAkihiko Odaki5-158/+168
2023-03-09Merge tag 'qemu-openbios-20230307' of https://github.com/mcayland/qemu into s...Peter Maydell4-0/+0
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell93-1818/+2462
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell6-156/+637
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell16-80/+219
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell53-927/+5804
2023-03-09Merge tag 'pull-aspeed-20230307' of https://github.com/legoater/qemu into sta...Peter Maydell4-9/+17
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell34-169/+768
2023-03-08pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fixThomas Huth1-0/+0
2023-03-08pc-bios: Add support for List-Directed IPL from ECKD DASDJared Rossi2-39/+148
2023-03-08docs/config: Set the "kvm" accelerator via "[accel]" sectionThomas Huth5-2/+12
2023-03-08tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfgThomas Huth2-0/+22
2023-03-08tests/qtest/readconfig: Rework test_object_rng_resp into a generic functionThomas Huth1-7/+8
2023-03-08gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobsThomas Huth1-14/+0
2023-03-08docs/about/deprecated: Deprecate 32-bit arm hosts for system emulationThomas Huth1-0/+9
2023-03-08log: Remove unneeded new lineBALATON Zoltan1-1/+1
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen1-4/+10
2023-03-08ui/cocoa: Override windowDidResignKeyAkihiko Odaki1-3/+8