summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/rxkad.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin2024-04-301-1/+1
* rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells2024-03-051-22/+24
* rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells2024-02-291-4/+4
* rxrpc: Do lazy DF flag resettingDavid Howells2024-02-291-1/+0
* rxrpc: Note cksum in txbufDavid Howells2024-02-291-1/+1
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-051-2/+2
* rxrpc: Fix use of Don't Fragment flagDavid Howells2024-01-111-0/+2
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-14/+7
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-1/+1
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-188/+133
* rxrpc: Clean up connection abortDavid Howells2023-01-061-18/+10
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-27/+27
* rxrpc: Remove the [k_]proto() debugging macrosDavid Howells2022-12-011-6/+3
* rxrpc: fix rxkad_verify_response()Dan Carpenter2022-11-181-2/+4
* rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells2022-11-081-24/+28
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-65/+37
* rxrpc: Get rid of the Rx ringDavid Howells2022-11-081-1/+0
* rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells2022-11-081-70/+26
* rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells2022-09-011-1/+1
* net: rxrpc: fix clang -Wformat warningJustin Stitt2022-07-081-1/+1
* 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