summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-235-116/+276
|\
| * SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust2012-03-121-2/+5
| * SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-112-2/+2
| * SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-2/+2
| * SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2012-01-312-50/+136
| * SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-01-311-4/+4
| * SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-01-311-3/+7
| * SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky2012-01-311-22/+73
| * SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-01-311-18/+36
| * SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky2012-01-311-38/+38
| * SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-01-311-2/+1
| * SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2012-01-311-23/+23
| * SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2012-01-311-29/+28
* | sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-121-1/+1
|\
| * net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-051-17/+23
|/
* 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 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-252-4/+35
|\
| * rpc: allow autoloading of gss mechanismsJ. Bruce Fields2011-07-152-4/+35
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-2/+2
|\ \ | |/
| * Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-06-211-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
|/ /
* | nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-1/+2
|/
* NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker2011-04-131-3/+5
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-04-081-1/+1
|\
| * Revert "net/sunrpc: Use static const char arrays"Trond Myklebust2011-04-061-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* NFS: Determine initial mount securityBryan Schumaker2011-03-241-0/+16
* NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-0/+22
* gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2011-03-112-2/+2
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-142-3/+1
|\
| * net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches2010-12-171-1/+1
| * net: sunrpc: kill unused macrosShan Wei2010-12-171-2/+0
* | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-111-13/+31
|\ \
| * | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-2/+11
| * | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-11/+20
| |/
* | Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-2/+2
|/
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-266-859/+24
|\
| * nfsd4: remove spkm3J. Bruce Fields2010-10-015-832/+0
| * svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown2010-09-211-22/+19
| * sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-211-6/+6
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-261-1/+1
|\ \
| * | net/sunrpc: Use static const char arraysJoe Perches2010-10-251-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-063-7/+17
|\ \ \ | | |/ | |/|
| * | gss:spkm3 miss returning error to caller when import security contextBian Naimeng2010-09-121-1/+4
OpenPOWER on IntegriCloud