aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-key.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationGravatar Thomas Meyer 1-4/+2
2011-03-08KEYS: Add a key type op to permit the key description to be vettedGravatar David Howells 1-0/+19
2011-02-25RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyGravatar Anton Blanchard 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesGravatar David Howells 1-1/+1
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)Gravatar David Howells 1-40/+537
2009-09-15RxRPC: Allow RxRPC keys to be readGravatar David Howells 1-0/+109
2009-09-15RxRPC: Allow key payloads to be passed in XDR formGravatar David Howells 1-38/+270
2009-09-15RxRPC: Declare the security index constants symbolicallyGravatar David Howells 1-2/+2
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-2/+4
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousGravatar David Howells 1-3/+29
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothGravatar David Howells 1-0/+334