SUNRPC: Move TCP state flags into xprtsock.c
[safe/jmp/linux-2.6] / net / sunrpc / xprtsock.c
2006-12-06 Chuck LeverSUNRPC: Move TCP state flags into xprtsock.c
2006-12-06 Chuck LeverSUNRPC: Move TCP receive state variables into private...
2006-12-06 Chuck LeverSUNRPC: Remove sock and inet fields from rpc_xprt
2006-12-06 Chuck LeverSUNRPC: Allocate a private data area for socket-specifi...
2006-12-06 Chuck LeverSUNRPC: Make the transport-specific setup routine alloc...
2006-12-06 Trond MyklebustSUNRPC: Clean up xs_send_pages()
2006-10-20 Chuck Lever[PATCH] SUNRPC: fix a typo
2006-09-29 Alexey Dobriyan[SUNRPC]: trivial endianness annotations
2006-09-23 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-09-23 Chuck LeverSUNRPC: Eliminate xprt_create_proto and rpc_create_client
2006-09-23 Chuck LeverSUNRPC: Use "sockaddr_storage" for storing RPC client...
2006-09-23 Chuck LeverSUNRPC: add xprt switch API for printing formatted...
2006-09-23 Chuck LeverSUNRPC: Introduce transport switch callout for pluggabl...
2006-09-23 Chuck LeverSUNRPC: Create a helper to tell whether a transport...
2006-09-22 Sridhar Samudrala[SUNRPC]: Remove the unnecessary check for highmem...
2006-09-22 Sridhar Samudrala[SUNRPC]: Update to use in-kernel sockets API.
2006-08-03 Trond MyklebustRPC: Ensure that we disconnect TCP socket when client...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-09 Chuck LeverSUNRPC: select privileged port numbers at random
2006-03-20 Chuck LeverSUNRPC: introduce per-task RPC iostats
2006-03-20 Chuck LeverSUNRPC: add a handful of per-xprt counters
2006-01-06 Trond MyklebustSUNRPC: Ensure client closes the socket when server...
2006-01-06 Chuck LeverSUNRPC: transport switch API for setting port number
2006-01-06 Chuck LeverSUNRPC: switchable buffer allocation
2005-12-20 Trond MyklebustRPC: Do not block on skb allocation
2005-11-04 Chuck LeverSUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is...
2005-09-23 Chuck Lever[PATCH] RPC: rationalize set_buffer_size
2005-09-23 Chuck Lever[PATCH] RPC: parametrize various transport connect...
2005-09-23 Chuck Lever[PATCH] RPC: make sure to get the same local port numbe...
2005-09-23 Chuck Lever[PATCH] RPC: allow RPC client's port range to be adjustable
2005-09-23 Chuck Lever[PATCH] RPC: clean up after nocong was removed
2005-09-23 Chuck Lever[PATCH] RPC: remove xprt->nocong
2005-09-23 Chuck Lever[PATCH] RPC: add a release_rqst callout to the RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add generic interface for adjusting the...
2005-09-23 Chuck Lever[PATCH] RPC: separate xprt_timer implementations
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add API to set transport-specific timeouts
2005-09-23 Chuck Lever[PATCH] RPC: get rid of xprt->stream
2005-09-23 Chuck Lever[PATCH] RPC: skip over transport-specific heads automat...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP socket write paths
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP transport connection...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP write space callbacks
2005-09-23 Chuck Lever[PATCH] RPC: client-side transport switch cleanup
2005-09-23 Chuck Lever[PATCH] RPC: Add helper for waking tasks pending on...
2005-09-23 Chuck Lever[PATCH] RPC: rename the sockstate field
2005-09-23 Chuck Lever[PATCH] RPC: Rename sock_lock
2005-09-23 Chuck Lever[PATCH] RPC: Reduce stack utilization in xs_sendpages
2005-09-23 Chuck Lever[PATCH] RPC: transport switch function naming
2005-09-23 Chuck Lever[PATCH] RPC: introduce client-side transport switch