aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-5/+18
|\
| * SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-111-4/+9
| * SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
* | net/sunrpc/xprtsock.c: some common code foundIlpo Järvinen2009-02-061-32/+21
|/
* sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller2008-11-021-1/+1
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-8/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-10/+48
|\
| * SUNRPC: Respond promptly to server TCP resetsTrond Myklebust2008-10-281-10/+48
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-4/+4
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-1/+1
* | net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-10/+9
* | net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-281-4/+3
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-2/+2
* SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever2008-07-091-2/+0
* Merge branch 'devel'Trond Myklebust2008-04-241-31/+51
|\
| * SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust2008-04-191-0/+2
| * SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust2008-04-191-9/+3
| * SUNRPC: Fix up xprt_write_space()Trond Myklebust2008-04-191-20/+41
| * SUNRPC: Ensure that we read all available tcp dataTrond Myklebust2008-02-281-2/+5
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-1/+1
|/
* SUNRPC: Clean up functions that free address_strings arrayChuck Lever2008-01-301-6/+10
* SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-301-34/+22
* SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-301-9/+2
* SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-301-8/+21
* SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust2008-01-301-1/+9
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-301-2/+2
* SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust2008-01-301-1/+1
* SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust2008-01-301-2/+1
* SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust2008-01-301-7/+34
* SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust2008-01-301-0/+2
* SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust2008-01-301-3/+21
* SUNRPC: Fix TCP rebinding logicTrond Myklebust2008-01-301-21/+38
* SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust2008-01-301-4/+1
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-281-1/+5
* SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-261-2/+2
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-151-111/+456
|\
| * SUNRPC: Fix buggy UDP transmissionTrond Myklebust2007-10-091-6/+6
| * SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever2007-10-091-0/+1
| * NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\2007-10-091-4/+2
| * SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\2007-10-091-0/+1
| * SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\2007-10-091-3/+3
| * SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\2007-10-091-5/+42
| * SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-0/+8
| * SUNRPC: Add support for formatted universal addressesChuck Lever2007-10-091-0/+18
| * SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever2007-10-091-18/+20
| * SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever2007-10-091-6/+20
| * SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever2007-10-091-10/+47
| * SUNRPC: create connect workers for IPv6Chuck Lever2007-10-091-0/+101
| * SUNRPC: Rename IPv4 connect workersChuck Lever2007-10-091-6/+6
| * SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever2007-10-091-59/+72