aboutsummaryrefslogtreecommitdiff
path: root/hw/net/net_tx_pkt.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki1-0/+8
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki1-11/+20
2023-05-23hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki1-0/+9
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki1-1/+2
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki1-9/+12
2023-03-10hw/net/net_tx_pkt: Automatically determine if virtio-net header is usedAkihiko Odaki1-2/+1
2023-03-10net: Check L4 header sizeAkihiko Odaki1-1/+2
2020-07-21hw/net: Added plen fix for IPv6Andrew1-0/+14
2016-06-16clean-includes: run it once morePaolo Bonzini1-1/+0
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman1-2/+3
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman1-8/+52
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman1-0/+146