index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
net_tx_pkt.c
Age
Commit message (
Expand
)
Author
2024-04-10
hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
Philippe Mathieu-Daudé
2024-03-29
hw/net/net_tx_pkt: Fix virtio header without checksum offloading
Akihiko Odaki
2023-05-23
igb: Implement Tx SCTP CSO
Akihiko Odaki
2023-05-23
net/eth: Always add VLAN tag
Akihiko Odaki
2023-05-23
net/eth: Rename eth_setup_vlan_headers_ex
Akihiko Odaki
2023-05-23
hw/net/net_tx_pkt: Decouple interface from PCI
Akihiko Odaki
2023-05-23
hw/net/net_tx_pkt: Decouple implementation from PCI
Akihiko Odaki
2023-03-28
hw/net/net_tx_pkt: Align l3_hdr
Akihiko Odaki
2023-03-28
hw/net/net_tx_pkt: Ignore ECN bit
Akihiko Odaki
2023-03-28
igb: Fix DMA requester specification for Tx packet
Akihiko Odaki
2023-03-10
hw/net/net_tx_pkt: Check the payload length
Akihiko Odaki
2023-03-10
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
2023-03-10
e1000e: Perform software segmentation for loopback
Akihiko Odaki
2023-03-10
hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
Akihiko Odaki
2023-03-10
net: Check L4 header size
Akihiko Odaki
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2021-07-19
hw/net/net_tx_pkt: Fix crash detected by fuzzer
Thomas Huth
2021-03-15
tx_pkt: switch to use qemu_receive_packet_iov() for loopback
Jason Wang
2020-08-04
hw/net/net_tx_pkt: fix assertion failure in net_tx_pkt_add_raw_fragment()
Mauro Matteo Cascella
2020-07-21
hw/net: Added plen fix for IPv6
Andrew
2020-07-15
hw/net: Added CSO for IPv6
Andrew
2018-03-02
net: fix misaligned member access
Marc-André Lureau
2017-11-20
net: Transmit zero UDP checksum as 0xFFFF
Ed Swierk
2016-08-18
net: vmxnet: use g_new for pkt initialisation
Li Qiang
2016-08-09
net: check fragment length during fragmentation
Prasad J Pandit
2016-06-16
clean-includes: run it once more
Paolo Bonzini
2016-06-02
vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*
Dmitry Fleytman
2016-06-02
net_pkt: Extend packet abstraction as required by e1000e functionality
Dmitry Fleytman
2016-06-02
net_pkt: Name vmxnet3 packet abstractions more generic
Dmitry Fleytman