summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2019-01-151-3/+9
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-022-33/+16
|\
| * SUNRPC: Fix some kernel doc complaintsChuck Lever2019-01-021-1/+1
| * SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-6/+6
| * SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0
| * NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-17/+4
| * SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-191-4/+1
| * SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-5/+4
| * SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+2
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-021-4/+4
|\ \ | |/ |/|
| * sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-271-4/+4
* | SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-021-0/+4
|/
* SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-043-34/+14
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-013-34/+14
* | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-7/+34
|\ \
| * | SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust2018-10-291-6/+26
| * | SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-031-1/+8
* | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-265-33/+87
|\ \ \
| * | | SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-2/+2
| | |/ | |/|
| * | SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2018-10-181-0/+1
| * | SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()Arnd Bergmann2018-10-051-1/+1
| * | SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-302-17/+28
| * | SUNRPC: Lockless lookup of RPCSEC_GSS mechanismsTrond Myklebust2018-09-301-14/+14
| * | SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+41
| |/
* / gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-285-94/+93
|/
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-238-12/+7
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-318-8/+2
| * net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-4/+5
* | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-234-35/+88
|\ \
| * | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-221-0/+17
| * | sunrpc: Extract target name into svc_credChuck Lever2018-08-221-25/+45
| * | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-221-3/+17
| * | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-221-3/+9
| * | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-092-4/+0
| |/
* / net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-122-2/+3
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* | Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski2018-06-081-1/+3
|/
* Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-053-5/+7
|\
| * sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-031-3/+0
| * sunrpc: Fix unaligned access on sparc64James Ettle2018-03-192-2/+7
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | net: Convert rpcsec_gss_net_opsKirill Tkhai2018-03-261-0/+1
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-142-0/+2
* SUNRPC: make cache_detail structures constBhumika Goyal2017-11-271-2/+2
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-5/+9
|\