Commit Graph

177 Commits (ed391f4ebf8f701d3566423ce8f17e614cde9806)

Author SHA1 Message Date
Trond Myklebust c9acb42ef1 SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel 15 years ago
Joe Perches 81160e66cc net/sunrpc: Convert (void)snprintf to snprintf 15 years ago
Joe Perches fc0b579168 net/sunrpc: Remove uses of NIPQUAD, use %pI4 15 years ago
Bian Naimeng 5fe46e9d73 rpc client can not deal with ENOSOCK, so translate it into ENOCONN 15 years ago
Trond Myklebust 9fcfe0c83c SUNRPC: Handle EINVAL error returns from the TCP connect operation 15 years ago
H Hartley Sweeten 5a51f13adf xprtsock.c: make bc_{malloc/free} static 15 years ago
Chuck Lever 09a21c4102 SUNRPC: Allow RPCs to fail quickly if the server is unreachable 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Neil Brown 61d0a8e6a8 NFS/RPC: fix problems with reestablish_timeout and related code. 16 years ago
Alexandros Batsakis f300baba5a nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel 16 years ago
Rahul Iyer 4cfc7e6019 nfsd41: sunrpc: Added rpc server-side backchannel handling 16 years ago
Chuck Lever 9dc3b095b7 SUNRPC: Update xprt address strings after an rpcbind completes 16 years ago
Chuck Lever c740eff84b SUNRPC: Kill RPC_DISPLAY_ALL 16 years ago
Chuck Lever fbfffbd5e7 SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr 16 years ago
Chuck Lever c877b849d3 SUNRPC: Use rpc_ntop() for constructing transport address strings 16 years ago
Chuck Lever ba809130bc SUNRPC: Remove duplicate universal address generation 16 years ago
Trond Myklebust cbf1107126 SUNRPC: convert some sysctls into module parameters 16 years ago
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/*/ 17 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