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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
crypto: marvell/cesa - remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
2
-3
/
+2
2017-11-03
crypto: ccp - use -ENOSPC for transient busy indication
Gilad Ben-Yossef
2
-7
/
+8
2017-11-03
hwrng: xgene - Convert timers to use timer_setup()
Kees Cook
1
-5
/
+3
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
169
-1183
/
+1978
2017-11-03
crypto: vmx - Use skcipher for ctr fallback
Paulo Flabiano Smorigo
1
-16
/
+17
2017-11-03
crypto: marvell - Switch cipher algs to the skcipher interface
Boris BREZILLON
3
-260
/
+251
2017-11-03
crypto: qat - mark expected switch fall-throughs in qat_uclo
Gustavo A. R. Silva
1
-0
/
+3
2017-11-03
crypto: qat - remove unused and redundant pointer vf_info
Colin Ian King
1
-3
/
+0
2017-11-03
crypto: ccp - remove unused variable qim
Colin Ian King
1
-2
/
+1
2017-11-03
crypto: cavium - clean up clang warning on unread variable offset
Colin Ian King
1
-1
/
+1
2017-11-03
crypto: marvell - Remove the old mv_cesa driver
Boris BREZILLON
5
-1390
/
+3
2017-11-03
crypto: marvell - Add a platform_device_id table
Boris BREZILLON
1
-0
/
+6
2017-11-03
crypto: chelsio - Fix memory leak
Harsh Jain
1
-4
/
+4
2017-11-03
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
Harsh Jain
4
-695
/
+1116
2017-11-03
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...
Harsh Jain
4
-172
/
+76
2017-11-03
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
Harsh Jain
2
-2
/
+10
2017-11-03
crypto: chelsio - Check error code with IS_ERR macro
Yeshaswi M R Gowda
1
-8
/
+8
2017-11-03
crypto: chelsio - Remove unused parameter
Yeshaswi M R Gowda
2
-32
/
+23
2017-10-12
crypto: talitos - avoid useless copy
LEROY Christophe
1
-14
/
+22
2017-10-12
crypto: talitos - chain in buffered data for ahash on SEC1
LEROY Christophe
2
-13
/
+127
2017-10-12
crypto: talitos - do hw_context DMA mapping outside the requests
LEROY Christophe
1
-23
/
+57
2017-10-12
crypto: talitos - DMA map key in setkey()
LEROY Christophe
1
-17
/
+39
2017-10-12
crypto: talitos - simplify tests in ipsec_esp()
LEROY Christophe
1
-22
/
+20
2017-10-12
crypto: talitos - remove to_talitos_ptr_len()
LEROY Christophe
1
-35
/
+21
2017-10-12
crypto: talitos - don't check the number of channels at each interrupt
LEROY Christophe
2
-12
/
+19
2017-10-12
crypto: talitos - use devm_ioremap()
LEROY Christophe
1
-3
/
+5
2017-10-12
crypto: talitos - use of_property_read_u32()
LEROY Christophe
1
-16
/
+5
2017-10-12
crypto: talitos - use devm_kmalloc()
LEROY Christophe
1
-18
/
+12
2017-10-12
crypto: talitos - declare local functions static
LEROY Christophe
1
-2
/
+2
2017-10-12
crypto: talitos - zeroize the descriptor with memset()
LEROY Christophe
2
-20
/
+1
2017-10-12
crypto: talitos - fix ctr-aes-talitos
LEROY Christophe
1
-1
/
+1
2017-10-12
crypto: talitos - fix use of sg_link_tbl_len
LEROY Christophe
1
-2
/
+2
2017-10-12
crypto: talitos - fix AEAD for sha224 on non sha224 capable chips
LEROY Christophe
1
-0
/
+5
2017-10-12
crypto: talitos - fix setkey to check key weakness
LEROY Christophe
1
-0
/
+8
2017-10-12
crypto: talitos - fix memory corruption on SEC2
LEROY Christophe
1
-14
/
+28
2017-10-12
crypto: talitos - fix AEAD test failures
LEROY Christophe
1
-5
/
+4
2017-10-12
crypto: crypto4xx - add aes-gcm support
Christian Lamparter
3
-0
/
+165
2017-10-12
crypto: crypto4xx - add aes-ccm support
Christian Lamparter
3
-0
/
+216
2017-10-12
crypto: crypto4xx - prepare for AEAD support
Christian Lamparter
5
-73
/
+230
2017-10-12
crypto: crypto4xx - simplify sa and state context acquisition
Christian Lamparter
3
-68
/
+15
2017-10-12
crypto: crypto4xx - fix stalls under heavy load
Christian Lamparter
2
-15
/
+21
2017-10-12
crypto: crypto4xx - fix various warnings
Christian Lamparter
1
-13
/
+3
2017-10-12
crypto: crypto4xx - overhaul crypto4xx_build_pd()
Christian Lamparter
3
-124
/
+103
2017-10-12
crypto: crypto4xx - use the correct LE32 format for IV and key defs
Christian Lamparter
4
-56
/
+64
2017-10-12
crypto: crypto4xx - add backlog queue support
Christian Lamparter
2
-9
/
+41
2017-10-12
crypto: crypto4xx - increase context and scatter ring buffer elements
Christian Lamparter
1
-5
/
+5
2017-10-12
crypto: crypto4xx - fix type mismatch compiler error
Christian Lamparter
1
-2
/
+2
2017-10-12
crypto: crypto4xx - fix off-by-one AES-OFB
Christian Lamparter
1
-1
/
+1
2017-10-12
crypto: crypto4xx - wire up hmac_mc to hmac_muting
Christian Lamparter
1
-0
/
+1
2017-10-12
crypto: bcm - pr_err() strings should end with newlines
Arvind Yadav
1
-7
/
+7
[next]