summaryrefslogtreecommitdiff
path: root/net/rxrpc/rxkad.c
AgeCommit message (Expand)Author
2026-06-09net/rxrpc: Reimplement DES-PCBC using DES libraryEric Biggers
2026-06-09net/rxrpc: Use local FCrypt-PCBC implementationEric Biggers
2026-05-20rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells
2026-05-20rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells
2026-04-23rxrpc: Fix rxkad crypto unalignment handlingDavid Howells
2026-04-23rxrpc: Fix memory leaks in rxkad_verify_response()David Howells
2026-04-08rxrpc: Fix missing error checks for rxkad encryption/decryption failureDavid Howells
2026-04-08rxrpc: reject undecryptable rxkad response ticketsYuqi Xu
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells
2024-12-09rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells
2024-12-09rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells
2024-02-29rxrpc: Note cksum in txbufDavid Howells
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