summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-21/+42
2013-02-18sunrpc: silence build warning in gss_fill_contextJeff Layton1-2/+1
2013-02-13sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman1-5/+13
2013-02-13sunrpc: Update gss uid to security context mapping.Eric W. Biederman1-5/+15
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman1-5/+8
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman1-2/+2
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman1-4/+4
2013-02-01SUNRPC: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust1-2/+2
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust1-1/+1
2012-12-13SUNRPC set gss gc_expiry to full lifetimeAndy Adamson1-4/+13
2012-10-02SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-07-18SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust1-1/+3
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever2-4/+15
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-36/+52
2012-06-01Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-36/+64
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-1/+1
2012-06-01nfsd4: move principal name into svc_credJ. Bruce Fields1-19/+6
2012-06-01rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields1-16/+45
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+6
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-05-03auth_gss: the list of pseudoflavors not being parsed correctlySteve Dickson1-3/+4
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-1/+6
2012-04-25SUNRPC: split upcall function to extract reusable partsSimo Sorce1-36/+64
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-116/+276
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-12SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust1-2/+5
2012-03-12SUNRPC: Fix a few sparse warningsTrond Myklebust2-2/+2
2012-03-03SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-2/+2
2012-02-01SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2-50/+136
2012-02-01SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky1-4/+4
2012-02-01SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky1-3/+7
2012-02-01SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky1-22/+73
2012-02-01SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky1-18/+36
2012-02-01SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky1-38/+38
2012-02-01SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky1-2/+1
2012-02-01SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky1-23/+23
2012-02-01SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky1-29/+28
2012-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust1-17/+23
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-22/+2
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao1-22/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-26Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+35
2011-07-16rpc: allow autoloading of gss mechanismsJ. Bruce Fields2-4/+35
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-07-02sunrpc: Reduce switch/case indentJoe Perches1-24/+22
2011-06-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-2/+2
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust1-2/+2