aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2010-05-26sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust
2010-05-14SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust
2010-03-22SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust
2010-03-18Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches
2010-03-08rpc client can not deal with ENOSOCK, so translate it into ENOCONNBian Naimeng
2010-03-02SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust
2010-02-10xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer
2009-08-10Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust
2009-08-09SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever
2009-08-09SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever
2009-08-09SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever
2009-08-09SUNRPC: convert some sysctls into module parametersTrond Myklebust
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust
2009-06-17Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust
2009-06-17nfs41: Backchannel callback service helper routinesRicardo Labiaga
2009-06-17SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Trond Myklebust
2009-06-17nfs41: New xs_tcp_read_data()Ricardo Labiaga
2009-06-17nfs41: Process the RPC call directionRicardo Labiaga
2009-06-17nfs41: Add ability to read RPC call direction on TCP stream.Ricardo Labiaga
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-02SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust