summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
* rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-231-9/+52
* rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells2020-11-231-3/+1
* rxrpc: Organise connection security to use a unionDavid Howells2020-11-231-20/+20
* rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-231-15/+9
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-231-5/+15
* rxrpc: Hand server key parsing off to the security classDavid Howells2020-11-231-0/+47
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-231-25/+32
* rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-231-3/+2
* rxrpc: Rewrite the client connection managerDavid Howells2020-09-081-4/+4
* rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu2020-08-271-1/+2
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-231-2/+1
* rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-23/+9
|\
| * rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-271-23/+9
* | rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells2019-07-301-19/+84
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* 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/+2
|\
| * rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-081-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-121-1/+1
* rxrpc: Trace UDP transmission failureDavid Howells2018-05-101-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-041-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/+3
* 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/+48
* 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/+48
* 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/+1
|\
| * rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-071-3/+1
* | rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches2016-06-031-0/+2
|/
* rxrpc: Absorb the rxkad security moduleDavid Howells2016-04-111-36/+25
* 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