summaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c
AgeCommit message (Expand)AuthorLines
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann-2/+0
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich-11/+6
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong-2/+1
2013-12-26sctp: fix checkpatch errors with indentwangweidong-6/+6
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong-3/+3
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong-3/+3
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher-3/+2
2013-10-28sctp: merge two if statements to onewangweidong-9/+5
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann-6/+0
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann-1/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann-5/+3
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann-9/+12
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann-1/+1
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter-1/+1
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman-4/+16
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-3/+3
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-01-08fix similar typos to successfullColy Li-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer-2/+2
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich-0/+3
2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich-0/+4
2008-02-28[SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich-2/+2
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich-4/+4
2008-02-05[SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identi...Wei Yongjun-3/+3
2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich-0/+2
2007-11-29SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich-1/+1
2007-10-29SCTP endianness annotations regressionAl Viro-2/+2
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu-2/+1
2007-10-26[SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk-3/+3
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-3/+1
2007-10-22Update net/ to use sg helpersJens Axboe-1/+2
2007-10-10[SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich-0/+193
2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich-0/+745