index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ceph
/
crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libceph: zero out session key and connection secret
Ilya Dryomov
2021-01-04
1
-1
/
+2
*
libceph: don't call crypto_free_sync_skcipher() on a NULL tfm
Jia-Ju Bai
2019-08-28
1
-2
/
+4
*
libceph: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-6
/
+6
*
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
2018-04-02
1
-2
/
+4
*
libceph: don't WARN() if user tries to add invalid key
Eric Biggers
2017-11-13
1
-1
/
+3
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
libceph: include linux/sched.h into crypto.c directly
Ilya Dryomov
2017-02-20
1
-0
/
+1
*
libceph: make sure ceph_aes_crypt() IV is aligned
Ilya Dryomov
2017-01-18
1
-1
/
+1
*
libceph: stop allocating a new cipher on every crypto request
Ilya Dryomov
2016-12-12
1
-25
/
+60
*
libceph: uninline ceph_crypto_key_destroy()
Ilya Dryomov
2016-12-12
1
-0
/
+8
*
libceph: remove now unused ceph_*{en,de}crypt*() functions
Ilya Dryomov
2016-12-12
1
-369
/
+0
*
libceph: introduce ceph_crypt() for in-place en/decryption
Ilya Dryomov
2016-12-12
1
-0
/
+87
*
libceph: Remove unnecessary ivsize variables
Ilya Dryomov
2016-01-27
1
-12
/
+8
*
libceph: Use skcipher
Herbert Xu
2016-01-27
1
-41
/
+56
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-3
/
+3
*
libceph: remove the unused macro AES_KEY_SIZE
Nicholas Krause
2015-09-08
1
-4
/
+0
*
libceph: do not crash on large auth tickets
Ilya Dryomov
2014-11-13
1
-37
/
+132
*
KEYS: Remove key_type::match in favour of overriding default by match_preparse
David Howells
2014-09-16
1
-1
/
+0
*
KEYS: Ceph: Use user_match()
David Howells
2014-07-22
1
-6
/
+2
*
KEYS: Ceph: Use key preparsing
David Howells
2014-07-22
1
-9
/
+15
*
libceph: eliminate sparse warnings
Alex Elder
2013-02-25
1
-3
/
+4
*
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-10-08
1
-4
/
+5
*
libceph: fix crypto key null deref, memory leak
Sylvain Munaut
2012-08-02
1
-0
/
+1
*
ceph: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2012-01-10
1
-2
/
+1
*
net: Remove casts of void *
Joe Perches
2011-06-16
1
-1
/
+1
*
libceph: Create a new key type "ceph".
Tommi Virtanen
2011-03-29
1
-0
/
+62
*
ceph: Move secret key parsing earlier.
Tommi Virtanen
2011-03-29
1
-0
/
+11
*
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
2010-10-20
1
-0
/
+412