index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
/
crypto.c
Age
Commit message (
Expand
)
Author
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
2021-01-04
libceph: zero out session key and connection secret
Ilya Dryomov
2019-08-28
libceph: don't call crypto_free_sync_skcipher() on a NULL tfm
Jia-Ju Bai
2018-09-28
libceph: Remove VLA usage of skcipher
Kees Cook
2018-04-02
libceph, ceph: add __init attribution to init funcitons
Chengguang Xu
2017-11-13
libceph: don't WARN() if user tries to add invalid key
Eric Biggers
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-02-20
libceph: include linux/sched.h into crypto.c directly
Ilya Dryomov
2017-01-18
libceph: make sure ceph_aes_crypt() IV is aligned
Ilya Dryomov
2016-12-12
libceph: stop allocating a new cipher on every crypto request
Ilya Dryomov
2016-12-12
libceph: uninline ceph_crypto_key_destroy()
Ilya Dryomov
2016-12-12
libceph: remove now unused ceph_*{en,de}crypt*() functions
Ilya Dryomov
2016-12-12
libceph: introduce ceph_crypt() for in-place en/decryption
Ilya Dryomov
2016-01-27
libceph: Remove unnecessary ivsize variables
Ilya Dryomov
2016-01-27
libceph: Use skcipher
Herbert Xu
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
2015-09-08
libceph: remove the unused macro AES_KEY_SIZE
Nicholas Krause
2014-11-13
libceph: do not crash on large auth tickets
Ilya Dryomov
2014-09-16
KEYS: Remove key_type::match in favour of overriding default by match_preparse
David Howells
2014-07-22
KEYS: Ceph: Use user_match()
David Howells
2014-07-22
KEYS: Ceph: Use key preparsing
David Howells
2013-02-25
libceph: eliminate sparse warnings
Alex Elder
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
2012-08-02
libceph: fix crypto key null deref, memory leak
Sylvain Munaut
2012-01-10
ceph: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-06-16
net: Remove casts of void *
Joe Perches
2011-03-29
libceph: Create a new key type "ceph".
Tommi Virtanen
2011-03-29
ceph: Move secret key parsing earlier.
Tommi Virtanen
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh