summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2024-02-23rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells1-0/+8
2024-02-23rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov1-1/+2
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells1-1/+1
2023-01-18rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2022-09-28rxrpc: Fix local destruction being repeatedDavid Howells1-0/+3
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-04-27rxrpc: Restore removed timer deletionDavid Howells1-0/+2
2022-04-15rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-02-04rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-23rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2-2/+2
2020-07-01rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-07-01rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-25rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells1-3/+3
2020-05-27rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-27rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long1-18/+9
2020-04-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-11rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+63
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-27rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells4-10/+13
2020-01-27rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
2020-01-27rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2020-01-27rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-11-06rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-4/+7
2019-11-06rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-11-06rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-08-29rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-9/+10
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-29rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells1-0/+1
2019-08-29rxrpc: Fix potential deadlockDavid Howells3-1/+20