summaryrefslogtreecommitdiff
path: root/net/checksum.c
AgeCommit message (Collapse)Author
2015-01-23net: Add a separate file for IP checksummingSimon Glass
Move the checksum code out into its own file so it can be used elsewhere. Also use a new version which supports a length which is not a multiple of 2 and add a new function to add two checksums. Signed-off-by: Simon Glass <sjg@chromium.org>