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
2012-08-28
crypto: talitos - add IPsec ESN support
Horia Geanta
1
-2
/
+28
2012-08-28
crypto: talitos - support for assoc data provided as scatterlist
Horia Geanta
1
-51
/
+125
2012-08-28
crypto: talitos - change type and name for [src|dst]_is_chained
Horia Geanta
1
-21
/
+20
2012-08-28
crypto: talitos - prune unneeded descriptor allocation param
Horia Geanta
1
-7
/
+6
2012-08-28
crypto: talitos - fix icv management on outbound direction
Horia Geanta
1
-1
/
+1
2012-08-28
crypto: talitos - consolidate common cra_* assignments
Kim Phillips
1
-146
/
+17
2012-08-28
crypto: talitos - consolidate cra_type assignments
Kim Phillips
1
-26
/
+3
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-7
/
+7
2012-08-20
crypto: caam - fix possible deadlock condition
Kim Phillips
1
-5
/
+5
2012-08-20
crypto: atmel - Remove possible typo error
Tushar Behera
1
-1
/
+1
2012-08-20
crypto: nx - Remove virt_to_abs() usage in nx-842.c
Michael Ellerman
1
-16
/
+18
2012-08-01
powerpc/crypto: add 842 hardware compression driver
Seth Jennings
3
-0
/
+1627
2012-08-01
powerpc/crypto: rework Kconfig
Seth Jennings
3
-14
/
+25
2012-08-01
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
3
-7
/
+7
2012-08-01
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2
-6
/
+15
2012-08-01
crypto: caam - fix possible deadlock condition
Kim Phillips
1
-5
/
+5
2012-08-01
crypto: drivers - remove cra_list initialization
Jussi Kivilinna
12
-21
/
+0
2012-07-31
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2012-07-30
crypto: hifn_795x - fix 64bit division and undefined __divdi3 on 32bit archs
Jussi Kivilinna
1
-2
/
+2
2012-07-26
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+4
2012-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
30
-632
/
+8382
2012-07-25
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
Arnd Bergmann
1
-0
/
+4
2012-07-25
ARM: Orion: fix driver probe error handling with respect to clk
Simon Baatz
1
-0
/
+4
2012-07-23
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-6
/
+6
2012-07-19
n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-op
Theodore Ts'o
1
-2
/
+1
2012-07-11
crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms
Horia Geanta
2
-1
/
+166
2012-07-11
crypto: talitos - export the talitos_submit function
Horia Geanta
2
-5
/
+12
2012-07-11
crypto: talitos - move talitos structures to header file
Horia Geanta
2
-111
/
+111
2012-07-11
crypto: atmel - add Atmel SHA1/SHA256 driver
Nicolas Royer
4
-0
/
+1173
2012-07-11
crypto: atmel - add Atmel DES/TDES driver
Nicolas Royer
4
-0
/
+1321
2012-07-11
crypto: atmel - add Atmel AES driver
Nicolas Royer
4
-0
/
+1286
2012-07-11
crypto: caam - ERA retrieval and printing for SEC device
Alex Porosanu
3
-2
/
+58
2012-07-11
crypto: caam - Using alloc_coherent for caam job rings
Bharat Bhushan
1
-36
/
+9
2012-07-10
PM / crypto / ux500: Use struct dev_pm_ops for power management
Rafael J. Wysocki
2
-38
/
+34
2012-06-27
crypto: caam - one tasklet per job ring
Kim Phillips
2
-9
/
+6
2012-06-27
crypto: caam - consolidate memory barriers from job ring en/dequeue
Kim Phillips
1
-6
/
+2
2012-06-27
crypto: caam - only query h/w in job ring dequeue path
Kim Phillips
1
-12
/
+5
2012-06-27
crypto: caam - use non-irq versions of spinlocks for job rings
Kim Phillips
1
-17
/
+13
2012-06-27
crypto: caam - disable IRQ coalescing by default
Kim Phillips
1
-1
/
+4
2012-06-27
crypto: caam - add support for SEC v5.x RNG4
Kim Phillips
4
-14
/
+196
2012-06-27
crypto: caam - assign 40-bit masks on SEC v5.0 and above
Kim Phillips
2
-2
/
+15
2012-06-27
crypto: caam - hwrng support
Yuan Kang
3
-0
/
+323
2012-06-27
crypto: caam - chaining support
Yuan Kang
3
-64
/
+147
2012-06-27
crypto: caam - unkeyed ahash support
Yuan Kang
1
-17
/
+58
2012-06-27
crypto: caam - ahash hmac support
Yuan Kang
6
-0
/
+1869
2012-06-27
crypto: caam - link_tbl rename
Yuan Kang
3
-137
/
+137
2012-06-27
crypto: caam - refactor key_gen, sg
Yuan Kang
6
-190
/
+242
2012-06-27
crypto: caam - remove jr register/deregister
Yuan Kang
2
-30
/
+2
2012-06-27
crypto: caam - support external seq in/out lengths
Yuan Kang
2
-4
/
+50
2012-06-27
crypto: caam - add PDB (Protocol Descriptor Block) definitions
Hemant Agrawal
2
-16
/
+401
[prev]
[next]