aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionGravatar David Howells 1-0/+1
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 1-0/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-4/+11
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-01-31rxrpc: Remove local->defrag_semGravatar David Howells 1-1/+0
2023-01-31rxrpc: Simplify ACK handlingGravatar David Howells 1-0/+1
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 1-2/+3
2023-01-31rxrpc: Allow a delay to be injected into packet receptionGravatar David Howells 1-0/+6
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockGravatar David Howells 1-1/+1
2023-01-07rxrpc: Fix incoming call setup raceGravatar David Howells 1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-10/+12
2023-01-06rxrpc: Move the client conn cache management to the I/O threadGravatar David Howells 1-8/+9
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-11/+22
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadGravatar David Howells 1-1/+2
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeGravatar David Howells 1-0/+16
2023-01-06rxrpc: Split out the call state changing functions into their own fileGravatar David Howells 1-8/+18
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersGravatar David Howells 1-4/+4
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadGravatar David Howells 1-0/+1
2023-01-06rxrpc: Make the set of connection IDs per local endpointGravatar David Howells 1-2/+3
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-22/+29
2023-01-06rxrpc: Clean up connection abortGravatar David Howells 1-19/+27
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionGravatar David Howells 1-0/+5
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 1-1/+6
2023-01-06rxrpc: Separate call retransmission from other conn eventsGravatar David Howells 1-0/+2
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localGravatar David Howells 1-5/+5
2023-01-05rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperGravatar Stephen Rothwell 1-1/+1
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()Gravatar David Howells 1-3/+3
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()Gravatar David Howells 1-1/+0
2022-12-19rxrpc: Fix I/O thread startup getting skippedGravatar David Howells 1-0/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-4/+1
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()Gravatar David Howells 1-12/+0
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsGravatar David Howells 1-0/+2
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 1-0/+3
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-31/+19
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierGravatar David Howells 1-0/+2
2022-12-01rxrpc: Reduce the use of RCU in packet inputGravatar David Howells 1-2/+1
2022-12-01rxrpc: Move DATA transmission into call processor work itemGravatar David Howells 1-1/+4
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 1-1/+6
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callGravatar David Howells 1-1/+4
2022-12-01rxrpc: Remove call->input_lockGravatar David Howells 1-1/+0
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadGravatar David Howells 1-1/+3
2022-12-01rxrpc: Move packet reception processing into I/O threadGravatar David Howells 1-1/+2
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadGravatar David Howells 1-0/+10
2022-12-01rxrpc: Split the receive codeGravatar David Howells 1-0/+7
2022-12-01rxrpc: Don't hold a ref for connection workqueueGravatar David Howells 1-17/+8
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueGravatar David Howells 1-4/+2
2022-12-01rxrpc: Trace rxrpc_bundle refcountGravatar David Howells 1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingGravatar David Howells 1-9/+12
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingGravatar David Howells 1-5/+6