1. b0112ec crypto: algif_skcipher - EBUSY on aio should be an error by Herbert Xu · 4 years, 1 month ago
  2. 9a8ecc6 crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() by Herbert Xu · 4 years, 3 months ago
  3. b3ad0cd crypto: algif_skcipher - Cap recv SG list at ctx->used by Herbert Xu · 4 years, 3 months ago
  4. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  5. 76e43e3 treewide: Use array_size() in sock_kmalloc() by Kees Cook · 6 years ago
  6. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  7. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  8. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  9. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  10. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  11. d53c513 crypto: af_alg - fix race accessing cipher request by Stephan Mueller · 7 years ago
  12. 11edb55 crypto: af_alg - wait for data at beginning of recvmsg by Stephan Mueller · 7 years ago
  13. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  14. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  15. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  16. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
  17. 5703c82 crypto: algif - return error code when no data was processed by Stephan Mueller · 7 years ago
  18. e870456 crypto: algif_skcipher - overhaul memory management by Stephan Mueller · 7 years ago
  19. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  20. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  21. e2c1b82 crypto: algif_skcipher - set error code when kcalloc fails by Pan Bian · 8 years ago
  22. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  23. dad4199 crypto: algif_skcipher - Do not set MAY_BACKLOG on the async path by Herbert Xu · 9 years ago
  24. 6454c2b crypto: algif_skcipher - Do not dereference ctx without socket lock by Herbert Xu · 9 years ago
  25. ec69bbf crypto: algif_skcipher - Do not assume that req is unchanged by Herbert Xu · 9 years ago
  26. 48162a2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  27. 202736d crypto: algif_skcipher - sendmsg SG marking is off by one by Herbert Xu · 9 years ago
  28. 4f0414e crypto: algif_skcipher - Load TX SG list after waiting by Herbert Xu · 9 years ago
  29. 1822793 crypto: algif_skcipher - Fix race condition in skcipher_check_key by Herbert Xu · 9 years ago
  30. d7b65ae crypto: algif_skcipher - Remove custom release parent function by Herbert Xu · 9 years ago
  31. 6e8d8ec crypto: algif_skcipher - Add key check exception for cipher_null by Herbert Xu · 9 years ago
  32. a0fa2d0 crypto: algif_skcipher - Add nokey compatibility path by Herbert Xu · 9 years ago
  33. dd50458 crypto: algif_skcipher - Require setkey before accept(2) by Herbert Xu · 9 years ago
  34. aee3bfa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  35. c597b6b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  36. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  37. 8513342 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  38. 0d96e4b crypto: algif_skcipher - Use new skcipher interface by Herbert Xu · 9 years ago
  39. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  40. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  41. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  42. 652d5b8 crypto: algif - Change some variable to size_t by LABBE Corentin · 9 years ago
  43. c56f6d1 crypto: replace scatterwalk_sg_chain with sg_chain by Dan Williams · 9 years ago
  44. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  45. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  46. 033f46b crypto: algif - explicitly mark end of data by tadeusz.struk@intel.com · 9 years ago
  47. 82d9292 crypto: algif - use kmalloc instead of kzalloc by Tadeusz Struk · 9 years ago
  48. ac110f4 crypto: algif - fix warn: unsigned 'used' is never less than zero by tadeusz.struk@intel.com · 9 years ago
  49. a596999 crypto: algif - change algif_skcipher to be asynchronous by Tadeusz Struk · 9 years ago
  50. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  51. fee5429 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  52. 9399f0c crypto: fix af_alg_make_sg() conversion to iov_iter by Linus Torvalds · 10 years ago
  53. 1d10eb2 crypto: switch af_alg_make_sg() to iov_iter by Al Viro · 10 years ago
  54. 0f477b6 crypto: algif - Mark sgl end at the end of data by Tadeusz Struk · 10 years ago
  55. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  56. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  57. f26b7b8 crypto: algif_skcipher - initialize upon init request by Stephan Mueller · 10 years ago
  58. 9ba0905 crypto: algif_skcipher - removed unneeded code by Struk, Tadeusz · 10 years ago
  59. 1e104f9 crypto: algif_skcipher - Fixed blocking recvmsg by Herbert Xu · 10 years ago
  60. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  61. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  62. e1bd95b crypto: algif - zeroize IV buffer by Stephan Mueller · 10 years ago
  63. e2cffb5 crypto: algif - avoid excessive use of socket buffer in skcipher by Ondrej Kozina · 10 years ago
  64. d3f7d56 net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST by Shawn Landden · 11 years ago
  65. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  66. 72a763d crypto: algif - suppress sending source address information in recvmsg by Mathias Krause · 11 years ago
  67. bc97e57 crypto: algif_skcipher - Handle unaligned receive buffer by Herbert Xu · 14 years ago
  68. 0f6bb83 crypto: algif_skcipher - Fixed overflow when sndbuf is page aligned by Herbert Xu · 14 years ago
  69. c762be6 crypto: algif_skcipher - Pass on error from af_alg_make_sg by Herbert Xu · 14 years ago
  70. 8ff5909 crypto: algif_skcipher - User-space interface for skcipher operations by Herbert Xu · 14 years ago