summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2026-07-04rxrpc: Fix the ACK parser to extract the SACK table for parsingDavid Howells
2026-06-19rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells
2026-06-19rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells
2026-05-17rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim
2026-05-17rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells
2026-05-17rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells
2026-05-17rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells
2026-05-17rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells
2026-05-17rxrpc: Fix rxkad crypto unalignment handlingDavid Howells
2026-05-17rxrpc: Fix memory leaks in rxkad_verify_response()David Howells
2026-04-27rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento
2026-04-27rxrpc: only handle RESPONSE during service challengeWang Jie
2026-04-27rxrpc: Fix anonymous key handlingDavid Howells
2026-04-27rxrpc: Fix key quota calculation for multitoken keysDavid Howells
2026-04-18rxrpc: Fix missing error checks for rxkad encryption/decryption failureDavid Howells
2026-04-18rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)David Howells
2026-04-18rxrpc: fix reference count leak in rxrpc_server_keyring()Luxiao Xu
2026-04-18rxrpc: reject undecryptable rxkad response ticketsYuqi Xu
2026-04-18rxrpc: Only put the call ref if one was acquiredDouya Le
2026-04-18rxrpc: Fix key reference count leak from call->keyAnderson Nascimento
2026-04-18rxrpc: Fix call removal to use RCU safe deletionDavid Howells
2026-03-25rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2026-03-25rxrpc: Fix recvmsg() unconditional requeueDavid Howells
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells
2025-07-17rxrpc: Fix bug due to prealloc collisionDavid Howells
2025-03-07rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells
2025-02-17rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2025-02-08rxrpc: Fix handling of received connection abortDavid Howells
2024-12-09rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-11-14rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-10-17rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells
2024-10-10rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells
2024-08-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-05-17rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-17rxrpc: Fix congestion control algorithmDavid Howells
2024-05-17rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-05-17rxrpc: Clients must accept conn from any addressJeffrey Altman
2024-02-16rxrpc: Fix counting of new acks and nacksDavid Howells
2024-02-16rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-16rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells
2024-02-16rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2024-02-05rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2024-01-25rxrpc: Fix use of Don't Fragment flagDavid Howells
2024-01-25rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells
2023-12-20rxrpc: Fix some minor issues with bundle tracingDavid Howells
2023-12-03rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells
2023-12-03rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells