aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/lib/csum_partial_copy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06alpha: csum_partial_copy.c: add function prototypes from <net/checksum.h>Randy Dunlap1-0/+1
2020-08-20alpha: propagate the calling convention changes down to csum_partial_copy.c helpersAl Viro1-88/+69
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-14/+11
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-05-29alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user()Al Viro1-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-28alpha: add a helper for emitting exception table entriesAl Viro1-8/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-07alpha: move exports to actual definitionsAl Viro1-0/+2
2014-01-31alpha: fix broken network checksumMikulas Patocka1-2/+7
2013-11-16alpha: Prevent a NULL ptr dereference in csum_partial_copy.Jay Estabrook1-5/+5
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-0/+5
2007-10-20spelling fixes: arch/alpha/Simon Arlott1-1/+1
2006-12-02[NET]: Alpha checksum annotations and cleanups.Al Viro1-22/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+391