summary refs log tree commit diff stats
path: root/hw/net/net_rx_pkt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* igb: Strip the second VLAN tag for extended VLANAkihiko Odaki2023-05-231-9/+6
* igb: Implement Rx SCTP CSOAkihiko Odaki2023-05-231-11/+53
* hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki2023-05-231-4/+7
* hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki2023-05-231-5/+0
* net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki2023-05-231-9/+5
* net/eth: Introduce EthL4HdrProtoAkihiko Odaki2023-03-101-23/+25
* net/eth: Report if headers are actually presentAkihiko Odaki2023-03-101-43/+43
* e1000e: Perform software segmentation for loopbackAkihiko Odaki2023-03-101-0/+7
* hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki2023-03-101-10/+1
* NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich2020-03-031-1/+1
* NetRxPkt: Introduce support for additional hash typesYuri Benditovich2020-03-031-0/+42
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-1/+1
* NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()Dmitry Fleytman2017-03-061-4/+5
* NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman2017-03-061-1/+1
* NetRxPkt: Do not try to pull more data than presentDmitry Fleytman2017-03-061-1/+2
* NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman2017-03-061-17/+17
* net: Remove useless local var pktFam Zheng2017-03-061-1/+0
* net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-021-30/+443
* net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman2016-06-021-0/+187