aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell10-93/+253
2023-03-28igb: respect VMVIR and VMOLR for VLANSriram Yagnaraman1-13/+49
2023-03-28igb: implement VF Tx and Rx statsSriram Yagnaraman1-4/+22
2023-03-28igb: respect E1000_VMOLR_RSSESriram Yagnaraman1-1/+8
2023-03-28igb: check oversized packets for VMDqSriram Yagnaraman1-5/+36
2023-03-28igb: implement VFRE and VFTE registersSriram Yagnaraman3-7/+35
2023-03-28igb: add ICR_RXDWSriram Yagnaraman2-1/+5
2023-03-28igb: handle PF/VF reset properlySriram Yagnaraman3-12/+31
2023-03-28hw/net/net_tx_pkt: Align l3_hdrAkihiko Odaki1-10/+11
2023-03-28hw/net/net_tx_pkt: Ignore ECN bitAkihiko Odaki1-2/+4
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki5-12/+17
2023-03-28igb: Save more Tx statesAkihiko Odaki3-32/+41
2023-03-27hw/nvme: fix missing DNR on compare failureKlaus Jensen1-3/+3
2023-03-27hw/nvme: Change alignment in dma functions for nvme_blk_*Mateusz Kozlowski1-10/+10
2023-03-24Merge tag 'pull-request-2023-03-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell7-481/+481
2023-03-24hw/xenpv: Initialize Xen backend operationsDavid Woodhouse1-0/+2
2023-03-24hw/block: replace TABs with spaceYeqi Fu4-245/+245
2023-03-24hw/ide: replace TABs with spaceYeqi Fu3-236/+236
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson30-0/+39
2023-03-21hw/usb/imx: Fix out of bounds access in imx_usbphy_read()Guenter Roeck1-2/+17
2023-03-21hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settingsPeter Maydell1-2/+4
2023-03-20replace TABs with spacesYeqi Fu11-772/+772
2023-03-15Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Peter Maydell1-0/+6
2023-03-15hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE updateDavid Woodhouse1-2/+1
2023-03-14ps2: Don't send key release event for Lang1, Lang2 keysRoss Lagerwall1-0/+6
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau3-5/+5
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-2/+2
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell29-1872/+8174
2023-03-10Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell25-248/+912
2023-03-10Intrdocue igb device emulationAkihiko Odaki9-0/+6006
2023-03-10e1000: Split header filesAkihiko Odaki8-1027/+1076
2023-03-10pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki1-0/+5
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki6-86/+126
2023-03-10e1000e: Implement system clockAkihiko Odaki7-5/+103
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki6-115/+106
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-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 Odaki1-42/+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-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