summaryrefslogtreecommitdiffstats
path: root/hw/net/net_rx_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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