summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-301-0/+1
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-0/+1
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-4/+11
|\
| * rxrpc: Remove local->defrag_semDavid Howells2023-01-311-1/+0
| * rxrpc: Simplify ACK handlingDavid Howells2023-01-311-0/+1
| * rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-2/+3
| * rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-311-0/+6
| * rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells2023-01-311-1/+1
* | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-1/+1
|\ \ | |/ |/|
| * rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperStephen Rothwell2023-01-051-1/+1
* | rxrpc: Fix incoming call setup raceDavid Howells2023-01-071-1/+1
* | rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-10/+12
* | rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-061-8/+9
* | rxrpc: Remove call->state_lockDavid Howells2023-01-061-11/+22
* | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-061-1/+2
* | rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-061-0/+16
* | rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-061-8/+18
* | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-4/+4
* | rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-061-0/+1
* | rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-061-2/+3
* | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-22/+29
* | rxrpc: Clean up connection abortDavid Howells2023-01-061-19/+27
* | rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-061-0/+5
* | rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-1/+6
* | rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-061-0/+2
* | rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-061-5/+5
|/
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-191-3/+3
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-191-1/+0
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-191-0/+1
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-4/+1
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-011-12/+0
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-011-0/+2
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-0/+3
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-31/+19
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-011-0/+2
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-011-2/+1
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-1/+4
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-011-1/+6
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-011-1/+4
* rxrpc: Remove call->input_lockDavid Howells2022-12-011-1/+0
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-011-1/+3
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-1/+2
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-011-0/+10
* rxrpc: Split the receive codeDavid Howells2022-12-011-0/+7
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-011-17/+8
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-4/+2
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-011-9/+12
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-5/+6