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