commit | d461873272169a3fc3a8d155d7b1c92e9d97b419 | [log] [tgz] |
---|---|---|
author | Lars Persson <lars.persson@axis.com> | Tue Jan 12 15:28:13 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 12 12:03:30 2016 -0500 |
tree | 6c2831b545a1c90aff7e09aa8bc92f649ce9196c | |
parent | 47b356e499f26d330ab6ae4019e8c05f994be62d [diff] |
dwc_eth_qos: Fix dma address for multi-fragment skbs The offset inside the fragment was not used for the dma address and silent data corruption resulted because TSO makes the checksum match. Fixes: 077742dac2c7 ("dwc_eth_qos: Add support for Synopsys DWC Ethernet QoS") Signed-off-by: Lars Persson <larper@axis.com> Signed-off-by: David S. Miller <davem@davemloft.net>