aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck 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: Create a helper to tell whether a transport is boundChuck Lever
2006-09-22[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-06-09SUNRPC: select privileged port numbers at randomChuck Lever
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever
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-12-19RPC: Do not block on skb allocationTrond Myklebust
2005-11-04SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabledChuck Lever
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever
2005-09-23[PATCH] RPC: make sure to get the same local port number when reconnectingChuck Lever
2005-09-23[PATCH] RPC: allow RPC client's port range to be adjustableChuck Lever
2005-09-23[PATCH] RPC: clean up after nocong was removedChuck Lever
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever
2005-09-23[PATCH] RPC: add a release_rqst callout to the RPC transport switchChuck Lever
2005-09-23[PATCH] RPC: add generic interface for adjusting the congestion windowChuck Lever
2005-09-23[PATCH] RPC: separate xprt_timer implementationsChuck Lever
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever
2005-09-23[PATCH] RPC: expose API for serializing access to RPC transportsChuck Lever
2005-09-23[PATCH] RPC: add API to set transport-specific timeoutsChuck Lever
2005-09-23[PATCH] RPC: get rid of xprt->streamChuck Lever
2005-09-23[PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever
2005-09-23[PATCH] RPC: separate TCP and UDP socket write pathsChuck Lever
2005-09-23[PATCH] RPC: separate TCP and UDP transport connection logicChuck Lever
2005-09-23[PATCH] RPC: separate TCP and UDP write space callbacksChuck Lever
2005-09-23[PATCH] RPC: client-side transport switch cleanupChuck Lever
2005-09-23[PATCH] RPC: Add helper for waking tasks pending on a transportChuck Lever
2005-09-23[PATCH] RPC: rename the sockstate fieldChuck Lever
2005-09-23[PATCH] RPC: Rename sock_lockChuck Lever
2005-09-23[PATCH] RPC: Reduce stack utilization in xs_sendpagesChuck Lever
2005-09-23[PATCH] RPC: transport switch function namingChuck Lever
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever