summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
...
| * net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-081-3/+2Star
* | SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust2010-03-021-0/+5
* | xprtsock.c: make bc_{malloc/free} staticH Hartley Sweeten2010-02-101-2/+2
|/
* Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-131-1/+1
|\
| * SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2009-12-031-1/+1
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-5/+5
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-16/+2Star
|/
* NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown2009-09-231-0/+9
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-131-2/+94
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+146
* Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-101-138/+97Star
|\
| * SUNRPC: Update xprt address strings after an rpcbind completesChuck Lever2009-08-091-41/+41
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-16/+34
| * SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddrChuck Lever2009-08-091-12/+12
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-091-75/+34Star
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-18/+0Star
* | SUNRPC: convert some sysctls into module parametersTrond Myklebust2009-08-091-0/+52
|/
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-191-0/+1
|\
| * SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket()Trond Myklebust2009-06-171-0/+1
* | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31Trond Myklebust2009-06-181-20/+196
|\ \ | |/ |/|
| * nfs41: Backchannel callback service helper routinesRicardo Labiaga2009-06-171-0/+3
| * nfs41: New xs_tcp_read_data()Ricardo Labiaga2009-06-171-18/+126
| * nfs41: Process the RPC call directionRicardo Labiaga2009-06-171-6/+25
| * nfs41: Add ability to read RPC call direction on TCP stream.Ricardo Labiaga2009-06-171-3/+49
* | net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
|/
* SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectTrond Myklebust2009-05-031-5/+21
* Merge branch 'devel' into for-linusTrond Myklebust2009-04-011-135/+228
|\
| * SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust2009-03-191-1/+1
| * SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust2009-03-191-68/+72
| * SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust2009-03-191-2/+11
| * SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust2009-03-191-17/+81
| * SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust2009-03-111-4/+7
| * SUNRPC: Delay, then retry on connection errors.Trond Myklebust2009-03-111-18/+16Star
| * SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust2009-03-111-27/+31
| * SUNRPC: Handle socket errors correctlyTrond Myklebust2009-03-111-7/+5Star
| * SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-111-14/+12Star
| * SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust2009-03-111-4/+14
| * SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust2009-03-111-4/+1Star
| * SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever2009-03-111-18/+26
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-5/+18
|\|
| * SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-111-4/+9
| * SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
* | net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen2009-02-071-32/+21Star
|/
* sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller2008-11-031-1/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-8/+7Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-10/+48
|\
| * SUNRPC: Respond promptly to server TCP resetsTrond Myklebust2008-10-281-10/+48
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-4/+4
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-1/+1
* | net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-10/+9Star