summaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* sctp: Use shashHerbert Xu2016-01-271-17/+19
* sctp: translate host order to network order when setting a hmacidlucien2015-11-151-2/+2
* sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner2015-06-121-1/+10
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-111-2/+0
* net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-181-11/+6
* sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong2013-12-261-2/+1
* sctp: fix checkpatch errors with indentwangweidong2013-12-261-6/+6
* sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong2013-12-261-3/+3
* sctp: fix checkpatch errors with space required or prohibitedwangweidong2013-12-261-3/+3
* sctp: Fix FSF address in file headersJeff Kirsher2013-12-061-3/+2
* sctp: merge two if statements to onewangweidong2013-10-281-9/+5
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-091-6/+0
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-241-1/+1
* 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
OpenPOWER on IntegriCloud