NFS/RPC: fix problems with reestablish_timeout and related code.
[safe/jmp/linux-2.6] / net / sunrpc / xprtsock.c
2009-09-23 Neil BrownNFS/RPC: fix problems with reestablish_timeout and...
2009-09-13 Alexandros Batsakisnfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
2009-09-11 Rahul Iyernfsd41: sunrpc: Added rpc server-side backchannel handling
2009-08-10 Trond MyklebustMerge branch 'patches_cel-for-2.6.32' into nfs-for...
2009-08-09 Chuck LeverSUNRPC: Update xprt address strings after an rpcbind...
2009-08-09 Chuck LeverSUNRPC: Kill RPC_DISPLAY_ALL
2009-08-09 Chuck LeverSUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
2009-08-09 Chuck LeverSUNRPC: Use rpc_ntop() for constructing transport addre...
2009-08-09 Chuck LeverSUNRPC: Remove duplicate universal address generation
2009-08-09 Trond MyklebustSUNRPC: convert some sysctls into module parameters
2009-06-19 Trond MyklebustMerge branch 'devel-for-2.6.31' into for-2.6.31
2009-06-18 Trond MyklebustMerge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41...
2009-06-17 Ricardo Labiaganfs41: Backchannel callback service helper routines
2009-06-17 Trond MyklebustSUNRPC: Fix a missing "break" option in xs_tcp_setup_so...
2009-06-17 Ricardo Labiaganfs41: New xs_tcp_read_data()
2009-06-17 Ricardo Labiaganfs41: Process the RPC call direction
2009-06-17 Ricardo Labiaganfs41: Add ability to read RPC call direction on TCP...
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-02 Trond MyklebustSUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods...
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-03-26 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-19 Trond MyklebustSUNRPC: Ensure we close the socket on EPIPE errors...
2009-03-19 Trond MyklebustSUNRPC: xs_tcp_connect_worker{4,6}: merge common code
2009-03-19 Trond MyklebustSUNRPC: Add a sysctl to control the duration of the...
2009-03-19 Trond MyklebustSUNRPC: Add the equivalent of the linger and linger2...
2009-03-11 Trond MyklebustSUNRPC: Ensure that xs_nospace return values are propagated
2009-03-11 Trond MyklebustSUNRPC: Delay, then retry on connection errors.
2009-03-11 Trond MyklebustSUNRPC: Return EAGAIN instead of ENOTCONN when waking...
2009-03-11 Trond MyklebustSUNRPC: Handle socket errors correctly
2009-03-11 Trond MyklebustSUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
2009-03-11 Trond MyklebustSUNRPC: Don't disconnect if a connection is still in...
2009-03-11 Trond MyklebustSUNRPC: Ensure we set XPRT_CLOSING only after we've...
2009-03-11 Chuck LeverSUNRPC: Avoid spurious wake-up during UDP connect proce...
2009-03-11 Trond MyklebustSUNRPC: xprt_connect() don't abort the task if the...
2009-03-11 Trond MyklebustSUNRPC: Fix an Oops due to socket not set up yet...
2009-02-07 Ilpo Järvinennet/sunrpc/xprtsock.c: some common code found
2008-11-03 David S. Millersunrpc: Fix build warning due to typo in %pI4 format...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace %#p6 format specifier with %pi6
2008-10-29 Harvey Harrisonnet, misc: replace uses of NIP6_FMT with %p6
2008-10-28 Harvey Harrisonnet: replace all current users of NIP6_SEQFMT with...
2008-10-28 Trond MyklebustSUNRPC: Respond promptly to server TCP resets
2008-10-14 Alan Coxnet: Rationalise email address: Network Specific Parts
2008-07-09 Chuck LeverSUNRPC: Ensure all transports set rq_xtime consistently
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-19 Trond MyklebustSUNRPC: Don't disconnect more than once if retransmitti...
2008-04-19 Trond MyklebustSUNRPC: remove XS_SENDMSG_RETRY
2008-04-19 Trond MyklebustSUNRPC: Fix up xprt_write_space()
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Trond MyklebustSUNRPC: Ensure that we read all available tcp data
2008-01-30 Chuck LeverSUNRPC: Clean up functions that free address_strings...
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
2008-01-30 Trond MyklebustSUNRPC: Add support for per-client timeout values
2008-01-30 Trond MyklebustSUNRPC: Clean up the transport timeout initialisation
2008-01-30 Trond MyklebustSUNRPC: Reconnect immediately whenever the server isn...
2008-01-30 Trond MyklebustSUNRPC: Rename xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Make call_status()/call_decode() call xprt_forc...
2008-01-30 Trond MyklebustSUNRPC: xprt_autoclose() should not call xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Use shutdown() instead of close() when disconne...
2008-01-30 Trond MyklebustSUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is...
2008-01-30 Trond MyklebustSUNRPC: Allow the client to detect if the TCP connectio...
2008-01-30 Trond MyklebustSUNRPC: Fix TCP rebinding logic
2008-01-30 Trond MyklebustSUNRPC: Fix a race in xs_tcp_state_change()
2008-01-28 Herbert Xu[UDP]: Restore missing inDatagrams increments
2007-11-26 Adrian BunkSUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}(...
2007-11-22 Adrian Bunk[SUNRPC]: Make xprtsock.c:xs_setup_{udp,tcp}() static
2007-10-15 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2007-10-10 John Heffner[NET] Cleanup: Use sock_owned_by_user() macro
2007-10-09 Trond MyklebustSUNRPC: Fix buggy UDP transmission
2007-10-09 Chuck LeverSUNRPC: Fix bytes-per-op accounting for RPC over UDP
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: support transport protocol naming
2007-10-09 \"Talpey, Thomas\SUNRPC: rearrange RPC sockets definitions
2007-10-09 \"Talpey, Thomas\SUNRPC: rename the rpc_xprtsock_create structure
2007-10-09 \"Talpey, Thomas\SUNRPC: Finish API to load RPC transport implementation...
2007-10-09 \"Talpey, Thomas\SUNRPC: export per-transport rpcbind netid's
2007-10-09 Chuck LeverSUNRPC: Add support for formatted universal addresses
2007-10-09 Chuck LeverSUNRPC: Split xs_reclassify_socket into an IPv4 and...
2007-10-09 Chuck LeverSUNRPC: Add a helper for extracting the address using...
2007-10-09 Chuck LeverSUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.c
2007-10-09 Chuck LeverSUNRPC: create connect workers for IPv6
2007-10-09 Chuck LeverSUNRPC: Rename IPv4 connect workers
2007-10-09 Chuck LeverSUNRPC: Refactor a part of socket connect logic into...
2007-10-09 Chuck LeverSUNRPC: create an IPv6-savvy mechanism for binding...
2007-10-09 Chuck LeverSUNRPC: Rename xs_bind() to prepare for IPv6-specific...
2007-10-09 Chuck LeverSUNRPC: Introduce support for setting the port number...
2007-10-09 Chuck LeverSUNRPC: add a function to format IPv6 addresses
2007-10-09 Chuck LeverSUNRPC: Rename xs_format_peer_addresses
2007-10-09 Chuck LeverSUNRPC: Add hex-formatted address support to rpc_peerad...
2007-10-09 Chuck LeverSUNRPC: Free address buffers in a loop
2007-10-09 Chuck LeverSUNRPC: Use standard macros for printing IP addresses
2007-10-09 Chuck LeverSUNRPC: Fix a signed v. unsigned comparison in net...
2007-07-11 Frank van MaarseveenSUNRPC client: add interface for binding to a local...
2007-07-11 Frank van MaarseveenSUNRPC: cleanup transport creation argument passing
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport to be consistent with new...
2007-07-11 Trond MyklebustSUNRPC: fix hang due to eventd deadlock...
2007-05-01 Chuck LeverSUNRPC: switch socket-based RPC transports to use rpcbind
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_tab...
next