summaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAge
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-14
|\
| * crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-01
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
|/
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-06
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-06
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-06
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-22
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-20
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-19
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-18
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-18
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-18
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-18
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-12
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-31
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
| |\ \
| * | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-30
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-12
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: algif - Change some variable to size_tLABBE Corentin2015-11-17
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-28
|\ \ \ | |_|/ |/| |
| * | crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu2015-12-22
| |/
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
|/
* crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-17
* new helper: msg_data_left()Al Viro2015-04-11
* Merge branch 'iocb' into for-davemAl Viro2015-04-09
|\
* | crypto: algif - explicitly mark end of datatadeusz.struk@intel.com2015-04-01
* | crypto: algif - use kmalloc instead of kzallocTadeusz Struk2015-04-01
* | crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com2015-03-25
* | crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk2015-03-23
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-14
|\
| * crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-22
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-10
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\
| * crypto: algif_skcipher - initialize upon init requestStephan Mueller2014-12-02
| * crypto: algif_skcipher - removed unneeded codeStruk, Tadeusz2014-12-01
| * crypto: algif_skcipher - Fixed blocking recvmsgHerbert Xu2014-11-28
| * crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-25
| * crypto: algif - zeroize IV bufferStephan Mueller2014-11-12
* | put iov_iter into msghdrAl Viro2014-12-09
* | new helper: memcpy_from_msg()Al Viro2014-11-24
|/
* crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-09-04
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-29
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* crypto: algif - suppress sending source address information in recvmsgMathias Krause2013-04-10
* crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu2010-11-30
* crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu2010-11-30