summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-05-18crypto: hash - Fix page length clamping in hash walkHerbert Xu1-1/+2
2016-05-04crypto: gcm - Fix rfc4543 decryption crashHerbert Xu1-0/+3
2016-03-16Revert: "crypto: af_alg - Disallow bind/setkey/... after accept(2)"Greg Kroah-Hartman1-32/+3
2016-03-03async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-3/+32
2016-02-17crypto: algif_hash - Only export and import on sockets with dataHerbert Xu1-2/+10
2015-11-09crypto: api - Only abort operations on fatal signalHerbert Xu4-6/+6
2015-10-27crypto: ahash - ensure statesize is non-zeroRussell King1-1/+2
2015-02-11crypto: crc32c - add missing crypto module aliasMathias Krause1-0/+1
2015-01-29crypto: add missing crypto module aliasesMathias Krause19-2/+23
2015-01-29crypto: include crypto- module prefix in templateKees Cook21-2/+22
2015-01-29crypto: prefix module autoloading with "crypto-"Kees Cook43-39/+56
2015-01-08crypto: af_alg - fix backlog handlingRabin Vincent1-0/+3
2014-11-14crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina1-1/+1
2014-10-30dmaengine: fix xor sources continuationXuelin Shi1-2/+1
2014-08-07crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-06-26net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-06-07crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-32/+340
2014-01-05crypto: ahash - Fully restore ahash request before completingMarek Vasut1-1/+4
2013-12-20crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...Tim Chen2-0/+280
2013-12-09crypto: memneq - fix for archs without efficient unaligned accessDaniel Borkmann1-1/+2
2013-12-05crypto: pcrypt - Fix wrong usage of rcu_dereference()Mathias Krause1-1/+1
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros2-30/+54
2013-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-18/+22
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+6
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-11-28crypto: testmgr - fix sglen in test_aead for case 'dst != src'Horia Geanta1-14/+12
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta1-0/+4
2013-11-28crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-11-28crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-11-23Revert "KEYS: verify a certificate is signed by a 'trusted' key"Linus Torvalds1-80/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-87/+356
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+0
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds11-140/+296
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-3/+0
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-169/+240
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul5-167/+238
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang3-9/+9
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams1-1/+9
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz4-13/+5
2013-11-14async_pq_val: convert to dmaengine_unmap_dataDan Williams1-23/+35
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams1-52/+65
2013-11-14async_raid6_recov: convert to dmaengine_unmap_dataDan Williams1-20/+49
2013-11-14async_xor_val: convert to dmaengine_unmap_dataDan Williams1-13/+17
2013-11-14async_xor: convert to dmaengine_unmap_dataDan Williams1-44/+51
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-17/+23