index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
[S390] ap: skip device registration on type probe failure
Holger Dengler
1
-0
/
+2
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
20
-154
/
+6157
2011-05-19
crypto: caam - add support for sha512 variants of existing AEAD algorithms
Kim Phillips
2
-13
/
+107
2011-05-19
crypto: caam - remove unused authkeylen from caam_ctx
Kim Phillips
1
-2
/
+0
2011-05-19
crypto: caam - fix decryption shared vs. non-shared key setting
Kim Phillips
1
-4
/
+22
2011-05-19
crypto: caam - platform_bus_type migration
Kim Phillips
1
-5
/
+4
2011-05-11
crypto: mv_cesa - make count_sgs() null-pointer proof
Phil Sutter
1
-6
/
+2
2011-05-11
crypto: mv_cesa - copy remaining bytes to SRAM only when needed
Phil Sutter
1
-6
/
+6
2011-05-11
crypto: mv_cesa - move digest state initialisation to a better place
Phil Sutter
1
-8
/
+6
2011-05-11
crypto: mv_cesa - fill inner/outer IV fields only in HMAC case
Phil Sutter
1
-3
/
+3
2011-05-11
crypto: mv_cesa - refactor copy_src_to_buf()
Phil Sutter
1
-15
/
+10
2011-05-11
crypto: mv_cesa - no need to save digest state after the last chunk
Phil Sutter
1
-6
/
+6
2011-05-11
crypto: mv_cesa - print a warning when registration of AES algos fail
Phil Sutter
1
-2
/
+8
2011-05-11
crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finup
Phil Sutter
1
-3
/
+0
2011-05-11
crypto: mv_cesa - the descriptor pointer register needs to be set just once
Phil Sutter
1
-2
/
+1
2011-05-11
crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_of
Phil Sutter
1
-3
/
+1
2011-05-04
crypto: caam - fix printk recursion for long error texts
Kim Phillips
2
-3
/
+4
2011-05-04
crypto: caam - remove unused keylen from session context
Kim Phillips
1
-2
/
+0
2011-05-04
crypto: s390 - add System z hardware support for CTR mode
Gerald Schaefer
1
-2
/
+6
2011-05-04
crypto: s390 - cleanup s390 Kconfig options
Jan Glauber
1
-8
/
+8
2011-05-04
crypto: s390 - add System z hardware support for GHASH
Gerald Schaefer
1
-0
/
+10
2011-05-04
crypto: s390 - add System z hardware support for XTS mode
Gerald Schaefer
1
-14
/
+8
2011-05-03
crypto: caam - remove duplicate dev_err
Kim Phillips
1
-1
/
+0
2011-05-03
crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptor
Kim Phillips
1
-4
/
+2
2011-05-03
crypto: caam - fix queue interface detection
Kim Phillips
1
-1
/
+1
2011-05-03
crypto: caam - handle interrupt lines shared across rings
Kim Phillips
1
-26
/
+20
2011-04-26
crypto: omap-sham - hmac calculation bug fix for sha1 base hash
Dmitry Kasatkin
1
-40
/
+31
2011-04-26
crypto: omap-sham - enable driver for EMU chips
Dmitry Kasatkin
1
-1
/
+2
2011-04-26
crypto: omap-sham - remove debug print
Dmitry Kasatkin
1
-2
/
+0
2011-04-26
crypto: omap-sham - fix concurrent sha1 calculations
Markku Kylanpaa
1
-1
/
+1
2011-04-08
crypto: s5p-sss - add S5PV210 advanced crypto engine support
Vladimir Zapolskiy
3
-0
/
+713
2011-04-08
crypto: caam - introduce missing kfree
Julia Lawall
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
3
-3
/
+3
2011-03-27
crypto: picoxcell - fix possible status FIFO overflow
Jamie Iles
1
-29
/
+35
2011-03-27
crypto: padlock - Add SHA-1/256 module for VIA Nano
Brilly Wu
1
-5
/
+264
2011-03-27
crypto: caam - ARRAY_SIZE() vs sizeof()
Dan Carpenter
1
-4
/
+4
2011-03-27
crypto: caam - dereferencing ERR_PTR on allocation failure
Dan Carpenter
1
-1
/
+1
2011-03-27
crypto: caam - standardize device tree naming convention to utilize '-vX.Y'
Kim Phillips
2
-5
/
+5
2011-03-27
crypto: caam - Add support for the Freescale SEC4/CAAM
Kim Phillips
15
-0
/
+4938
2011-03-16
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
3
-21
/
+17
2011-02-28
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
1
-5
/
+4
2011-02-28
dt/sparc: Eliminate users of of_platform_{,un}register_driver
Grant Likely
1
-11
/
+9
2011-02-28
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
Grant Likely
1
-5
/
+4
2011-02-21
crypto: picoxcell - add support for the picoxcell crypto engines
Jamie Iles
4
-1
/
+2013
2011-01-29
crypto: omap-sham - don't treat NULL clk as an error
Jamie Iles
1
-2
/
+2
2011-01-29
crypto: omap-aes - don't treat NULL clk as an error
Jamie Iles
1
-2
/
+2
2011-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
7
-316
/
+355
2011-01-07
crypto: padlock - Move padlock.h into include/crypto
Herbert Xu
3
-31
/
+2
2011-01-06
crypto: n2 - use __devexit not __exit in n2_unregister_algs
Dennis Gilmore
1
-1
/
+1
2011-01-04
crypto: mv_cesa - dont return PTR_ERR() of wrong pointer
Roel Kluin
1
-1
/
+1
[next]