summaryrefslogtreecommitdiff
path: root/net/rxrpc/rxkad.c
AgeCommit message (Expand)Author
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2024-01-11rxrpc: Fix use of Don't Fragment flagDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells
2022-11-18rxrpc: fix rxkad_verify_response()Dan Carpenter
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells
2022-09-01rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells
2022-07-08net: rxrpc: fix clang -Wformat warningJustin Stitt
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells
2020-08-27rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-28rxrpc: Remove VLA usage of skcipherKees Cook
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook
2018-08-01rxrpc: Trace packet transmissionDavid Howells
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells