]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: Use crc32c library for checksum calculations.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sun, 16 Dec 2007 22:06:41 +0000 (14:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:58:20 +0000 (14:58 -0800)
commit39d9240fe08d879f4cf8c6cab8e049c99eba0cf1
tree811087dfc2e70d7ef120815c7471c943ac193f6d
parentc515b01c299bb4f4b9ce52eeef3255aaf43da159
[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 <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/checksum.h [new file with mode: 0644]
include/net/sctp/sctp.h
net/sctp/Kconfig
net/sctp/Makefile
net/sctp/crc32c.c [deleted file]
net/sctp/input.c
net/sctp/output.c