summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-key.c
Commit message (Expand)AuthorAgeFilesLines
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-18/+6
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-16/+16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-2/+0
|\
| * KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-2/+0
* | RxRPC: Fix missing __user annotationDavid Howells2014-09-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-1/+1
|\ \ | |/ |/|
| * net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin2014-07-201-1/+1
* | KEYS: RxRPC: Use key preparsingDavid Howells2014-07-221-68/+97
|/
* af_rxrpc: Fix XDR length check in rxrpc key demarshalling.Nathaniel W Filardo2014-05-161-1/+1
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-20/+20
|\
| * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-20/+20
* | userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman2012-09-131-2/+4
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-11/+11
* RxRPC: Fix kcalloc parameters swappedAxel Lin2012-02-141-2/+2
* RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-4/+2
* KEYS: Add a key type op to permit the key description to be vettedDavid Howells2011-03-081-0/+19
* RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard2011-02-251-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells2009-09-161-1/+1
* RxRPC: Parse security index 5 keys (Kerberos 5)David Howells2009-09-151-40/+537
* RxRPC: Allow RxRPC keys to be readDavid Howells2009-09-151-0/+109
* RxRPC: Allow key payloads to be passed in XDR formDavid Howells2009-09-151-38/+270
* RxRPC: Declare the security index constants symbolicallyDavid Howells2009-09-151-2/+2
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-2/+4
* KEYS: Make request_key() and co fundamentally asynchronousDavid Howells2007-10-171-3/+29
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-0/+334
OpenPOWER on IntegriCloud