summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2023-01-18rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2023-01-18rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-09-28rxrpc: Fix calc of resend ageDavid Howells1-1/+1
2022-09-28rxrpc: Fix local destruction being repeatedDavid Howells1-0/+3
2022-09-15rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells1-1/+1
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells4-16/+25
2022-06-14rxrpc: Don't let ack.previousPacket regressDavid Howells3-4/+6
2022-06-14rxrpc: Fix overlapping ACK accountingDavid Howells2-11/+12
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
2022-02-01rxrpc: Adjust retransmission backoffDavid Howells2-6/+4
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-11-17rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-02-17rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells1-2/+0
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: The server keyring isn't network-namespacedDavid 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-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-3/+13
2020-09-09rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells1-10/+11
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-09rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-07-09rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-30rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-24rxrpc: 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-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells13-118/+248
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-17rxrpc: Fix call interruptibility handlingDavid Howells5-17/+51
2020-04-17rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells1-9/+18
2020-04-08rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells3-32/+3
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/+62
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2