aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-1237/+0
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-1/+3
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-2/+2
2016-01-27rxrpc: Use skcipherHerbert Xu1-6/+6
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-18/+6
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-16/+16
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-2/+0
2014-09-09RxRPC: Fix missing __user annotationDavid Howells1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-07-22KEYS: RxRPC: Use key preparsingDavid Howells1-68/+97
2014-07-20net/rxrpc/ar-key.c: drop negativity check on unsigned valueAndrey Utkin1-1/+1
2014-05-16af_rxrpc: Fix XDR length check in rxrpc key demarshalling.Nathaniel W Filardo1-1/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-20/+20
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-20/+20
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0Eric W. Biederman1-2/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-11/+11
2012-02-14RxRPC: Fix kcalloc parameters swappedAxel Lin1-2/+2
2011-11-21RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-03-08KEYS: Add a key type op to permit the key description to be vettedDavid Howells1-0/+19
2011-02-25RxRPC: Allocate tokens with kzalloc to avoid oops in rxrpc_destroyAnton Blanchard1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-16RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells1-1/+1
2009-09-15RxRPC: Parse security index 5 keys (Kerberos 5)David Howells1-40/+537
2009-09-15RxRPC: Allow RxRPC keys to be readDavid Howells1-0/+109
2009-09-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells1-38/+270
2009-09-15RxRPC: Declare the security index constants symbolicallyDavid Howells1-2/+2
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-2/+4
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-3/+29
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-0/+334