aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-23rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi1-0/+3
2023-05-23vmxnet3: Do not depend on PCAkihiko Odaki1-1/+1
2023-05-23igb: Clear-on-read ICR when ICR.INTA is setAkihiko Odaki1-0/+2
2023-05-23igb: Notify only new interruptsAkihiko Odaki2-126/+86
2023-05-23e1000e: Notify only new interruptsAkihiko Odaki3-88/+69
2023-05-23igb: Implement Tx timestampAkihiko Odaki2-0/+10
2023-05-23igb: Implement Rx PTP2 timestampAkihiko Odaki3-41/+127
2023-05-23igb: Implement igb-specific oversize checkAkihiko Odaki1-15/+21
2023-05-23igb: Filter with the second VLAN tag for extended VLANAkihiko Odaki1-5/+18
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki4-21/+30
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki3-5/+33
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki4-12/+73
2023-05-23igb: Use UDP for RSS hashAkihiko Odaki2-0/+19
2023-05-23igb: Implement MSI-X single vector modeAkihiko Odaki1-2/+7
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki1-4/+7
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-9/+7
2023-05-23igb: Rename a variable in igb_receive_internal()Akihiko Odaki1-6/+6
2023-05-23e1000e: Rename a variable in e1000e_receive_internal()Akihiko Odaki1-9/+9
2023-05-23igb: Clear EICR bits for delayed MSI-X interruptsAkihiko Odaki1-9/+12
2023-05-23igb: Fix igb_mac_reg_init coding style alignmentAkihiko Odaki1-48/+48
2023-05-23igb: Share common VF constantsAkihiko Odaki3-12/+13
2023-05-23igb: Add more definitions for Tx descriptorAkihiko Odaki2-7/+29
2023-05-23vmxnet3: Reset packet state after emptying Tx queueAkihiko Odaki1-1/+2
2023-05-23e1000e: Reset packet state after emptying Tx queueAkihiko Odaki1-4/+2
2023-05-23igb: Read DCMD.VLE of the first Tx descriptorAkihiko Odaki1-1/+1
2023-05-23igb: Remove gotoAkihiko Odaki1-1/+1
2023-05-23igb: Always log status after building rx metadataAkihiko Odaki1-2/+1
2023-05-23e1000e: Always log status after building rx metadataAkihiko Odaki1-2/+1
2023-05-23e1000x: Rename TcpIpv6 into TcpIpv6ExAkihiko Odaki4-21/+21
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-5/+5
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki6-119/+56
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-1/+1
2023-05-23hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki2-14/+0
2023-05-23igb: Always copy ethernet headerAkihiko Odaki1-20/+23
2023-05-23e1000e: Always copy ethernet headerAkihiko Odaki1-16/+10
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki5-17/+23
2023-05-23igb: Clear IMS bits when committing ICR accessAkihiko Odaki1-4/+4
2023-05-23igb: Do not require CTRL.VME for tx VLAN taggingAkihiko Odaki1-1/+1
2023-05-23igb: Fix Rx packet type encodingAkihiko Odaki2-19/+24
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki5-45/+33
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki5-53/+54
2023-05-23hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki2-20/+42
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com4-12/+8
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio PĂ©rez1-1/+0
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth2-2/+2
2023-05-02hw/net/allwinner-sun8i-emac: Correctly byteswap descriptor fieldsPeter Maydell1-7/+15
2023-05-02hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell1-7/+11
2023-05-02hw/net: npcm7xx_emc: set MAC in register spacePatrick Venture1-7/+25
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-1/+2
2023-04-20hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO busGuenter Roeck1-4/+23