aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 6-18/+49
2023-01-06rxrpc: Separate call retransmission from other conn eventsGravatar David Howells 3-30/+8
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callGravatar David Howells 3-13/+20
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localGravatar David Howells 5-23/+21
2023-01-05rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperGravatar Stephen Rothwell 1-1/+1
2022-12-28rxrpc: Fix a couple of potential use-after-freesGravatar David Howells 1-6/+8
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()Gravatar David Howells 3-14/+14
2022-12-19rxrpc: rxperf: Fix uninitialised variableGravatar David Howells 1-1/+1
2022-12-19rxrpc: Fix I/O thread stopGravatar David Howells 1-1/+3
2022-12-19rxrpc: Fix switched parameters in peer tracingGravatar David Howells 1-2/+2
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()Gravatar David Howells 3-23/+7
2022-12-19rxrpc: Fix I/O thread startup getting skippedGravatar David Howells 3-0/+5
2022-12-19rxrpc: Fix NULL deref in rxrpc_unuse_local()Gravatar David Howells 1-1/+2
2022-12-19rxrpc: Fix security setting propagationGravatar David Howells 3-5/+4
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()Gravatar David Howells 1-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 8-72/+5
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()Gravatar David Howells 2-14/+10
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsGravatar David Howells 4-24/+39
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 5-7/+23
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 13-75/+75
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 14-769/+525
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierGravatar David Howells 4-27/+31
2022-12-01rxrpc: Reduce the use of RCU in packet inputGravatar David Howells 4-32/+59
2022-12-01rxrpc: Simplify skbuff accounting in receive pathGravatar David Howells 2-61/+54
2022-12-01rxrpc: Remove RCU from peer->error_targets listGravatar David Howells 6-11/+28
2022-12-01rxrpc: Move DATA transmission into call processor work itemGravatar David Howells 6-79/+156
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 10-48/+84
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callGravatar David Howells 5-5/+48
2022-12-01rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesGravatar David Howells 1-4/+0
2022-12-01rxrpc: Remove call->input_lockGravatar David Howells 3-19/+5
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadGravatar David Howells 3-36/+38
2022-12-01rxrpc: Move packet reception processing into I/O threadGravatar David Howells 5-25/+47
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadGravatar David Howells 4-21/+91
2022-12-01rxrpc: Split the receive codeGravatar David Howells 4-366/+384
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 8-123/+118
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueGravatar David Howells 4-79/+51
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 9-57/+51
2022-12-01rxrpc: Trace rxrpc_bundle refcountGravatar David Howells 4-15/+21
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 10-88/+72
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 8-55/+55
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingGravatar David Howells 9-38/+39
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 12-63/+93
2022-12-01rxrpc: Extract the code from a received ABORT packet much earlierGravatar David Howells 2-23/+20
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 14-108/+131
2022-12-01rxrpc: Remove the [_k]net() debugging macrosGravatar David Howells 9-82/+3
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosGravatar David Howells 7-46/+3
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueGravatar David Howells 1-18/+0
2022-12-01rxrpc: Fix call leakGravatar David Howells 1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesGravatar David Howells 4-0/+654
2022-12-01rxrpc: Fix checker warningGravatar David Howells 1-5/+9