summaryrefslogtreecommitdiff
path: root/hw/net/net_rx_pkt.c
AgeCommit message (Expand)AuthorFilesLines
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