summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/auth_gss.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-0/+1
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 Kinsbursky1-0/+21
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-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-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust1-2/+2
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker1-3/+5
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman1-1/+1
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-10-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+5
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-09-13SUNRPC: Fix race corrupting rpc upcallTrond Myklebust1-4/+5
2010-08-04SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust1-6/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust1-11/+11
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust1-12/+53
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust1-1/+1
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust1-1/+7
2010-05-14gss_krb5: Added and improved code commentsKevin Coffman1-3/+9
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman1-1/+1
2010-03-21SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust1-3/+2
2010-02-10sunrpc: parse and return errors reported by gssdJeff Layton1-2/+9
2010-01-07sunrpc: fix build-time warningRandy Dunlap1-1/+1
2009-12-19sunrpc: on successful gss error pipe write, don't return errorJeff Layton1-1/+16
2009-12-10rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman1-2/+2
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust1-2/+2
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust1-4/+4
2009-06-10sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+1
2008-12-24rpc: add service field to new upcallOlga Kornievskaia1-10/+16
2008-12-24rpc: add target field to new upcallOlga Kornievskaia1-7/+21
2008-12-24rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-24rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12
2008-12-24rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\1-3/+61
2008-12-24rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\1-0/+14