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