From: Vlad Yasevich Date: Sun, 16 Dec 2007 22:06:41 +0000 (-0800) Subject: [SCTP]: Use crc32c library for checksum calculations. X-Git-Tag: v2.6.25-rc1~1162^2~1063 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad0977fe10bd5d052a6db7738afe017367c2e32;p=pandora-kernel.git [SCTP]: Use crc32c library for checksum calculations. The crc32c library used an identical table and algorithm as SCTP. Switch to using the library instead of carrying our own table. Using crypto layer proved to have too much overhead compared to using the library directly. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed