summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-07rxrpc: Fix incoming call setup raceDavid Howells1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-10/+12
2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells1-8/+9
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-11/+22
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells1-1/+2
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells1-0/+16
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells1-8/+18
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-4/+4
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells1-0/+1
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells1-2/+3
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-22/+29
2023-01-06rxrpc: Clean up connection abortDavid Howells1-19/+27
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells1-0/+5
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-1/+6
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells1-0/+2
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells1-5/+5
2022-12-19rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells1-3/+3
2022-12-19rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells1-1/+0
2022-12-19rxrpc: Fix I/O thread startup getting skippedDavid Howells1-0/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-4/+1
2022-12-01rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells1-12/+0
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells1-0/+2
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-0/+3
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-31/+19
2022-12-01rxrpc: Extract the peer address from an incoming packet earlierDavid Howells1-0/+2
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells1-2/+1
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-1/+4
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-1/+6
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-1/+4
2022-12-01rxrpc: Remove call->input_lockDavid Howells1-1/+0
2022-12-01rxrpc: Move error processing into the local endpoint I/O threadDavid Howells1-1/+3
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells1-1/+2
2022-12-01rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells1-0/+10
2022-12-01rxrpc: Split the receive codeDavid Howells1-0/+7
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-17/+8
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-4/+2
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-9/+12
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-5/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-9/+32
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-2/+14
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells1-10/+0
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-10/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells1-0/+1
2022-11-08rxrpc: Allocate an skcipher each time needed rather than reusingDavid Howells1-2/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells1-4/+5
2022-11-08rxrpc: Remove the rxtx ringDavid Howells1-15/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-7/+5