summaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)Author
2018-03-03crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron
2017-12-29crypto: af_alg - fix race accessing cipher requestStephan Mueller
2017-12-29crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller
2017-12-05crypto: af_alg - remove locking in async callbackStephan Mueller
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller
2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-12-22crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-17crypto: algif - Change some variable to size_tLABBE Corentin
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainDan Williams
2015-04-11new helper: msg_data_left()Al Viro
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-01crypto: algif - explicitly mark end of datatadeusz.struk@intel.com
2015-04-01crypto: algif - use kmalloc instead of kzallocTadeusz Struk
2015-03-25crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com
2015-03-23crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-10crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro
2014-12-22crypto: algif - Mark sgl end at the end of dataTadeusz Struk
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-12-09put iov_iter into msghdrAl Viro
2014-12-02crypto: algif_skcipher - initialize upon init requestStephan Mueller
2014-12-01crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz
2014-11-28crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu
2014-11-25crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann
2014-11-24new helper: memcpy_from_msg()Al Viro