aboutsummaryrefslogtreecommitdiff
path: root/hw/net/net_rx_pkt.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-9/+6
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-11/+53
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki1-4/+7
2023-05-23hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki1-5/+0
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-9/+5
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-23/+25
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-43/+43
2023-03-10e1000e: Perform software segmentation for loopbackAkihiko Odaki1-0/+7
2023-03-10hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdrAkihiko Odaki1-10/+1
2020-03-03NetRxPkt: fix hash calculation of IPV6 TCPYuri Benditovich1-1/+1
2020-03-03NetRxPkt: Introduce support for additional hash typesYuri Benditovich1-0/+42
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk1-1/+1
2017-03-06NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()Dmitry Fleytman1-4/+5
2017-03-06NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman1-1/+1
2017-03-06NetRxPkt: Do not try to pull more data than presentDmitry Fleytman1-1/+2
2017-03-06NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman1-17/+17
2017-03-06net: Remove useless local var pktFam Zheng1-1/+0
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman1-30/+443
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman1-0/+187