summary refs log tree commit diff stats
path: root/hw/net/net_tx_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()"Akihiko Odaki2025-03-101-4/+0
* tap: Remove qemu_using_vnet_hdr()Akihiko Odaki2024-06-041-2/+2
* hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé2024-04-101-0/+4
* hw/net/net_tx_pkt: Fix virtio header without checksum offloadingAkihiko Odaki2024-03-291-0/+1
* igb: Implement Tx SCTP CSOAkihiko Odaki2023-05-231-0/+18
* net/eth: Always add VLAN tagAkihiko Odaki2023-05-231-9/+7
* net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki2023-05-231-1/+1
* hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki2023-05-231-23/+13
* hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki2023-05-231-20/+33
* hw/net/net_tx_pkt: Align l3_hdrAkihiko Odaki2023-03-281-10/+11
* hw/net/net_tx_pkt: Ignore ECN bitAkihiko Odaki2023-03-281-2/+4
* igb: Fix DMA requester specification for Tx packetAkihiko Odaki2023-03-281-1/+2
* hw/net/net_tx_pkt: Check the payload lengthAkihiko Odaki2023-03-101-0/+6
* hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki2023-03-101-42/+206
* e1000e: Perform software segmentation for loopbackAkihiko Odaki2023-03-101-40/+36
* hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki2023-03-101-9/+10
* net: Check L4 header sizeAkihiko Odaki2023-03-101-3/+10
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* hw/net/net_tx_pkt: Fix crash detected by fuzzerThomas Huth2021-07-191-5/+7
* tx_pkt: switch to use qemu_receive_packet_iov() for loopbackJason Wang2021-03-151-1/+1
* hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()Mauro Matteo Cascella2020-08-041-1/+4
* hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+23
* hw/net: Added CSO for IPv6Andrew2020-07-151-3/+12
* net: fix misaligned member accessMarc-André Lureau2018-03-021-1/+1
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-1/+1
* net: vmxnet: use g_new for pkt initialisationLi Qiang2016-08-181-3/+2
* net: check fragment length during fragmentationPrasad J Pandit2016-08-091-1/+1
* clean-includes: run it once morePaolo Bonzini2016-06-161-0/+1
* vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman2016-06-021-5/+11
* net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-021-77/+127
* net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman2016-06-021-0/+581