summaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-1/+1
|\
| * net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-02-071-1/+1
* | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann2013-02-081-5/+3
* | net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann2013-02-071-9/+12
|/
* sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter2012-08-161-1/+1
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-141-4/+16
* sctp: better integer overflow check in sctp_auth_create_key()Xi Wang2011-11-291-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg2010-10-031-2/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* fix similar typos to successfullColy Li2009-01-081-1/+1
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2008-08-271-0/+3
* sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2008-08-251-0/+4
* [SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich2008-02-281-2/+2
* [SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich2008-02-051-4/+4
* [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identi...Wei Yongjun2008-02-051-3/+3
* SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich2007-11-291-0/+2
* SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich2007-11-291-1/+1
* SCTP endianness annotations regressionAl Viro2007-10-291-2/+2
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+1
* [SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk2007-10-261-3/+3
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-3/+1
* Update net/ to use sg helpersJens Axboe2007-10-221-1/+2
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-101-0/+193
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-101-0/+745