summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rxrpc: Remove VLA usage of skcipherKees Cook2018-09-281-22/+22
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+2Star
|\
| * rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-091-2/+2
* | rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook2018-08-031-12/+13
* | rxrpc: Trace packet transmissionDavid Howells2018-08-011-2/+5
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* rxrpc: Trace UDP transmission failureDavid Howells2018-05-111-2/+4
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-0/+2
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-081-41/+51
* rxrpc: Fix IPv6 supportDavid Howells2017-08-291-4/+4
* net: rxrpc: Replace time_t type with time64_t typeBaolin Wang2017-08-291-7/+7
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-1/+1
* rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-051-5/+14
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-33/+73
* rxrpc: Handle temporary errors better in rxkad securityDavid Howells2017-04-061-38/+40
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-9/+9
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-3/+3
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-301-3/+6
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-221-5/+3Star
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-29/+79
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-60/+48Star
* rxrpc: Drop channel number field from rxrpc_call structDavid Howells2016-08-231-2/+2
* rxrpc: Call channels should have separate call number spacesDavid Howells2016-07-061-14/+27
* rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu2016-07-061-102/+48Star
* rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-221-6/+6
* rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-221-31/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-3/+1Star
|\
| * rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1Star
* | rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-041-0/+2
|/
* rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-111-36/+25Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-81/+84
|\
| * rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells2016-03-041-1/+1
| * rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells2016-03-041-8/+9
| * rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-041-6/+6
| * rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-041-68/+70
* | rxrpc: Use skcipherHerbert Xu2016-01-271-65/+107
|/
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-8/+8
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RxRPC: Allow key payloads to be passed in XDR formDavid Howells2009-09-151-20/+21
* RxRPC: Declare the security index constants symbolicallyDavid Howells2009-09-151-3/+3
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-1/+1
* RxRPC: Fix a regression in the RXKAD security moduleDavid Howells2008-04-241-1/+1
* AFS: Do not describe debug parameters with their valuePaul Bolle2008-04-161-1/+1
* net/rxrpc trivial annotationsAl Viro2008-03-301-12/+15
* [RXRPC]: Use cpu_to_be32() where appropriate.YOSHIFUJI Hideaki2008-01-281-2/+2
* [AF_RXRPC]: Add a missing gotoDavid Howells2007-12-071-0/+1
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-311-4/+5