aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-08fix similar typos to successfullColy Li1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-2/+2
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich1-0/+3
2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich1-0/+4
2008-02-28[SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich1-2/+2
2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich1-4/+4
2008-02-05[SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identifierWei Yongjun1-3/+3
2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich1-0/+2
2007-11-29SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich1-1/+1
2007-10-29SCTP endianness annotations regressionAl Viro1-2/+2
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-2/+1
2007-10-26[SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk1-3/+3
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-22Update net/ to use sg helpersJens Axboe1-1/+2
2007-10-10[SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich1-0/+193
2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich1-0/+745