aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-06-14rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-06-14rxrpc: Fix overlapping ACK accountingDavid Howells
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells
2022-04-27rxrpc: Restore removed timer deletionDavid Howells
2022-04-15rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-02-01rxrpc: Adjust retransmission backoffDavid Howells
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2021-11-17rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang
2021-02-17rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-02-03rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells
2021-01-23rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers
2020-10-14rxrpc: Fix server keyring leakDavid Howells
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-09-09rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-07-09rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-07-09rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-06-30rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-24rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells
2020-05-27rxrpc: Fix ack discardDavid Howells
2020-05-27rxrpc: Trace discarded ACKsDavid Howells
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells
2020-04-17rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-04-08rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-11rxrpc: Fix service call disconnectionDavid Howells
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-02-01rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells
2020-01-17rxrpc: Fix missing security check on incoming callsDavid Howells
2020-01-17rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2020-01-17rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells