1. ae954bb sctp: move the active_key update after sh_keys is added by Xin Long · 3 years, 5 months ago
  2. 58acd10 sctp: update active_key for asoc when old key is being replaced by Xin Long · 3 years, 5 months ago
  3. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  4. d42ee76 sctp: fix sctp_auth_init_hmacs() error path by Eric Dumazet · 4 years, 3 months ago
  5. 861e702 net: sctp: auth.c: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
  6. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  7. 75b93c6 sctp: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  8. 03f9612 sctp: add sctp_auth_init and sctp_auth_free by Xin Long · 5 years ago
  9. 219f9ea sctp: use ep and asoc auth_enable properly by Xin Long · 5 years ago
  10. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  11. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  12. 60208f7 sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init() by Xin Long · 6 years ago
  13. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  14. ec2e506 sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENT by Xin Long · 7 years ago
  15. 601590e sctp: add sockopt SCTP_AUTH_DEACTIVATE_KEY by Xin Long · 7 years ago
  16. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  17. 1474774 sctp: remove the typedef sctp_hmac_algo_param_t by Xin Long · 7 years ago
  18. a762a9d sctp: remove the typedef sctp_chunks_param_t by Xin Long · 7 years ago
  19. b02db702 sctp: remove the typedef sctp_random_param_t by Xin Long · 7 years ago
  20. 6871584 net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  21. 3c91870 sctp: remove the typedef sctp_paramhdr_t by Xin Long · 8 years ago
  22. 6d85e68 sctp: remove the typedef sctp_cid_t by Xin Long · 8 years ago
  23. aebf5de sctp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  24. 5821c76 sctp: Use shash by Herbert Xu · 9 years ago
  25. ed5a377 sctp: translate host order to network order when setting a hmacid by lucien · 9 years ago
  26. ae36806 sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO by Marcelo Ricardo Leitner · 10 years ago
  27. 4184b2a net: sctp: fix memory leak in auth key management by Daniel Borkmann · 10 years ago
  28. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 11 years ago
  29. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  30. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  31. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 11 years ago
  32. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  33. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  34. 747edc0 sctp: merge two if statements to one by wangweidong · 11 years ago
  35. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  36. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  37. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. 03536e2 net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key by Daniel Borkmann · 12 years ago
  39. 241448c net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls by Daniel Borkmann · 12 years ago
  40. 586c31f net: sctp: sctp_auth_key_put: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  41. 02644a1 sctp: fix bogus if statement in sctp_auth_recv_cid() by Dan Carpenter · 12 years ago
  42. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  43. c89304b sctp: better integer overflow check in sctp_auth_create_key() by Xi Wang · 13 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  45. 51e97a1 sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() by Dan Rosenberg · 14 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  47. 73ac36e fix similar typos to successfull by Coly Li · 16 years ago
  48. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  49. d972405 sctp: fix random memory dereference with SCTP_HMAC_IDENT option. by Vlad Yasevich · 16 years ago
  50. 30c2235 sctp: add verification checks to SCTP_AUTH_KEY option by Vlad Yasevich · 16 years ago
  51. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 17 years ago
  52. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  53. 7cc08b5 [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identifier by Wei Yongjun · 17 years ago
  54. b7e0fe9 SCTP: Fix build issues with SCTP AUTH. by Vlad Yasevich · 17 years ago
  55. 555d3d5 SCTP: Fix chunk acceptance when no authenticated chunks were listed. by Vlad Yasevich · 17 years ago
  56. d06f608 SCTP endianness annotations regression by Al Viro · 17 years ago
  57. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  58. 8ad7c62b [SCTP] net/sctp/auth.c: make 3 functions static by Adrian Bunk · 17 years ago
  59. 642f14903 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  60. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  61. 65b07e5 [SCTP]: API updates to suport SCTP-AUTH extensions. by Vlad Yasevich · 17 years ago
  62. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 17 years ago