aboutsummaryrefslogtreecommitdiff
path: root/hw/net/net_tx_pkt.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04tap: Remove qemu_using_vnet_hdr()Akihiko Odaki1-2/+2
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-03-29hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki1-0/+1
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki1-0/+18
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-9/+7
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-1/+1
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki1-23/+13
2023-05-23hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki1-20/+33
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 Odaki1-1/+2
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 Odaki1-40/+36
2023-03-10hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki1-9/+10
2023-03-10net: Check L4 header sizeAkihiko Odaki1-3/+10
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-07-19hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth1-5/+7
2021-03-15tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang1-1/+1
2020-08-04hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()Mauro Matteo Cascella1-1/+4
2020-07-21hw/net: Added plen fix for IPv6Andrew1-0/+23
2020-07-15hw/net: Added CSO for IPv6Andrew1-3/+12
2018-03-02net: fix misaligned member accessMarc-André Lureau1-1/+1
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-1/+1
2016-08-18net: vmxnet: use g_new for pkt initialisationLi Qiang1-3/+2
2016-08-09net: check fragment length during fragmentationPrasad J Pandit1-1/+1
2016-06-16clean-includes: run it once morePaolo Bonzini1-0/+1
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman1-5/+11
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman1-77/+127
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman1-0/+581