summaryrefslogtreecommitdiff
path: root/net/rxrpc/connection.c
AgeCommit message (Collapse)Author
2004-12-27[RXRPC]: Staticize and remove unused globals and exports.Adrian Bunk
The patch below contains the following possible cleanups: - make some needlessly global code static - remove the following unused global function: - transport.c: rxrpc_clear_transport - remove the following unneeded EXPORT_SYMBOL: - rxrpc_syms.c: rxrpc_call_flush Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-09-21[PATCH] rxrpc endianness annotationsAlexander Viro
Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-07-15[PATCH] sparse: iovec cleanups - rxrpcAlexander Viro
rxrpc (low-level part of afs) switched to kernel_...msg(); it already was using kvec instead of iovec.
2004-07-12[PATCH] sparse: switching afs to kvecAlexander Viro
- afs and rxrpc switched to kvec; definition of kvec moved to uio.h (duh). - afs/mntpt.c got missing cast added. at that point afs is sparse-clean and rxrpc has only one remaining warning (setsockopt from local variable, protected by set_fs()).
2004-02-25[RXRPC]: C99 initialiers for net/rxrpc/connection.cArt Haas
2003-09-08[PATCH] RxRPC updateDavid Howells
Here's a patch to update the RxRPC driver. Most of it is CodingStyle fixes, but it also includes a few miscellaneous bug fixes. stdint types are also turned into C99 forms (eg: u32 -> uint32_t).
2002-12-01[PATCH] C99 initializer patches for four net/ filesArt Haas
2002-11-03[PATCH] AFS compile breakageDavid Howells
Fix: - Makefile using obj-m directly, rather than subsituting the "m" - compiler breakage against older versions of gcc - adds some lacking return statements that gcc didn't catch - removes some 2.4 compatibility stuff - RTT calculation - puts the timeouts in terms of HZ rather than assuming HZ==100
2002-10-15[PATCH] AFS filesystem (1/2)David Howells
This adds RxRPC support to Linux for use by the AFS filesystem