summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-2/+2
* SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+41
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-5/+6
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1
| * 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-231-3/+34
|\ \
| * | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-221-0/+17
| * | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-221-3/+17
| |/
* | net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena2017-07-041-11/+11
* net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2016-12-101-1/+6
* sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-261-4/+9
* sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
* SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-08-051-3/+5
* Merge branch 'nfs-rdma'Trond Myklebust2016-07-241-0/+2
|\
| * xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-111-0/+2
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-0/+1
|/
* sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-3/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* Merge branch 'multipath'Trond Myklebust2016-02-221-2/+2
|\
| * SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-051-2/+2
* | auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew2016-02-171-1/+1
|/
* sunrpc: avoid warning in gss_key_timeoutArnd Bergmann2015-10-231-7/+6
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* sunrpc: fix RCU handling of gc_ctx fieldJeff Layton2014-08-031-17/+35
* sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2014-07-121-20/+42
* auth_gss: fetch the acceptor name out of the downcallJeff Layton2014-07-121-3/+17
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* SUNRPC: Fix a pipe_version reference leakTrond Myklebust2014-02-161-1/+3
* SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust2014-02-161-2/+11
* SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust2014-02-101-0/+2
* sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton2014-01-271-7/+1
* sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-061-10/+7
* SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust2013-10-281-19/+37
* SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust2013-10-281-0/+1
* RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields2013-09-181-0/+11
* SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust2013-09-121-1/+1
* SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-031-2/+5
* SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-031-2/+50
* RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust2013-09-021-3/+89
* RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust2013-09-011-9/+68
* RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust2013-09-011-89/+92
* RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust2013-08-301-12/+20
* RPCSEC_GSS: Further cleanupsTrond Myklebust2013-08-301-11/+20
OpenPOWER on IntegriCloud