aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11SUNRPC: Fix a few sparse warningsTrond Myklebust2-2/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-2/+2
2012-01-31SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2-50/+136
2012-01-31SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky1-4/+4
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky1-3/+7
2012-01-31SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky1-22/+73
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky1-18/+36
2012-01-31SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky1-38/+38
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky1-2/+1
2012-01-31SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky1-23/+23
2012-01-31SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky1-29/+28
2012-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-01-12net: 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-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+35
2011-07-15rpc: allow autoloading of gss mechanismsJ. Bruce Fields2-4/+35
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-07-01sunrpc: Reduce switch/case indentJoe Perches1-24/+22
2011-06-21Merge 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
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-1/+2
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-3/+5
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2011-04-06Revert "net/sunrpc: Use static const char arrays"Trond Myklebust1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24NFS: Determine initial mount securityBryan Schumaker1-0/+16
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-0/+22
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2-2/+2
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+1
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-13/+31
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches1-1/+1
2010-12-17net: sunrpc: kill unused macrosShan Wei1-2/+0
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-2/+11
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-11/+20
2010-11-22Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-859/+24
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2010-10-25net/sunrpc: Use static const char arraysJoe Perches1-1/+1
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+17
2010-10-01nfsd4: remove spkm3J. Bruce Fields5-832/+0
2010-09-23net: return operator cleanupEric Dumazet4-25/+25
2010-09-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown1-6/+6
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4