summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
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
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust
2009-02-06net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen
2008-11-02sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever
2008-04-24Merge branch 'devel'Trond Myklebust
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust
2008-04-19SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust
2008-01-30SUNRPC: Clean up functions that free address_strings arrayChuck Lever
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust
2008-01-30SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust
2008-01-30SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust
2008-01-30SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust