summary refs log tree commit diff stats
path: root/hw/net/net_tx_pkt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* igb: Implement Tx SCTP CSOAkihiko Odaki2023-05-231-0/+8
* hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki2023-05-231-11/+20
* hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki2023-05-231-0/+9
* igb: Fix DMA requester specification for Tx packetAkihiko Odaki2023-03-281-1/+2
* e1000e: Perform software segmentation for loopbackAkihiko Odaki2023-03-101-9/+12
* hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki2023-03-101-2/+1
* net: Check L4 header sizeAkihiko Odaki2023-03-101-1/+2
* hw/net: Added plen fix for IPv6Andrew2020-07-211-0/+14
* clean-includes: run it once morePaolo Bonzini2016-06-161-1/+0
* vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman2016-06-021-2/+3
* net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-021-8/+52
* net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman2016-06-021-0/+146