aboutsummaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
AgeCommit message (Expand)Author
2017-09-07crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu
2016-02-17crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu
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-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
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
2014-11-12crypto: algif - zeroize IV bufferStephan Mueller
2014-09-04crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu