aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xprt.h
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust
2007-10-09NFS/SUNRPC: support transport protocol naming\"Talpey, Thomas\
2007-10-09SUNRPC: rearrange RPC sockets definitions\"Talpey, Thomas\
2007-10-09SUNRPC: rename the rpc_xprtsock_create structure\"Talpey, Thomas\
2007-10-09SUNRPC: Provide a new API for registering transport implementations\"Talpey, Thomas\
2007-10-09SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\
2007-10-09SUNRPC: Add support for formatted universal addressesChuck Lever
2007-10-09SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Chuck Lever
2007-07-10SUNRPC client: add interface for binding to a local addressFrank van Maarseveen
2007-07-10SUNRPC: cleanup transport creation argument passingFrank van Maarseveen
2007-05-14SUNRPC: Fix sparse warningsTrond Myklebust
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever
2006-12-06SUNRPC: move saved socket callback functions to a private data structureChuck Lever
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureChuck Lever
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureChuck Lever
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cChuck Lever
2006-12-06SUNRPC: Move TCP receive state variables into private data structureChuck Lever
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtChuck Lever
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtChuck Lever
2006-12-06SUNRPC: minor optimization of "xid" field in rpc_xprtChuck Lever
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever
2006-09-22SUNRPC: add xprt switch API for printing formatted remote peer addressesChuck Lever
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever
2006-08-24SUNRPC: avoid choosing an IPMI port for RPC trafficChuck Lever
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust
2006-04-19NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unsetTrond Myklebust
2006-03-20SUNRPC: add a handful of per-xprt countersChuck Lever
2006-01-06SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust
2006-01-06SUNRPC: transport switch API for setting port numberChuck Lever
2006-01-06SUNRPC: switchable buffer allocationChuck Lever
2005-10-18SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust