commit | d706f00f65146822c0097b796b3557ea8980c305 | [log] [tgz] |
---|---|---|
author | Daniel Hellstrom <daniel@gaisler.com> | Fri Sep 09 05:17:54 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 20 15:16:16 2011 -0400 |
tree | 59766229bebcaaccfc0a4b8633ec4dee0dba0e5a | |
parent | 6af29a963cecf426966d56935d60a984bd5594ea [diff] |
GRETH: avoid overwrite IP-stack's IP-frags checksum The GRETH GBIT core does not do checksum offloading for IP segmentation. This patch adds a check in the xmit function to determine if the stack has calculated the checksum for us. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>