Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b636d3f97d041cbb5e782a29b282c40cbd77c0aa
/
net
/
sunrpc
/
auth_gss
4710e78
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
c3be657
SUNRPC: Use atomic(64)_t for seq_send(64)
by Paul Burton
· 6 years ago
310c758
Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
6d1616b
SUNRPC: Lockless server RPCSEC_GSS context lookup
by Trond Myklebust
· 6 years ago
c7a2c49
Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 6 years ago
331bc71
SUNRPC: Convert the auth cred cache to use refcount_t
by Trond Myklebust
· 6 years ago
e732f44
SUNRPC: Fix a compile warning for cmpxchg64()
by Trond Myklebust
· 6 years ago
2192476
SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()
by Arnd Bergmann
· 6 years ago
608a0ab
SUNRPC: Add lockless lookup of the server's auth domain
by Trond Myklebust
· 6 years ago
571ed1f
SUNRPC: Replace krb5_seq_lock with a lockless scheme
by Trond Myklebust
· 6 years ago
0c1c19f
SUNRPC: Lockless lookup of RPCSEC_GSS mechanisms
by Trond Myklebust
· 6 years ago
431f6eb
SUNRPC: Add a label for RPC calls that require allocation on receive
by Trond Myklebust
· 6 years ago
3021a5bb
SUNRPC: The transmitted message must lie in the RPCSEC window of validity
by Trond Myklebust
· 6 years ago
e9e575b
gss_krb5: Remove VLA usage of skcipher
by Kees Cook
· 6 years ago
53a01c9
Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
9157141
Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
108b833
sunrpc: Add comment defining gssd upcall API keywords
by Chuck Lever
· 6 years ago
9abdda5
sunrpc: Extract target name into svc_cred
by Chuck Lever
· 6 years ago
a1a2377
sunrpc: Enable the kernel to specify the hostname part of service principals
by Chuck Lever
· 6 years ago
44090cc
sunrpc: Don't use stack buffer with scatterlist
by Laura Abbott
· 6 years ago
9cc3b98
sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'
by YueHaibing
· 6 years ago
07d53ae
net: Remove some unneeded semicolon
by zhong jiang
· 6 years ago
8fdee4c
sunrpc: whitespace fixes
by Stephen Hemminger
· 6 years ago
82b98ca
net/sunrpc: Make rpc_auth_create_args a const
by Sargun Dhillon
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
0070ed3
Fix 16-byte memory leak in gssp_accept_sec_context_upcall
by Dave Wysochanski
· 7 years ago
5e4d6597
Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
f3aefb6
sunrpc: remove incorrect HMAC request initialization
by Eric Biggers
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
855aeba
net: Convert rpcsec_gss_net_ops
by Kirill Tkhai
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
90a9b14
sunrpc: Fix unaligned access on sparc64
by James Ettle
· 7 years ago
bdcf0a4
kernel: make groups_sort calling a responsibility group_info allocators
by Thiago Rafael Becker
· 7 years ago
ee24eac
SUNRPC: make cache_detail structures const
by Bhumika Goyal
· 7 years ago
4dd3c2e
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
1754eb2
rpc: remove some BUG()s
by J. Bruce Fields
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b86faee
Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
6240300
Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
15a8b93
sunrpc: use constant time memory comparison for mac
by Jason A. Donenfeld
· 8 years ago
511e936
sunrpc: mark all struct rpc_procinfo instances as const
by Christoph Hellwig
· 8 years ago
c551858
sunrpc: move p_count out of struct rpc_procinfo
by Christoph Hellwig
· 8 years ago
c56c620
sunrpc/auth_gss: fix decoder callback prototypes
by Christoph Hellwig
· 8 years ago
df17938
sunrpc/auth_gss: nfsd: fix encoder callback prototypes
by Christoph Hellwig
· 8 years ago
7ff1396
net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
0fa1047
net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
06eb8a5
sunrpc: Disable splice for krb5i
by Chuck Lever
· 8 years ago
499b498
sunrpc: mark all struct rpc_procinfo instances as const
by Christoph Hellwig
· 8 years ago
1c5876d
sunrpc: move p_count out of struct rpc_procinfo
by Christoph Hellwig
· 8 years ago
305c624
sunrpc/auth_gss: fix decoder callback prototypes
by Christoph Hellwig
· 8 years ago
89daf36
sunrpc/auth_gss: nfsd: fix encoder callback prototypes
by Christoph Hellwig
· 8 years ago
8313064c
Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
2b477c0
svcrpc: free contexts immediately on PROC_DESTROY
by Neil Brown
· 8 years ago
034dd34
svcrpc: fix oops in absence of krb5 module
by J. Bruce Fields
· 8 years ago
78794d1
svcrpc: don't leak contexts on PROC_DESTROY
by J. Bruce Fields
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
759b265
Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
1cded9d
SUNRPC: fix refcounting problems with auth_gss messages.
by NeilBrown
· 8 years ago
4d712ef
svcauth_gss: Close connection when dropping an incoming message
by Chuck Lever
· 8 years ago
56094ed
sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code
by J. Bruce Fields
· 8 years ago
2876a34
sunrpc: don't pass on-stack memory to sg_set_buf
by J. Bruce Fields
· 8 years ago
c4a8616
Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 8 years ago
81243ea
cred: simpler, 1D supplementary groups
by Alexey Dobriyan
· 8 years ago
a960f8d
sunrpc: add RPCSEC_GSS hash_cred() function
by Frank Sorenson
· 8 years ago
bf2c4b6
svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")
by Chuck Lever
· 8 years ago
9909170
Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 8 years ago
9130b8d
SUNRPC: allow for upcalls for same uid but different gss service
by Olga Kornievskaia
· 8 years ago
a71e360
Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
1592c4d
Merge branch 'nfs-rdma'
by Trond Myklebust
· 8 years ago
ce52914e
sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
by Scott Mayhew
· 9 years ago
04d70ed
sunrpc: add gss minor status to svcauth_gss_proxy_init
by Scott Mayhew
· 9 years ago
65b8017
xprtrdma: No direct data placement with krb5i and krb5p
by Chuck Lever
· 9 years ago
ea8ea73
Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 9 years ago
c0cb8bf
sunrpc: fix stripping of padded MIC tokens
by Tomáš Trnka
· 9 years ago
3c6e0bc
sunrpc: plumb gfp_t parm into crcreate operation
by Jeff Layton
· 9 years ago
64c59a3
Remove unnecessary allocation
by J. Bruce Fields
· 9 years ago
16382ed
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
ef609c2
sunrpc: Fix skcipher/shash conversion
by Herbert Xu
· 9 years ago
01cde15
Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
ecf7828
Merge branch 'multipath'
by Trond Myklebust
· 9 years ago
437b300
auth_gss: fix panic in gss_pipe_downcall() in fips mode
by Scott Mayhew
· 9 years ago
ad01b2c
SUNRPC: Make rpc_clnt store the multipath iterators
by Trond Myklebust
· 9 years ago
3b5cf20
sunrpc: Use skcipher and ahash/shash
by Herbert Xu
· 9 years ago
414ca01
nfsd4: fix gss-proxy 4.1 mounts for some AD principals
by J. Bruce Fields
· 9 years ago
cc6a7aa
sunrpc: avoid warning in gss_key_timeout
by Arnd Bergmann
· 9 years ago
901f137
sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()
by Fabian Frederick
· 10 years ago
9507271
svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures
by Scott Mayhew
· 10 years ago
76cb4be
sunrpc: integer underflow in rsc_parse()
by Dan Carpenter
· 10 years ago
a1d1e9b
svcrpc: fix memory leak in gssp_accept_sec_context_upcall
by David Ramos
· 10 years ago
779fb0f
sunrpc: move rq_splice_ok flag into rq_flags
by Jeff Layton
· 10 years ago
f895b25
sunrpc: eliminate RPC_DEBUG
by Jeff Layton
· 10 years ago
b3ecba0
sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor
by Jeff Layton
· 10 years ago
06b8ab5
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
ec25422
sunrpc: remove "ec" argument from encrypt_v2 operation
by Jeff Layton
· 10 years ago
b36e9c4
sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c
by Jeff Layton
· 10 years ago
Next »