aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-29/+79
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-60/+48
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells1-2/+2
2016-07-06rxrpc: Call channels should have separate call number spacesDavid Howells1-14/+27
2016-07-06rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu1-102/+48
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-6/+6
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-31/+31
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang1-3/+1
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-0/+2
2016-04-11rxrpc: Absorb the rxkad security moduleDavid Howells1-36/+25
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-81/+84
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells1-1/+1
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells1-8/+9
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells1-6/+6
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-68/+70
2016-01-27rxrpc: Use skcipherHerbert Xu1-65/+107
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-8/+8
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
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-15RxRPC: Allow key payloads to be passed in XDR formDavid Howells1-20/+21
2009-09-15RxRPC: Declare the security index constants symbolicallyDavid Howells1-3/+3
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-1/+1
2008-04-24RxRPC: Fix a regression in the RXKAD security moduleDavid Howells1-1/+1
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle1-1/+1
2008-03-30net/rxrpc trivial annotationsAl Viro1-12/+15
2008-01-28[RXRPC]: Use cpu_to_be32() where appropriate.YOSHIFUJI Hideaki1-2/+2
2007-12-07[AF_RXRPC]: Add a missing gotoDavid Howells1-0/+1
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-30[NET]: Fix incorrect sg_mark_end() calls.David S. Miller1-4/+5
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-33/+33
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2007-04-27[AF_RXRPC/AFS]: Arch-specific fixes.David Howells1-0/+1
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-0/+1153