aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-02sunrpc: Fix build warning due to typo in %pI4 format changes.David S. Miller1-1/+1
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-8/+7
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+48
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-4/+4
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-10/+9
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-4/+3
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust1-10/+48
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-2/+2
2008-07-09SUNRPC: Ensure all transports set rq_xtime consistentlyChuck Lever1-2/+0
2008-04-24Merge branch 'devel'Trond Myklebust1-31/+51
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust1-0/+2
2008-04-19SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust1-9/+3
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust1-20/+41
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust1-2/+5
2008-01-30SUNRPC: Clean up functions that free address_strings arrayChuck Lever1-6/+10
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever1-34/+22
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust1-9/+2
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust1-8/+21
2008-01-30SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust1-1/+9
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust1-2/+2
2008-01-30SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust1-1/+1
2008-01-30SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust1-2/+1
2008-01-30SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust1-7/+34
2008-01-30SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust1-0/+2
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust1-3/+21
2008-01-30SUNRPC: Fix TCP rebinding logicTrond Myklebust1-21/+38
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust1-4/+1
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu1-1/+5
2007-11-26SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk1-2/+2
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-111/+456
2007-10-10[NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner1-1/+1
2007-10-09SUNRPC: Fix buggy UDP transmissionTrond Myklebust1-6/+6
2007-10-09SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever1-0/+1
2007-10-09NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\1-4/+2
2007-10-09SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\1-0/+1
2007-10-09SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\1-3/+3
2007-10-09SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\1-5/+42
2007-10-09SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\1-0/+8
2007-10-09SUNRPC: Add support for formatted universal addressesChuck Lever1-0/+18
2007-10-09SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever1-18/+20
2007-10-09SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever1-6/+20
2007-10-09SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever1-10/+47
2007-10-09SUNRPC: create connect workers for IPv6Chuck Lever1-0/+101
2007-10-09SUNRPC: Rename IPv4 connect workersChuck Lever1-6/+6
2007-10-09SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever1-59/+72
2007-10-09SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever1-0/+33
2007-10-09SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever1-5/+6
2007-10-09SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever1-2/+11