aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust1-135/+228
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-5/+18
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust1-1/+1
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust1-68/+72
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust1-2/+11
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust1-17/+81
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust1-4/+7
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust1-18/+16
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust1-27/+31
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust1-7/+5
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust1-14/+12
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever1-18/+26
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust1-4/+9
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust1-1/+9
2009-02-06net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen1-32/+21
2008-11-02sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller1-1/+1
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-8/+7
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+48
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-4/+4
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-10/+9
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-4/+3
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust1-10/+48
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-2/+2
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever1-2/+0
2008-04-24Merge branch 'devel'Trond Myklebust1-31/+51
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust1-0/+2
2008-04-19SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust1-9/+3
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust1-20/+41
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust1-2/+5
2008-01-30SUNRPC: Clean up functions that free address_strings arrayChuck Lever1-6/+10
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever1-34/+22
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust1-9/+2
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust1-8/+21
2008-01-30SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust1-1/+9
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust1-2/+2
2008-01-30SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust1-1/+1
2008-01-30SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust1-2/+1
2008-01-30SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust1-7/+34
2008-01-30SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust1-0/+2
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust1-3/+21
2008-01-30SUNRPC: Fix TCP rebinding logicTrond Myklebust1-21/+38
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust1-4/+1
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu1-1/+5
2007-11-26SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk1-2/+2
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-111/+456
2007-10-10[NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner1-1/+1