aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
Commit message (Expand)AuthorAge
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-05-01
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-05-01
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-05-01
* SUNRPC: Make address format buffers more genericChuck Lever2006-12-06
* SUNRPC: move saved socket callback functions to a private data structureChuck Lever2006-12-06
* SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever2006-12-06
* SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever2006-12-06
* SUNRPC: Move TCP state flags into xprtsock.cChuck Lever2006-12-06
* SUNRPC: Move TCP receive state variables into private data structureChuck Lever2006-12-06
* SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever2006-12-06
* SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever2006-12-06
* SUNRPC: minor optimization of "xid" field in rpc_xprtChuck Lever2006-12-06
* [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks2006-10-04
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-28
* SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-22
* SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-22
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-22
* SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-22
* SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever2006-09-22
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-22
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-22
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-22
* SUNRPC: avoid choosing an IPMI port for RPC trafficChuck Lever2006-08-24
* RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust2006-08-03
* NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust2006-04-19
* SUNRPC: add a handful of per-xprt countersChuck Lever2006-03-20
* SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust2006-01-06
* SUNRPC: transport switch API for setting port numberChuck Lever2006-01-06
* SUNRPC: switchable buffer allocationChuck Lever2006-01-06
* SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields2005-10-19
* RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust2005-10-18
* [PATCH] RPC: rationalize set_buffer_sizeChuck Lever2005-09-23
* [PATCH] RPC: parametrize various transport connect timeoutsChuck Lever2005-09-23
* [PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever2005-09-23
* [PATCH] RPC: clean up after nocong was removedChuck Lever2005-09-23
* [PATCH] RPC: remove xprt->nocongChuck Lever2005-09-23
* [PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever2005-09-23
* [PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever2005-09-23
* [PATCH] RPC: separate xprt_timer implementationsChuck Lever2005-09-23
* [PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2005-09-23
* [PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever2005-09-23
* [PATCH] RPC: add API to set transport-specific timeoutsChuck Lever2005-09-23
* [PATCH] RPC: get rid of xprt->streamChuck Lever2005-09-23
* [PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever2005-09-23
* [PATCH] RPC: separate TCP and UDP write space callbacksChuck Lever2005-09-23
* [PATCH] RPC: client-side transport switch cleanupChuck Lever2005-09-23
* [PATCH] RPC: Add helper for waking tasks pending on a transportChuck Lever2005-09-23
* [PATCH] RPC: rename the sockstate fieldChuck Lever2005-09-23
* [PATCH] RPC: Rename xprt_lockChuck Lever2005-09-23
* [PATCH] RPC: Rename sock_lockChuck Lever2005-09-23