index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
auth_gss
/
auth_gss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-16
/
+29
2013-02-17
sunrpc: silence build warning in gss_fill_context
Jeff Layton
1
-2
/
+1
2013-02-13
sunrpc: Update gss uid to security context mapping.
Eric W. Biederman
1
-5
/
+15
2013-02-13
sunrpc: Convert kuids and kgids to uids and gids for printing
Eric W. Biederman
1
-5
/
+8
2013-02-13
sunrpc: Use uid_eq and gid_eq where appropriate
Eric W. Biederman
1
-2
/
+2
2013-02-13
sunrpc: Use kuid_t and kgid_t where appropriate
Eric W. Biederman
1
-4
/
+4
2013-02-01
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
Trond Myklebust
1
-1
/
+1
2012-12-12
SUNRPC set gss gc_expiry to full lifetime
Andy Adamson
1
-4
/
+13
2012-10-01
SUNRPC: Use __func__ in dprintk() in auth_gss.c
Chuck Lever
1
-29
/
+29
2012-07-16
SUNRPC: Add rpcauth_list_flavors()
Chuck Lever
1
-0
/
+1
2012-03-02
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
Trond Myklebust
1
-2
/
+2
2012-01-31
SUNRPC: create GSS auth cache per network namespace
Stanislav Kinsbursky
1
-0
/
+21
2012-01-31
SUNRPC: remove RPC PipeFS mount point reference from RPC client
Stanislav Kinsbursky
1
-4
/
+4
2012-01-31
SUNRPC: subscribe RPC clients to pipefs notifications
Stanislav Kinsbursky
1
-3
/
+7
2012-01-31
SUNRPC: handle GSS AUTH pipes by network namespace aware routines
Stanislav Kinsbursky
1
-22
/
+73
2012-01-31
SUNRPC: split SUNPRC PipeFS dentry and private pipe data creation
Stanislav Kinsbursky
1
-18
/
+36
2012-01-31
SUNRPC: cleanup GSS pipes usage
Stanislav Kinsbursky
1
-38
/
+38
2012-01-31
SUNPRC: cleanup RPC PipeFS pipes upcall interface
Stanislav Kinsbursky
1
-2
/
+1
2012-01-31
SUNRPC: split SUNPRC PipeFS pipe data and inode creation
Stanislav Kinsbursky
1
-23
/
+23
2012-01-31
SUNRPC: replace inode lock with pipe lock for RPC PipeFS operations
Stanislav Kinsbursky
1
-29
/
+28
2012-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-1
/
+1
2012-01-05
SUNRPC: Clean up the RPCSEC_GSS service ticket requests
Trond Myklebust
1
-17
/
+23
2011-10-25
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-22
/
+2
2011-10-18
SUNRPC/NFS: make rpc pipe upcall generic
Peng Tao
1
-22
/
+2
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
1
-2
/
+2
2011-07-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+2
2011-07-01
sunrpc: Reduce switch/case indent
Joe Perches
1
-24
/
+22
2011-06-17
SUNRPC: Ensure the RPC client only quits on fatal signals
Trond Myklebust
1
-2
/
+2
2011-04-13
NFS: Fix infinite loop in gss_create_upcall()
Bryan Schumaker
1
-3
/
+5
2011-03-11
gss:krb5 only include enctype numbers in gm_upcall_enctypes
Kevin Coffman
1
-1
/
+1
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-2
/
+11
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-11
/
+20
2010-10-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+5
2010-09-23
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-09-12
SUNRPC: Fix race corrupting rpc upcall
Trond Myklebust
1
-4
/
+5
2010-08-04
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
Trond Myklebust
1
-6
/
+1
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
1
-11
/
+11
2010-05-14
SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired
Trond Myklebust
1
-12
/
+53
2010-05-14
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
Trond Myklebust
1
-1
/
+1
2010-05-14
gss_krb5: Add upcall info indicating supported kerberos enctypes
Trond Myklebust
1
-1
/
+7
2010-05-14
gss_krb5: Added and improved code comments
Kevin Coffman
1
-3
/
+9
2010-05-14
gss_krb5: Introduce encryption type framework
Kevin Coffman
1
-1
/
+1
2010-03-21
SUNRPC: Fix a potential memory leak in auth_gss
Trond Myklebust
1
-3
/
+2
2010-02-10
sunrpc: parse and return errors reported by gssd
Jeff Layton
1
-2
/
+9
2010-01-06
sunrpc: fix build-time warning
Randy Dunlap
1
-1
/
+1
2009-12-18
sunrpc: on successful gss error pipe write, don't return error
Jeff Layton
1
-1
/
+16
2009-12-09
rpc: remove unneeded function parameter in gss_add_msg()
Suresh Jayaraman
1
-2
/
+2
2009-12-08
SUNRPC: IS_ERR/PTR_ERR confusion
Roel Kluin
1
-1
/
+1
2009-08-09
SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path
Trond Myklebust
1
-2
/
+2
[next]