summaryrefslogtreecommitdiff
path: root/net/rxrpc/main.c
AgeCommit message (Collapse)Author
2005-03-08[RXRPC]: Push module_{init,exit}() after function definitions.David S. Miller
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>
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-11-06[PATCH] add missing __exit specificationsDavid Howells
This adds some missing __exit specifications which lead to a failure to link the AFS code directly into the kernel.
2002-10-31[PATCH] make rxrpc build with gcc 2.xAlan Cox
2002-10-15[PATCH] AFS filesystem (1/2)David Howells
This adds RxRPC support to Linux for use by the AFS filesystem