summaryrefslogtreecommitdiffstats
path: root/crypto/algif_skcipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: af_alg: convert to ->poll_maskChristoph Hellwig2018-05-261-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-46/+13
|\
| * crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-121-46/+13
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+0
|\ \ | |/ |/|
| * crypto: annotate ->poll() instancesAl Viro2017-11-271-1/+0
* | crypto: af_alg - Fix race around ctx->rcvused by making it atomic_tJonathan Cameron2017-12-221-1/+1
* | crypto: af_alg - fix race accessing cipher requestStephan Mueller2017-12-111-5/+5
* | crypto: af_alg - wait for data at beginning of recvmsgStephan Mueller2017-12-111-0/+6
* | crypto: af_alg - remove locking in async callbackStephan Mueller2017-11-241-11/+12
|/
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-031-5/+4
* crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-091-601/+37
* crypto: algif - return error code when no data was processedStephan Mueller2017-08-091-1/+3
* crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-141-1/+3
|\
| * crypto: algif_skcipher - set error code when kcalloc failsPan Bian2016-12-011-1/+3
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-9/+9
|/
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-061-2/+3
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-061-4/+11
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-061-32/+28
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-221-16/+156
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-201-1/+2
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-191-7/+7
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-181-1/+1
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-181-5/+144
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-181-7/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-2/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-31/+30
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-3/+3
| |\ \
| * | | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-121-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: algif - Change some variable to size_tLABBE Corentin2015-11-171-5/+5
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-281-31/+30
|\ \ \ | |_|/ |/| |
| * | crypto: algif_skcipher - Use new skcipher interfaceHerbert Xu2015-12-221-31/+30
| |/
* / net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-3/+3
|/
* crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* new helper: msg_data_left()Al Viro2015-04-111-2/+2
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+1
|\
* | crypto: algif - explicitly mark end of datatadeusz.struk@intel.com2015-04-011-4/+8
* | crypto: algif - use kmalloc instead of kzallocTadeusz Struk2015-04-011-1/+1
* | crypto: algif - fix warn: unsigned 'used' is never less than zerotadeusz.struk@intel.com2015-03-251-1/+1
* | crypto: algif - change algif_skcipher to be asynchronousTadeusz Struk2015-03-231-7/+226
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-141-0/+8
|\
| * crypto: algif - Mark sgl end at the end of dataTadeusz Struk2014-12-221-0/+8
* | crypto: fix af_alg_make_sg() conversion to iov_iterLinus Torvalds2015-02-101-3/+2
* | crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-041-41/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-9/+6
|\