index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation
Martin Willi
3
-0
/
+230
2015-06-03
crypto: ccp - Protect against poorly marked end of sg list
Tom Lendacky
1
-2
/
+5
2015-06-03
scatterlist: introduce sg_nents_for_len
Tom Lendacky
2
-0
/
+33
2015-06-03
crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page
Herbert Xu
1
-1
/
+5
2015-06-03
crypto: aesni - Convert rfc4106 to new AEAD interface
Herbert Xu
1
-167
/
+83
2015-06-03
crypto: nx - prevent nx 842 load if no hw driver
Dan Streetman
6
-135
/
+148
2015-06-03
crypto: cryptd - Convert to new AEAD interface
Herbert Xu
1
-35
/
+29
2015-06-03
crypto: aesni - Convert top-level rfc4106 algorithm to new interface
Herbert Xu
1
-89
/
+83
2015-06-03
crypto: cryptd - Add setkey/setauthsize functions for AEAD
Herbert Xu
1
-2
/
+20
2015-06-03
crypto: pcrypt - Add support for new AEAD interface
Herbert Xu
1
-95
/
+40
2015-06-03
crypto: aead - Add multiple algorithm registration interface
Herbert Xu
2
-0
/
+31
2015-06-03
crypto: aead - Ignore return value from crypto_unregister_alg
Herbert Xu
2
-3
/
+3
2015-06-03
crypto: api - Include alignment in crypto_alg_extsize
Herbert Xu
1
-1
/
+2
2015-06-03
crypto: aead - Add aead_alg_instance
Herbert Xu
1
-0
/
+5
2015-06-03
crypto: aead - Add type-safe init/exit functions
Herbert Xu
2
-0
/
+27
2015-06-03
crypto: doc - cover new AEAD interface
Stephan Mueller
2
-7
/
+21
2015-06-03
Revert "crypto: algif_aead - Disable AEAD user-space for now"
Herbert Xu
1
-0
/
+9
2015-05-28
crypto: jitterentropy - remove timekeeping_valid_for_hres
Stephan Mueller
1
-3
/
+0
2015-05-28
crypto: algif_aead - Switch to new AEAD interface
Herbert Xu
1
-58
/
+8
2015-05-28
crypto: tcrypt - Switch to new AEAD interface
Herbert Xu
1
-8
/
+7
2015-05-28
mac80211: Switch to new AEAD interface
Herbert Xu
3
-39
/
+33
2015-05-28
mac802154: Switch to new AEAD interface
Herbert Xu
1
-27
/
+14
2015-05-28
esp6: Switch to new AEAD interface
Herbert Xu
1
-78
/
+122
2015-05-28
esp4: Switch to new AEAD interface
Herbert Xu
1
-78
/
+122
2015-05-28
ipsec: Add IV generator information to xfrm_state
Herbert Xu
3
-9
/
+33
2015-05-28
xfrm: Add IV generator information to xfrm_algo_desc
Herbert Xu
2
-0
/
+18
2015-05-28
crypto: testmgr - Switch to new AEAD interface
Herbert Xu
1
-39
/
+48
2015-05-28
crypto: seqiv - Fix module unload/reload crash
Herbert Xu
1
-0
/
+1
2015-05-28
crypto: seqiv - Fix IV size in context size calculation
Herbert Xu
1
-1
/
+1
2015-05-28
crypto: seqiv - Use common IV generation code
Herbert Xu
1
-56
/
+36
2015-05-28
crypto: seqiv - Copy AD along with plain/cipher text
Herbert Xu
1
-27
/
+6
2015-05-28
crypto: echainiv - Fix IV size in context size calculation
Herbert Xu
1
-1
/
+1
2015-05-28
crypto: echainiv - Use common IV generation code
Herbert Xu
1
-212
/
+18
2015-05-28
crypto: echainiv - Copy AD along with plain text
Herbert Xu
1
-8
/
+2
2015-05-28
crypto: aead - Add common IV generation code
Herbert Xu
2
-3
/
+226
2015-05-28
crypto: aead - Preserve in-place processing in old_crypt
Herbert Xu
1
-1
/
+2
2015-05-28
crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd
Herbert Xu
1
-0
/
+1
2015-05-28
crypto: aead - Document behaviour of AD in destination buffer
Herbert Xu
1
-4
/
+10
2015-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
13
-42
/
+77
2015-05-27
crypto: ccp - Remove unused structure field
Tom Lendacky
1
-2
/
+0
2015-05-27
crypto: ccp - Remove manual check and set of dma_mask pointer
Tom Lendacky
1
-2
/
+0
2015-05-27
crypto: jitterentropy - add jitterentropy RNG
Stephan Mueller
4
-0
/
+925
2015-05-27
crypto: drbg - use Jitter RNG to obtain seed
Stephan Mueller
2
-7
/
+46
2015-05-27
crypto: drbg - add async seeding operation
Stephan Mueller
2
-0
/
+26
2015-05-27
crypto: drbg - prepare for async seeding
Stephan Mueller
2
-27
/
+56
2015-05-27
random: Blocking API for accessing nonblocking_pool
Stephan Mueller
2
-0
/
+13
2015-05-27
random: Wake up all getrandom(2) callers when pool is ready
Herbert Xu
1
-1
/
+1
2015-05-26
crypto: algif_aead - Disable AEAD user-space for now
Herbert Xu
1
-9
/
+0
2015-05-25
crypto: aead - Remove unused cryptoff parameter
Herbert Xu
4
-16
/
+9
2015-05-25
crypto: seqiv - Stop using cryptoff
Herbert Xu
1
-67
/
+158
[next]