aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/checksum.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+1
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner1-16/+1
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2017-11-28sctp: force the params with right types for sctp csum apisXin Long1-6/+7
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher1-3/+2
2013-11-03net: sctp: fix and consolidate SCTP checksumming codeDaniel Borkmann1-37/+19
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann1-6/+0
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-0/+15
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann1-1/+1
2013-07-02net: sctp: prevent checksum.h from double inclusionDaniel Borkmann1-0/+5
2013-04-29sctp: Correct type and usage of sctp_end_cksum()Simon Horman1-1/+1
2009-02-16sctp: Clean up sctp checksumming codeVlad Yasevich1-7/+7
2009-01-22sctp: Fix crc32c calculations on big-endian arhes.Vlad Yasevich1-1/+1
2008-07-18sctp: remove unnecessary byteshifting, calculate directly in big-endianHarvey Harrison1-9/+14
2008-01-28[SCTP]: Use crc32c library for checksum calculations.Vlad Yasevich1-0/+78