summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2026-05-14rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim2-2/+5
2026-05-14rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells1-1/+28
2026-05-07rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells1-1/+2
2026-05-07rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells4-34/+24
2026-05-07rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells1-12/+2
2026-05-07rxrpc: Fix rxkad crypto unalignment handlingDavid Howells1-2/+7
2026-05-07rxrpc: Fix memory leaks in rxkad_verify_response()David Howells1-61/+42
2026-04-27rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento1-0/+4
2026-04-27rxrpc: only handle RESPONSE during service challengeWang Jie1-2/+12
2026-04-22rxrpc: Fix key quota calculation for multitoken keysDavid Howells1-2/+3
2026-04-18rxrpc: Fix missing error checks for rxkad encryption/decryption failureDavid Howells1-19/+38
2026-04-18rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)David Howells2-7/+1
2026-04-18rxrpc: fix reference count leak in rxrpc_server_keyring()Luxiao Xu1-0/+3
2026-04-18rxrpc: reject undecryptable rxkad response ticketsYuqi Xu1-1/+5
2026-04-18rxrpc: Only put the call ref if one was acquiredDouya Le1-1/+2
2026-04-18rxrpc: Fix key reference count leak from call->keyAnderson Nascimento1-0/+1
2026-04-18rxrpc: Fix call removal to use RCU safe deletionDavid Howells1-15/+9
2026-04-18rxrpc: Fix anonymous key handlingDavid Howells1-1/+1
2026-03-25rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2026-02-06rxrpc: Fix data-race warning and potential load/store tearingDavid Howells6-12/+34
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-17rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-03-07rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-17rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2-7/+11
2025-02-08rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2025-02-08rxrpc: Fix handling of received connection abortDavid Howells1-4/+8
2024-12-05rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells1-0/+4
2024-10-04rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells1-5/+5
2024-10-04rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
2024-08-03rxrpc: Remove unused function declarationsYue Haibing1-2/+0
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-21/+37
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells3-10/+2
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+9
2024-05-02rxrpc: Clients must accept conn from any addressJeffrey Altman1-7/+2
2024-05-01rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin3-7/+7
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells1-2/+2
2024-03-14rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells1-2/+2
2024-03-06rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells4-38/+45
2024-03-06rxrpc: Clean up the resend algorithmDavid Howells1-41/+38
2024-03-06rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells1-65/+40
2024-03-06rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells11-241/+214
2024-03-06rxrpc: Differentiate PING ACK transmission traces.David Howells1-2/+2
2024-03-06rxrpc: Don't permit resending after all Tx packets ackedDavid Howells1-1/+3