Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3fd84a4fc063f36855ddf2408c66e6e5d219b223
/
net
/
sunrpc
/
auth_gss
04de788
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 4 years, 10 months ago
df513a7
SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize
by Olga Kornievskaia
· 4 years, 10 months ago
65286b8
nfsd: export upcalls must not return ESTALE when mountd is down
by Trond Myklebust
· 5 years ago
2815552
SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.c
by Chuck Lever
· 4 years, 11 months ago
96f194b
SUNRPC: Add xdr_pad_size() helper
by Chuck Lever
· 4 years, 11 months ago
d162372
SUNRPC: Trim stack utilization in the wrap and unwrap paths
by Chuck Lever
· 4 years, 11 months ago
4047aa9
sunrpc: Fix gss_unwrap_resp_integ() again
by Chuck Lever
· 4 years, 11 months ago
08dffcc
Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
f43574d
Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
3d96208
sunrpc: expiry_time should be seconds not timeval
by Roberto Bergantinos Corpas
· 5 years ago
97a3253
proc: convert everything to "struct proc_ops"
by Alexey Dobriyan
· 5 years ago
b32d285
SUNRPC: Remove broken gss_mech_list_pseudoflavors()
by Trond Myklebust
· 5 years ago
52879b4
sunrpc: convert to time64_t for expiry
by Arnd Bergmann
· 5 years ago
f559935
nfs: use time64_t internally
by Arnd Bergmann
· 7 years ago
294ec5b
sunrpc: convert to time64_t for expiry
by Arnd Bergmann
· 7 years ago
5866efa
SUNRPC: Fix svcauth_gss_proxy_init()
by Chuck Lever
· 5 years ago
ff27e9f
SUNRPC: Trace gssproxy upcall results
by Chuck Lever
· 5 years ago
972a2bf
Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 5 years ago
f925ab9
SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic
by Benjamin Coddington
· 5 years ago
60b3990
sunrpc: Use kzfree rather than its implementation.
by zhong jiang
· 5 years ago
700a800
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
06cbd26
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
5940d1c
SUNRPC: Rebalance a kref in auth_gss.c
by Chuck Lever
· 6 years ago
fe31ce8
SUNRPC: Fix an error code in gss_alloc_msg()
by Dan Carpenter
· 6 years ago
ac83228a
SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall
by Trond Myklebust
· 6 years ago
283ebe3
SUNRPC: Use the client user namespace when encoding creds
by Trond Myklebust
· 6 years ago
6b2e685
SUNRPC: Add function rpc_sleep_on_timeout()
by Trond Myklebust
· 6 years ago
877b569
crypto: shash - remove shash_desc::flags
by Eric Biggers
· 6 years ago
e6667c7
SUNRPC: rsi_parse() should use the current user namespace
by Trond Myklebust
· 6 years ago
12a3ad6
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
by Trond Myklebust
· 6 years ago
06b5fc3
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 6 years ago
e7afe6c
sunrpc: fix 4 more call sites that were using stack memory with a scatterlist
by Scott Mayhew
· 6 years ago
35e77d2
SUNRPC: Add rpc_auth::au_ralign field
by Chuck Lever
· 6 years ago
a00275b
SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize
by Chuck Lever
· 6 years ago
2573a46
SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files
by Chuck Lever
· 6 years ago
241b1f4
SUNRPC: Remove xdr_buf_trim()
by Chuck Lever
· 6 years ago
0c77668
SUNRPC: Introduce trace points in rpc_auth_gss.ko
by Chuck Lever
· 6 years ago
a0584ee
SUNRPC: Use struct xdr_stream when decoding RPC Reply header
by Chuck Lever
· 6 years ago
e8680a2
SUNRPC: Use struct xdr_stream when constructing RPC Call header
by Chuck Lever
· 6 years ago
fe9a270
SUNRPC: Add build option to disable support for insecure enctypes
by Chuck Lever
· 6 years ago
067fb11
SUNRPC: Remove rpc_xprt::tsh_size
by Chuck Lever
· 6 years ago
0ccc61b
SUNRPC: Add xdr_stream::rqst field
by Chuck Lever
· 6 years ago
97b78ae
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit
by Trond Myklebust
· 6 years ago
e6b9257
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
e45428a
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
acf0a39
SUNRPC: Fix some kernel doc complaints
by Chuck Lever
· 6 years ago
b8be567
sunrpc: use SVC_NET() in svcauth_gss_* functions
by Vasily Averin
· 6 years ago
04d1532
SUNRPC discard cr_uid from struct rpc_cred.
by NeilBrown
· 6 years ago
d6efccd
SUNRPC: remove crbind rpc_cred operation
by NeilBrown
· 6 years ago
ddf529e
NFS: move credential expiry tracking out of SUNRPC into NFS.
by NeilBrown
· 6 years ago
1a80810
SUNRPC: remove machine_cred field from struct auth_cred
by NeilBrown
· 6 years ago
8276c90
SUNRPC: remove uid and gid from struct auth_cred
by NeilBrown
· 6 years ago
97f68c6b
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
by NeilBrown
· 6 years ago
8dae539
SUNRPC: Fix leak of krb5p encode pages
by Chuck Lever
· 6 years ago
a652a4b
SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cache
by Trond Myklebust
· 6 years ago
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
· 8 years ago
6240300
Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 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
Next »