index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
/
checksum.h
Age
Commit message (
Expand
)
Author
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
2025-02-08
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
Eric Biggers
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
2022-11-17
sctp: change to include linux/sctp.h in net/sctp/checksum.h
Xin Long
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-30
sctp: deduplicate identical skb_checksum_ops
Matteo Croce
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101
Thomas Gleixner
2019-03-18
sctp: get sctphdr by offset in sctp_compute_cksum
Xin Long
2017-11-28
sctp: force the params with right types for sctp csum apis
Xin Long
2013-12-06
include/net/: Fix FSF address in file headers
Jeff Kirsher
2013-11-03
net: sctp: fix and consolidate SCTP checksumming code
Daniel Borkmann
2013-08-09
net: sctp: trivial: update bug report in header comment
Daniel Borkmann
2013-07-27
net/sctp: Refactor SCTP skb checksum computation
Joe Stringer
2013-07-24
net: sctp: trivial: update mailing list address
Daniel Borkmann
2013-07-02
net: sctp: prevent checksum.h from double inclusion
Daniel Borkmann
2013-04-29
sctp: Correct type and usage of sctp_end_cksum()
Simon Horman
2009-02-16
sctp: Clean up sctp checksumming code
Vlad Yasevich
2009-01-22
sctp: Fix crc32c calculations on big-endian arhes.
Vlad Yasevich
2008-07-18
sctp: remove unnecessary byteshifting, calculate directly in big-endian
Harvey Harrison
2008-01-28
[SCTP]: Use crc32c library for checksum calculations.
Vlad Yasevich