aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/rxkad.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-14/+7
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-1/+1
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-188/+133
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 1-18/+10
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-27/+27
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 1-6/+3
2022-11-18rxrpc: fix rxkad_verify_response()Gravatar Dan Carpenter 1-2/+4
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingGravatar David Howells 1-24/+28
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-65/+37
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-1/+0
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyGravatar David Howells 1-70/+26
2022-09-01rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()Gravatar David Howells 1-1/+1
2022-07-08net: rxrpc: fix clang -Wformat warningGravatar Justin Stitt 1-1/+1
2021-04-27rxrpc: rxkad: Remove redundant variable offsetGravatar Jiapeng Chong 1-2/+0
2020-11-23rxrpc: Ask the security class how much space to allow in a packetGravatar David Howells 1-9/+52
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetGravatar David Howells 1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionGravatar David Howells 1-20/+20
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffGravatar David Howells 1-15/+9
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityGravatar David Howells 1-5/+15
2020-11-23rxrpc: Hand server key parsing off to the security classGravatar David Howells 1-0/+47
2020-11-23rxrpc: Don't retain the server key in the connectionGravatar David Howells 1-25/+32
2020-11-23rxrpc: Support keys with multiple authentication tokensGravatar David Howells 1-3/+2
2020-09-08rxrpc: Rewrite the client connection managerGravatar David Howells 1-4/+4
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Gravatar Dinghao Liu 1-1/+2
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Gravatar Qiushi Wu 1-2/+1
2019-12-20rxrpc: Fix missing security check on incoming callsGravatar David Howells 1-2/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-23/+9
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()Gravatar David Howells 1-23/+9
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoGravatar David Howells 1-19/+84
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-09-28rxrpc: Remove VLA usage of skcipherGravatar Kees Cook 1-22/+22
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2018-08-08rxrpc: Fix the keepalive generator [ver #2]Gravatar David Howells 1-2/+2
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferGravatar Kees Cook 1-12/+13
2018-08-01rxrpc: Trace packet transmissionGravatar David Howells 1-2/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-10rxrpc: Trace UDP transmission failureGravatar David Howells 1-2/+4
2018-03-30rxrpc: Fix firewall route keepaliveGravatar David Howells 1-0/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackGravatar David Howells 1-41/+51
2017-08-29rxrpc: Fix IPv6 supportGravatar David Howells 1-4/+4
2017-08-29net: rxrpc: Replace time_t type with time64_t typeGravatar Baolin Wang 1-7/+7
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDGravatar David Howells 1-1/+1
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysGravatar Jason A. Donenfeld 1-5/+14
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-33/+73
2017-04-06rxrpc: Handle temporary errors better in rxkad securityGravatar David Howells 1-38/+40
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-9/+9
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-3/+3
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 1-3/+6
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsGravatar David Howells 1-5/+3
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-29/+79