Frank van Maarseveen
|
d3bc9a1deb
SUNRPC client: add interface for binding to a local address
|
18 years ago |
Frank van Maarseveen
|
96802a0951
SUNRPC: cleanup transport creation argument passing
|
18 years ago |
Trond Myklebust
|
7531d692d4
SUNRPC: Fix sparse warnings
|
18 years ago |
Chuck Lever
|
a509050bd3
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
|
18 years ago |
Chuck Lever
|
c5a4dd8b7c
SUNRPC: Eliminate side effects from rpc_malloc
|
18 years ago |
Chuck Lever
|
2bea90d43a
SUNRPC: RPC buffer size estimates are too large
|
18 years ago |
Chuck Lever
|
7559c7a28f
SUNRPC: Make address format buffers more generic
|
18 years ago |
Chuck Lever
|
314dfd7987
SUNRPC: move saved socket callback functions to a private data structure
|
18 years ago |
Chuck Lever
|
7c6e066ec2
SUNRPC: Move the UDP socket bufsize parameters to a private data structure
|
18 years ago |
Chuck Lever
|
c847546182
SUNRPC: Move rpc_xprt socket connect fields into private data structure
|
18 years ago |
Chuck Lever
|
e136d0926e
SUNRPC: Move TCP state flags into xprtsock.c
|
18 years ago |
Chuck Lever
|
51971139b2
SUNRPC: Move TCP receive state variables into private data structure
|
18 years ago |
Chuck Lever
|
ee0ac0c227
SUNRPC: Remove sock and inet fields from rpc_xprt
|
18 years ago |
Chuck Lever
|
c8541ecdd5
SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
|
19 years ago |
Chuck Lever
|
e744cf2e3a
SUNRPC: minor optimization of "xid" field in rpc_xprt
|
19 years ago |
Greg Banks
|
7adae489fe
[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP
|
19 years ago |
Alexey Dobriyan
|
d8ed029d60
[SUNRPC]: trivial endianness annotations
|
19 years ago |
Trond Myklebust
|
6b6ca86b77
SUNRPC: Add refcounting to the struct rpc_xprt
|
19 years ago |
Chuck Lever
|
ff9aa5e56d
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
|
19 years ago |
Chuck Lever
|
c2866763b4
SUNRPC: use sockaddr + size when creating remote transport endpoints
|
19 years ago |
Chuck Lever
|
c4efcb1d3e
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
|
19 years ago |
Chuck Lever
|
edb267a688
SUNRPC: add xprt switch API for printing formatted remote peer addresses
|
19 years ago |
Chuck Lever
|
bbf7c1dd2a
SUNRPC: Introduce transport switch callout for pluggable rpcbind
|
19 years ago |
Chuck Lever
|
4a68179d38
SUNRPC: Make RPC portmapper use per-transport storage
|
19 years ago |
Chuck Lever
|
ec739ef03d
SUNRPC: Create a helper to tell whether a transport is bound
|
19 years ago |
Chuck Lever
|
8e037094c4
SUNRPC: avoid choosing an IPMI port for RPC traffic
|
19 years ago |
Trond Myklebust
|
e0ab53deaa
RPC: Ensure that we disconnect TCP socket when client requests error out
|
19 years ago |
Trond Myklebust
|
e99170ff3b
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
|
19 years ago |
Chuck Lever
|
262ca07de4
SUNRPC: add a handful of per-xprt counters
|
19 years ago |
Trond Myklebust
|
632e3bdc50
SUNRPC: Ensure client closes the socket when server initiates a close
|
19 years ago |