aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* SUNRPC: Clean up functions that free address_strings arrayChuck Lever2008-01-30
* SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-30
* SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-30
* SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-30
* SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust2008-01-30
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-30
* SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust2008-01-30
* SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust2008-01-30
* SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust2008-01-30
* SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust2008-01-30
* SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust2008-01-30
* SUNRPC: Fix TCP rebinding logicTrond Myklebust2008-01-30
* SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust2008-01-30
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-28
* SUNRPC: make sunrpc/xprtsock.c:xs_setup_{udp,tcp}() staticAdrian Bunk2007-11-26
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-15
|\
| * SUNRPC: Fix buggy UDP transmissionTrond Myklebust2007-10-09
| * SUNRPC: Fix bytes-per-op accounting for RPC over UDPChuck Lever2007-10-09
| * NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\2007-10-09
| * SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\2007-10-09
| * SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\2007-10-09
| * SUNRPC: Finish API to load RPC transport implementations dynamically\"Talpey, Thomas\2007-10-09
| * SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\2007-10-09
| * SUNRPC: Add support for formatted universal addressesChuck Lever2007-10-09
| * SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 versionChuck Lever2007-10-09
| * SUNRPC: Add a helper for extracting the address using the correct typeChuck Lever2007-10-09
| * SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.cChuck Lever2007-10-09
| * SUNRPC: create connect workers for IPv6Chuck Lever2007-10-09
| * SUNRPC: Rename IPv4 connect workersChuck Lever2007-10-09
| * SUNRPC: Refactor a part of socket connect logic into a helper functionChuck Lever2007-10-09
| * SUNRPC: create an IPv6-savvy mechanism for binding to a reserved portChuck Lever2007-10-09
| * SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind methodChuck Lever2007-10-09
| * SUNRPC: Introduce support for setting the port number in IPv6 addressesChuck Lever2007-10-09
| * SUNRPC: add a function to format IPv6 addressesChuck Lever2007-10-09
| * SUNRPC: Rename xs_format_peer_addressesChuck Lever2007-10-09
| * SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever2007-10-09
| * SUNRPC: Free address buffers in a loopChuck Lever2007-10-09
| * SUNRPC: Use standard macros for printing IP addressesChuck Lever2007-10-09
| * SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.cChuck Lever2007-10-09
* | [NET] Cleanup: Use sock_owned_by_user() macroJohn Heffner2007-10-10
|/
* SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-10
* SUNRPC: cleanup transport creation argument passingFrank van Maarseveen2007-07-10
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-10
* SUNRPC: fix hang due to eventd deadlock...Trond Myklebust2007-07-10
* SUNRPC: switch socket-based RPC transports to use rpcbindChuck Lever2007-05-01
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-14
* [PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->deEric W. Biederman2007-02-14
* [PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flagEric W. Biederman2007-02-14
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* SUNRPC: fix print format for tk_pidChuck Lever2007-02-03