Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[safe/jmp/linux-2.6] / net / sunrpc / xprtsock.c
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-14 Trond MyklebustSUNRPC: Move the task->tk_bytes_sent and tk_rtt to...
2010-05-14 Trond MyklebustSUNRPC: Fix xs_setup_bc_tcp()
2010-05-14 Chuck LeverSUNRPC: RPC metrics and RTT estimator should use same...
2010-05-14 Trond MyklebustSUNRPC: Fail over more quickly on connect errors
2010-05-14 Trond MyklebustSUNRPC: Move the test for XPRT_CONNECTING into xprt_con...
2010-03-22 Trond MyklebustSUNRPC: Fix a use after free bug with the NFSv4.1 backc...
2010-03-18 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2010-03-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-03-08 Joe Perchesnet/sunrpc: Convert (void)snprintf to snprintf
2010-03-08 Joe Perchesnet/sunrpc: Remove uses of NIPQUAD, use %pI4
2010-03-08 Bian Naimengrpc client can not deal with ENOSOCK, so translate...
2010-03-02 Trond MyklebustSUNRPC: Handle EINVAL error returns from the TCP connec...
2010-02-10 H Hartley Sweetenxprtsock.c: make bc_{malloc/free} static
2009-12-13 Trond MyklebustMerge branch 'nfs-for-2.6.33'
2009-12-03 Chuck LeverSUNRPC: Allow RPCs to fail quickly if the server is...
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
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
next