Commit Graph

155 Commits (7dc482dfeeeefcfd000d4271c4626937406756d7)

Author SHA1 Message Date
Ricardo Labiaga 0d90ba1cd4 nfs41: Backchannel callback service helper routines 16 years ago
Trond Myklebust 88b5ed73bc SUNRPC: Fix a missing "break" option in xs_tcp_setup_socket() 16 years ago
Ricardo Labiaga 44b98efdd0 nfs41: New xs_tcp_read_data() 16 years ago
Ricardo Labiaga f4a2e418bf nfs41: Process the RPC call direction 16 years ago
Ricardo Labiaga 18dca02aeb nfs41: Add ability to read RPC call direction on TCP stream. 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Trond Myklebust f75e6745aa SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect 16 years ago
Trond Myklebust 55420c24a0 SUNRPC: Ensure we close the socket on EPIPE errors too... 16 years ago
Trond Myklebust b61d59fffd SUNRPC: xs_tcp_connect_worker{4,6}: merge common code 16 years ago
Trond Myklebust 25fe6142a5 SUNRPC: Add a sysctl to control the duration of the socket linger timeout 16 years ago
Trond Myklebust 7d1e8255cf SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets 16 years ago
Trond Myklebust 5e3771ce2d SUNRPC: Ensure that xs_nospace return values are propagated 16 years ago
Trond Myklebust 8a2cec295f SUNRPC: Delay, then retry on connection errors. 16 years ago
Trond Myklebust 2a4919919a SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending 16 years ago
Trond Myklebust 482f32e65d SUNRPC: Handle socket errors correctly 16 years ago
Trond Myklebust c8485e4d63 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() 16 years ago
Trond Myklebust 40d2549db5 SUNRPC: Don't disconnect if a connection is still in progress. 16 years ago
Trond Myklebust 670f945731 SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... 16 years ago
Chuck Lever fe315e76fc SUNRPC: Avoid spurious wake-up during UDP connect processing 16 years ago
Trond Myklebust 01d37c428a SUNRPC: xprt_connect() don't abort the task if the transport isn't bound 16 years ago
Trond Myklebust fba91afbec SUNRPC: Fix an Oops due to socket not set up yet... 16 years ago
Ilpo Järvinen 1f0fa15432 net/sunrpc/xprtsock.c: some common code found 16 years ago
David S. Miller e0db4a786b sunrpc: Fix build warning due to typo in %pI4 format changes. 16 years ago
Harvey Harrison 21454aaad3 net: replace NIPQUAD() in net/*/ 16 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 17 years ago
Harvey Harrison 4b7a4274ca net: replace %#p6 format specifier with %pi6 17 years ago
Harvey Harrison fdb46ee752 net, misc: replace uses of NIP6_FMT with %p6 17 years ago
Harvey Harrison b071195deb net: replace all current users of NIP6_SEQFMT with %#p6 17 years ago
Trond Myklebust 2a9e1cfa23 SUNRPC: Respond promptly to server TCP resets 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Chuck Lever b22602a673 SUNRPC: Ensure all transports set rq_xtime consistently 17 years ago
Trond Myklebust 7c1d71cf56 SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests 17 years ago
Trond Myklebust 06b4b681ab SUNRPC: remove XS_SENDMSG_RETRY 17 years ago
Trond Myklebust b6ddf64ffe SUNRPC: Fix up xprt_write_space() 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Trond Myklebust ff2d7db848 SUNRPC: Ensure that we read all available tcp data 17 years ago
Chuck Lever 33e01dc7f5 SUNRPC: Clean up functions that free address_strings array 17 years ago
Chuck Lever b454ae9060 SUNRPC: fewer conditionals in the format_ip_address routines 17 years ago
Trond Myklebust ba7392bb37 SUNRPC: Add support for per-client timeout values 17 years ago
Trond Myklebust 2881ae74e6 SUNRPC: Clean up the transport timeout initialisation 17 years ago
Trond Myklebust 663b8858dd SUNRPC: Reconnect immediately whenever the server isn't refusing it. 17 years ago
Trond Myklebust 62da3b2488 SUNRPC: Rename xprt_disconnect() 17 years ago
Trond Myklebust 3ebb067d92 SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect() 17 years ago
Trond Myklebust 7272dcd31d SUNRPC: xprt_autoclose() should not call xprt_disconnect() 17 years ago
Trond Myklebust e06799f958 SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socket 17 years ago
Trond Myklebust ef80367071 SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes 17 years ago
Trond Myklebust 3b948ae5be SUNRPC: Allow the client to detect if the TCP connection is closed 17 years ago
Trond Myklebust 67a391d72c SUNRPC: Fix TCP rebinding logic 17 years ago
Trond Myklebust 66af1e5585 SUNRPC: Fix a race in xs_tcp_state_change() 17 years ago
Herbert Xu 1781f7f580 [UDP]: Restore missing inDatagrams increments 17 years ago