aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/auth.c
AgeCommit message (Expand)Author
2023-04-21sctp: delete the nested flexible array hmacXin Long
2022-09-30sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long
2021-08-03sctp: move the active_key update after sh_keys is addedXin Long
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet
2020-08-24net: sctp: auth.c: delete duplicated wordsRandy Dunlap
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-05-08sctp: use crypto_shash_tfm_digest()Eric Biggers
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long
2018-03-14sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEYXin Long
2018-03-14sctp: add refcnt support for sh_keyXin Long
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_cid_tXin Long
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-01-27sctp: Use shashHerbert Xu
2015-11-15sctp: translate host order to network order when setting a hmacidlucien
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich
2013-12-26sctp: fix checkpatch errors with open brace '{' and trailing statementswangweidong
2013-12-26sctp: fix checkpatch errors with indentwangweidong
2013-12-26sctp: fix checkpatch errors with (foo*)|foo * bar|foo* barwangweidong
2013-12-26sctp: fix checkpatch errors with space required or prohibitedwangweidong
2013-12-06sctp: Fix FSF address in file headersJeff Kirsher
2013-10-28sctp: merge two if statements to onewangweidong
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann
2013-02-07net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs callsDaniel Borkmann
2013-02-07net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2011-11-29sctp: better integer overflow check in sctp_auth_create_key()Xi Wang
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-01-08fix similar typos to successfullColy Li
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer