summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2008-12-23rpc: add target field to new upcallOlga Kornievskaia1-7/+21
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia1-0/+5
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1
2008-12-23rpc: pass target name down to rpc level on callbacksOlga Kornievskaia1-0/+16
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+23
2008-12-23rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12
2008-12-23rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\1-3/+61
2008-12-23rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\1-0/+14
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\1-3/+6
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\1-7/+15
2008-12-23rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\1-12/+12
2008-12-23rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\1-9/+14
2008-12-23rpc: remove unnecessary assignment\"J. Bruce Fields\1-1/+0
2008-12-23sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton1-5/+12
2008-12-23optimize attribute timeouts for "noac" and "actimeo=0"Peter Staubach1-1/+1
2008-12-23SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust3-14/+14
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2-28/+28
2008-12-23SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2-7/+7
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+7
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust1-1/+1
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust1-7/+9
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust1-10/+48
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+0
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+0
2008-10-15Merge branch 'next'Trond Myklebust7-268/+616
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-207/+989
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-2/+2
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey1-5/+1
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey1-0/+7
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2-1/+22
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey1-2/+2
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2-4/+10
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey1-5/+4
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey3-2/+33
2008-10-10RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey1-11/+9
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey1-0/+1
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey3-4/+15
2008-10-10RPC/RDMA: fix connection IRD/ORD settingTom Tucker1-37/+14
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey2-6/+167
2008-10-10RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey1-15/+80
2008-10-10RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey1-1/+7
2008-10-10RPC/RDMA: refactor the inline memory registration code.Tom Talpey1-158/+207
2008-10-08Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields3-122/+684
2008-10-07sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater1-2/+2
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust1-1/+3
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust1-7/+29