aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-031-1/+1
* Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-251-22/+2
|\
| * SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-181-22/+2
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-2/+2
|\
| * SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2011-06-171-2/+2
* | sunrpc: Reduce switch/case indentJoe Perches2011-07-011-24/+22
|/
* NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker2011-04-131-3/+5
* gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2011-03-111-1/+1
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-2/+11
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-11/+20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-061-4/+5
|\
| * SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-121-4/+5
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
|/
* SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust2010-08-041-6/+1
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-11/+11
* SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust2010-05-141-12/+53
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-141-1/+1
* gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust2010-05-141-1/+7
* gss_krb5: Added and improved code commentsKevin Coffman2010-05-141-3/+9
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-1/+1
* SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust2010-03-211-3/+2
* sunrpc: parse and return errors reported by gssdJeff Layton2010-02-101-2/+9
* sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
* sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
* rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman2009-12-091-2/+2
* SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin2009-12-081-1/+1
* SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-091-2/+2
* SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-091-4/+4
* sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+1
* rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
* rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
* rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
* rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
* rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
* rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
* rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-231-12/+12
* rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-231-9/+14
* rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-231-1/+0
* sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
* SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-20/+7
|\
| * rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-091-12/+1
| * rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\2008-07-091-3/+1
| * SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-091-5/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* Merge branch 'devel'Trond Myklebust2008-04-241-37/+68
|\
| * SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| * SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8
| * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-191-1/+11