| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-19 | sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication | Eric Biggers | 1 | -137/+29 |
| 2023-04-21 | sctp: delete the nested flexible array hmac | Xin Long | 1 | -1/+1 |
| 2022-09-30 | sctp: handle the error returned from sctp_auth_asoc_init_active_key | Xin Long | 1 | -4/+14 |
| 2021-08-03 | sctp: move the active_key update after sh_keys is added | Xin Long | 1 | -5/+9 |
| 2021-07-21 | sctp: update active_key for asoc when old key is being replaced | Xin Long | 1 | -0/+2 |
| 2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2020-10-08 | sctp: fix sctp_auth_init_hmacs() error path | Eric Dumazet | 1 | -0/+1 |
| 2020-08-24 | net: sctp: auth.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -1/+1 |
| 2020-05-08 | sctp: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -8/+2 |
| 2019-08-19 | sctp: add sctp_auth_init and sctp_auth_free | Xin Long | 1 | -0/+69 |
| 2019-08-19 | sctp: use ep and asoc auth_enable properly | Xin Long | 1 | -7/+25 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
| 2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
| 2019-03-08 | sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init() | Xin Long | 1 | -6/+0 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+3 |
| 2018-03-14 | sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT | Xin Long | 1 | -0/+14 |
| 2018-03-14 | sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY | Xin Long | 1 | -3/+43 |
| 2018-03-14 | sctp: add refcnt support for sh_key | Xin Long | 1 | -43/+43 |
| 2017-07-16 | sctp: remove the typedef sctp_hmac_algo_param_t | Xin Long | 1 | -2/+2 |
| 2017-07-16 | sctp: remove the typedef sctp_chunks_param_t | Xin Long | 1 | -2/+2 |
| 2017-07-16 | sctp: remove the typedef sctp_random_param_t | Xin Long | 1 | -5/+4 |
| 2017-07-04 | net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-07-01 | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 1 | -9/+13 |
| 2017-07-01 | sctp: remove the typedef sctp_cid_t | Xin Long | 1 | -3/+3 |
| 2016-09-10 | sctp: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
| 2016-01-27 | sctp: Use shash | Herbert Xu | 1 | -17/+19 |
| 2015-11-15 | sctp: translate host order to network order when setting a hmacid | lucien | 1 | -2/+2 |
| 2015-06-12 | sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO | Marcelo Ricardo Leitner | 1 | -1/+10 |
| 2014-11-11 | net: sctp: fix memory leak in auth key management | Daniel Borkmann | 1 | -2/+0 |
| 2014-04-18 | net: sctp: cache auth_enable per endpoint | Vlad Yasevich | 1 | -11/+6 |
| 2013-12-26 | sctp: fix checkpatch errors with open brace '{' and trailing statements | wangweidong | 1 | -2/+1 |
| 2013-12-26 | sctp: fix checkpatch errors with indent | wangweidong | 1 | -6/+6 |
| 2013-12-26 | sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar | wangweidong | 1 | -3/+3 |
| 2013-12-26 | sctp: fix checkpatch errors with space required or prohibited | wangweidong | 1 | -3/+3 |
| 2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
| 2013-10-28 | sctp: merge two if statements to one | wangweidong | 1 | -9/+5 |
| 2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
| 2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -1/+1 |
| 2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-02-08 | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key | Daniel Borkmann | 1 | -5/+3 |
| 2013-02-07 | net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls | Daniel Borkmann | 1 | -9/+12 |
| 2013-02-07 | net: sctp: sctp_auth_key_put: use kzfree instead of kfree | Daniel Borkmann | 1 | -1/+1 |
| 2012-08-16 | sctp: fix bogus if statement in sctp_auth_recv_cid() | Dan Carpenter | 1 | -1/+1 |
| 2012-08-14 | sctp: Make sysctl tunables per net | Eric W. Biederman | 1 | -4/+16 |
| 2011-11-29 | sctp: better integer overflow check in sctp_auth_create_key() | Xi Wang | 1 | -1/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
| 2010-10-03 | sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() | Dan Rosenberg | 1 | -2/+6 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2009-01-08 | fix similar typos to successfull | Coly Li | 1 | -1/+1 |
| 2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -2/+2 |
| 2008-08-27 | sctp: fix random memory dereference with SCTP_HMAC_IDENT option. | Vlad Yasevich | 1 | -0/+3 |
| 2008-08-25 | sctp: add verification checks to SCTP_AUTH_KEY option | Vlad Yasevich | 1 | -0/+4 |
| 2008-02-28 | [SCTP]: Update AUTH structures to match declarations in draft-16. | Vlad Yasevich | 1 | -2/+2 |
| 2008-02-05 | [SCTP]: Stop claiming that this is a "reference implementation" | Vlad Yasevich | 1 | -4/+4 |
| 2008-02-05 | [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identi... | Wei Yongjun | 1 | -3/+3 |
| 2007-11-29 | SCTP: Fix build issues with SCTP AUTH. | Vlad Yasevich | 1 | -0/+2 |
| 2007-11-29 | SCTP: Fix chunk acceptance when no authenticated chunks were listed. | Vlad Yasevich | 1 | -1/+1 |
| 2007-10-29 | SCTP endianness annotations regression | Al Viro | 1 | -2/+2 |
| 2007-10-27 | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 1 | -2/+1 |
| 2007-10-26 | [SCTP] net/sctp/auth.c: make 3 functions static | Adrian Bunk | 1 | -3/+3 |
| 2007-10-24 | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 1 | -3/+1 |
| 2007-10-22 | Update net/ to use sg helpers | Jens Axboe | 1 | -1/+2 |
| 2007-10-10 | [SCTP]: API updates to suport SCTP-AUTH extensions. | Vlad Yasevich | 1 | -0/+193 |
| 2007-10-10 | [SCTP]: Implement SCTP-AUTH internals | Vlad Yasevich | 1 | -0/+745 |