aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-11/+15
2010-06-22SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Gravatar Trond Myklebust 1-16/+22
2010-05-26sunrpc: fix leak on error on socket xprt setupGravatar J. Bruce Fields 1-11/+18
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-4/+0
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-4/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 1-2/+2
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Gravatar Trond Myklebust 1-3/+0
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueGravatar Chuck Lever 1-1/+0
2010-05-14SUNRPC: Fail over more quickly on connect errorsGravatar Trond Myklebust 1-17/+0
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Gravatar Trond Myklebust 1-14/+1
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelGravatar Trond Myklebust 1-3/+0
2010-03-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 1-6/+2
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-5/+4
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfGravatar Joe Perches 1-2/+2
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Gravatar Joe Perches 1-3/+2
2010-03-08rpc client can not deal with ENOSOCK, so translate it into ENOCONNGravatar Bian Naimeng 1-6/+2
2010-03-02SUNRPC: Handle EINVAL error returns from the TCP connect operationGravatar Trond Myklebust 1-0/+5
2010-02-10xprtsock.c: make bc_{malloc/free} staticGravatar H Hartley Sweeten 1-2/+2
2009-12-13Merge branch 'nfs-for-2.6.33'Gravatar Trond Myklebust 1-1/+1
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableGravatar Chuck Lever 1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-5/+5
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-16/+2
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Gravatar Neil Brown 1-0/+9
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelGravatar Alexandros Batsakis 1-2/+94
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingGravatar Rahul Iyer 1-0/+146
2009-08-10Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Gravatar Trond Myklebust 1-138/+97
2009-08-09SUNRPC: Update xprt address strings after an rpcbind completesGravatar Chuck Lever 1-41/+41
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLGravatar Chuck Lever 1-16/+34
2009-08-09SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrGravatar Chuck Lever 1-12/+12
2009-08-09SUNRPC: Use rpc_ntop() for constructing transport address stringsGravatar Chuck Lever 1-75/+34
2009-08-09SUNRPC: Remove duplicate universal address generationGravatar Chuck Lever 1-18/+0
2009-08-09SUNRPC: convert some sysctls into module parametersGravatar Trond Myklebust 1-0/+52
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Gravatar Trond Myklebust 1-0/+1
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Gravatar Trond Myklebust 1-20/+196
2009-06-17nfs41: Backchannel callback service helper routinesGravatar Ricardo Labiaga 1-0/+3
2009-06-17SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Gravatar Trond Myklebust 1-0/+1
2009-06-17nfs41: New xs_tcp_read_data()Gravatar Ricardo Labiaga 1-18/+126
2009-06-17nfs41: Process the RPC call directionGravatar Ricardo Labiaga 1-6/+25
2009-06-17nfs41: Add ability to read RPC call direction on TCP stream.Gravatar Ricardo Labiaga 1-3/+49
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-1/+1
2009-05-02SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectGravatar Trond Myklebust 1-5/+21
2009-04-01Merge branch 'devel' into for-linusGravatar Trond Myklebust 1-135/+228
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-5/+18
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Gravatar Trond Myklebust 1-1/+1
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeGravatar Trond Myklebust 1-68/+72
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutGravatar Trond Myklebust 1-2/+11
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsGravatar Trond Myklebust 1-17/+81
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedGravatar Trond Myklebust 1-4/+7
2009-03-11SUNRPC: Delay, then retry on connection errors.Gravatar Trond Myklebust 1-18/+16
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingGravatar Trond Myklebust 1-27/+31