aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2023-01-31rxrpc: Kill service bundleDavid Howells
2023-01-31rxrpc: Show consumed and freed packets as non-dropped in dropwatchDavid Howells
2023-01-31rxrpc: Remove local->defrag_semDavid Howells
2023-01-31rxrpc: Don't lock call->tx_lock to access call->tx_bufferDavid Howells
2023-01-31rxrpc: Simplify ACK handlingDavid Howells
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells
2023-01-31rxrpc: Allow a delay to be injected into packet receptionDavid Howells
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells
2023-01-30rxrpc: Fix trace stringDavid Howells
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells
2022-12-19rxrpc: rxperf: Fix uninitialised variableDavid Howells
2022-12-19rxrpc: Fix I/O thread stopDavid Howells
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells
2022-12-19rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells
2022-12-19rxrpc: Fix security setting propagationDavid Howells
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells