aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2023-02-07rxrpc: Reduce unnecessary ack transmissionGravatar David Howells 1-1/+1
2023-02-07rxrpc: Trace ack.rwindGravatar David Howells 2-4/+8
2023-02-07rxrpc: Fix overwaking on call pokingGravatar David Howells 1-2/+4
2023-02-07rxrpc: Use consume_skb() rather than kfree_skb_reason()Gravatar David Howells 1-2/+2
2023-01-31rxrpc: Kill service bundleGravatar David Howells 1-7/+0
2023-01-31rxrpc: Show consumed and freed packets as non-dropped in dropwatchGravatar David Howells 1-2/+2
2023-01-31rxrpc: Remove local->defrag_semGravatar David Howells 3-9/+0
2023-01-31rxrpc: Don't lock call->tx_lock to access call->tx_bufferGravatar David Howells 1-10/+2
2023-01-31rxrpc: Simplify ACK handlingGravatar David Howells 3-56/+37
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 7-25/+22
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callGravatar David Howells 2-5/+17
2023-01-31rxrpc: Allow a delay to be injected into packet receptionGravatar David Howells 6-2/+91
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockGravatar David Howells 4-10/+10
2023-01-30rxrpc: Fix trace stringGravatar David Howells 1-1/+1
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()Gravatar David Howells 1-1/+1
2023-01-07rxrpc: Fix incoming call setup raceGravatar David Howells 4-15/+15
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 13-527/+295
2023-01-06rxrpc: Move the client conn cache management to the I/O threadGravatar David Howells 6-86/+62
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 12-184/+142
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadGravatar David Howells 4-111/+108
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadGravatar David Howells 2-58/+61
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeGravatar David Howells 5-24/+38
2023-01-06rxrpc: Split out the call state changing functions into their own fileGravatar David Howells 4-89/+108
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersGravatar David Howells 6-73/+75
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadGravatar David Howells 3-14/+38
2023-01-06rxrpc: Make the set of connection IDs per local endpointGravatar David Howells 5-38/+35
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 13-405/+351
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 7-213/+186
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 5-6/+53
2023-01-06rxrpc: Only disconnect calls in the I/O threadGravatar David Howells 4-15/+8
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
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