summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorLines
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-8/+12
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields-5/+7
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields-2/+4
2013-05-22SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust-1/+7
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust-19/+30
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust-1/+18
2013-05-15SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust-2/+3
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-28/+30
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-3/+2
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields-13/+13
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven-15/+17
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+13
2013-04-30svcauth_gss: fix error return code in rsc_parse()Wei Yongjun-1/+3
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-52/+275
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita-2/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko-1/+0
2013-04-29svcrpc: fix gss-proxy to respect user namespacesJ. Bruce Fields-7/+13
2013-04-29SUNRPC: gssp_procedures[] can be staticFengguang Wu-1/+1
2013-04-29SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields-1/+10
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields-44/+185
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce-9/+343
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce-1/+1504
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce-6/+11
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields-0/+4
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields-0/+3
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields-22/+106
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust-8/+3
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust-32/+176
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust-1/+7
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust-4/+74
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-8/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-13/+13
2013-04-05sunrpc: drop "select NETVM"Paul Bolle-1/+0
2013-04-05SUNRPC: Fix a potential memory leak in rpc_new_clientTrond Myklebust-5/+2
2013-04-05SUNRPC: Remove extra xprt_put()Chuck Lever-3/+1
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever-1/+4
2013-04-03SUNRPC/cache: add module_put() on error path in cache_open()Alexey Khoroshilov-1/+3
2013-03-29SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever-13/+13
2013-03-29SUNRPC: Make gss_mech_get() staticChuck Lever-4/+1
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever-2/+69
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever-7/+20
2013-03-29SUNRPC: Load GSS kernel module by OIDChuck Lever-0/+9
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever-5/+59
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever-1/+1
2013-03-29SUNRPC: Missing module alias for auth_rpcgss.koChuck Lever-0/+1
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-2/+7
2013-03-25SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust-14/+18