aboutsummaryrefslogtreecommitdiff
path: root/hw/net/net_tx_pkt.c
AgeCommit message (Expand)Author
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé
2024-03-29hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko 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-03-28hw/net/net_tx_pkt: Align l3_hdrAkihiko Odaki
2023-03-28hw/net/net_tx_pkt: Ignore ECN bitAkihiko Odaki
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Check the payload lengthAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki
2023-03-10hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki
2023-03-10net: Check L4 header sizeAkihiko Odaki
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2021-07-19hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth
2021-03-15tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang
2020-08-04hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()Mauro Matteo Cascella
2020-07-21hw/net: Added plen fix for IPv6Andrew
2020-07-15hw/net: Added CSO for IPv6Andrew
2018-03-02net: fix misaligned member accessMarc-André Lureau
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2016-08-18net: vmxnet: use g_new for pkt initialisationLi Qiang
2016-08-09net: check fragment length during fragmentationPrasad J Pandit
2016-06-16clean-includes: run it once morePaolo Bonzini
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman