aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* net: fix a lockdep splatEric Dumazet2010-09-25
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-08-18
|\
| * SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden2010-08-10
* | param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-11
|/
* SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust2010-06-22
* sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields2010-05-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-14
* | SUNRPC: Fix xs_setup_bc_tcp()Trond Myklebust2010-05-14
* | SUNRPC: RPC metrics and RTT estimator should use same RTT valueChuck Lever2010-05-14
* | SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-14
* | SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-14
|/
* SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-22
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-18
|\
| * rpc client can not deal with ENOSOCK, so translate it into ENOCONNBian Naimeng2010-03-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-13
|\ \ | |/ |/|
| * net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2010-03-08
| * net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-08
* | SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust2010-03-02
* | xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten2010-02-10
|/
* Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-13
|\
| * SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2009-12-03
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown2009-09-23
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-13
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-11
* Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-10
|\
| * SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever2009-08-09
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-09
| * SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever2009-08-09
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-09
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-09
* | SUNRPC: convert some sysctls into module parametersTrond Myklebust2009-08-09
|/
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-18
|\
| * SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Trond Myklebust2009-06-17
* | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-17
|\ \ | |/ |/|
| * nfs41: Backchannel callback service helper routinesRicardo Labiaga2009-06-17
| * nfs41: New xs_tcp_read_data()Ricardo Labiaga2009-06-17
| * nfs41: Process the RPC call directionRicardo Labiaga2009-06-17
| * nfs41: Add ability to read RPC call direction on TCP stream.Ricardo Labiaga2009-06-17
* | net: skb->dst accessorsEric Dumazet2009-06-03
|/
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-02
* Merge branch 'devel' into for-linusTrond Myklebust2009-04-01
|\
| * SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust2009-03-19
| * SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust2009-03-19
| * SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust2009-03-19
| * SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-19
| * SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust2009-03-11