index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
auth_gss
/
gss_krb5_crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-25
1
-2
/
+0
*
gss_krb5: Remove VLA usage of skcipher
Kees Cook
2018-09-28
1
-41
/
+46
*
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2018-08-23
1
-1
/
+0
|
\
|
*
sunrpc: whitespace fixes
Stephen Hemminger
2018-07-31
1
-1
/
+0
*
|
sunrpc: Don't use stack buffer with scatterlist
Laura Abbott
2018-08-22
1
-3
/
+9
*
|
sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'
YueHaibing
2018-08-09
1
-2
/
+0
|
/
*
sunrpc: remove incorrect HMAC request initialization
Eric Biggers
2018-04-03
1
-3
/
+0
*
sunrpc: use constant time memory comparison for mac
Jason A. Donenfeld
2017-07-13
1
-1
/
+2
*
sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code
J. Bruce Fields
2016-11-01
1
-6
/
+6
*
sunrpc: don't pass on-stack memory to sg_set_buf
J. Bruce Fields
2016-10-26
1
-34
/
+48
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-04-14
1
-2
/
+6
|
\
|
*
sunrpc: Fix skcipher/shash conversion
Herbert Xu
2016-04-04
1
-2
/
+6
*
|
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
|
/
*
sunrpc: Use skcipher and ahash/shash
Herbert Xu
2016-01-27
1
-135
/
+215
*
sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()
Fabian Frederick
2015-06-22
1
-6
/
+2
*
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-11-24
1
-1
/
+1
*
sunrpc: remove "ec" argument from encrypt_v2 operation
Jeff Layton
2014-08-03
1
-7
/
+2
*
SUNRPC: Don't use variable length automatic arrays in kernel code
Trond Myklebust
2012-03-12
1
-2
/
+5
*
net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value return
Joe Perches
2010-12-17
1
-1
/
+1
*
gss_krb5: Add support for rc4-hmac encryption
Kevin Coffman
2010-05-14
1
-0
/
+255
*
gss_krb5: Use confounder length in wrap code
Kevin Coffman
2010-05-14
1
-3
/
+3
*
gssd_krb5: arcfour-hmac support
Kevin Coffman
2010-05-14
1
-4
/
+11
*
gss_krb5: add remaining pieces to enable AES encryption support
Kevin Coffman
2010-05-14
1
-0
/
+248
*
gss_krb5: add support for new token formats in rfc4121
Kevin Coffman
2010-05-14
1
-0
/
+74
*
gss_krb5: add support for triple-des encryption
Kevin Coffman
2010-05-14
1
-0
/
+3
*
gss_krb5: add ability to have a keyed checksum (hmac)
Kevin Coffman
2010-05-14
1
-8
/
+46
*
gss_krb5: introduce encryption type framework
Kevin Coffman
2010-05-14
1
-9
/
+9
*
gss_krb5: Introduce encryption type framework
Kevin Coffman
2010-05-14
1
-0
/
+38
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
gss_krb5: move gss_krb5_crypto into the krb5 module
Kevin Coffman
2008-06-23
1
-10
/
+0
*
Correct grammer/typos in dprintks
Kevin Coffman
2008-04-23
1
-3
/
+3
*
[SG] Get rid of __sg_mark_end()
Jens Axboe
2007-11-02
1
-3
/
+3
*
[NET]: Fix incorrect sg_mark_end() calls.
David S. Miller
2007-10-30
1
-3
/
+3
*
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
2007-10-27
1
-7
/
+27
*
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
2007-10-24
1
-8
/
+6
*
Update net/ to use sg helpers
Jens Axboe
2007-10-22
1
-5
/
+5
*
[NET] SUNRPC: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-07-19
1
-1
/
+1
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2007-02-12
1
-1
/
+1
|
\
|
*
[NET] SUNRPC: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-2
/
+2
*
|
SUNRPC: fix print format for tk_pid in auth_gss support
Chuck Lever
2007-02-03
1
-4
/
+4
|
/
*
rpcgss: simplify make_checksum
J. Bruce Fields
2006-12-06
1
-11
/
+1
*
rpc: move process_xdr_buf
Olga Kornievskaia
2006-12-06
1
-69
/
+4
*
rpc: gss: eliminate print_hexl()'s
J. Bruce Fields
2006-12-06
1
-14
/
+2
*
[CRYPTO] users: Use crypto_hash interface instead of crypto_digest
Herbert Xu
2006-09-21
1
-14
/
+24
*
[SUNRPC] GSS: Use block ciphers where applicable
Herbert Xu
2006-09-21
1
-25
/
+32
*
RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmalloc
J. Bruce Fields
2006-04-19
1
-8
/
+3
*
[CRYPTO] Simplify one-member scatterlist expressions
Herbert Xu
2005-10-30
1
-2
/
+2
*
[PATCH] Use sg_set_buf/sg_init_one where applicable
David Hardeman
2005-10-30
1
-17
/
+6
*
RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.
J. Bruce Fields
2005-10-18
1
-2
/
+154
*
RPCSEC_GSS: Simplify rpcsec_gss crypto code
J. Bruce Fields
2005-10-18
1
-29
/
+77
[next]