aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* 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
| * SUNRPC: Delay, then retry on connection errors.Trond Myklebust2009-03-11
| * SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust2009-03-11
| * SUNRPC: Handle socket errors correctlyTrond Myklebust2009-03-11
| * SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust2009-03-11
| * SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust2009-03-11
| * SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust2009-03-11
| * SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever2009-03-11
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-26
|\|
| * SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-11
| * SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-11
* | net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen2009-02-07
|/
* sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller2008-11-03
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-31
|\
| * SUNRPC: Respond promptly to server TCP resetsTrond Myklebust2008-10-28
* | net: replace %p6 with %pI6Harvey Harrison2008-10-29
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-29
* | net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-29
* | net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-28
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-13
* SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2008-07-09
* Merge branch 'devel'Trond Myklebust2008-04-24
|\
| * SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-19
| * SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust2008-04-19
| * SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-19
| * SUNRPC: Ensure that we read all available tcp dataTrond Myklebust2008-02-29
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
|/
* SUNRPC: Clean up functions that free address_strings arrayChuck Lever2008-01-30
* SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-30
* SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-30
* SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-30
* SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust2008-01-30
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-30
* SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust2008-01-30
* SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust2008-01-30
* SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust2008-01-30
* SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust2008-01-30
* SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust2008-01-30
* SUNRPC: Fix TCP rebinding logicTrond Myklebust2008-01-30
* SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust2008-01-30
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-28
* SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-26