summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-064-111/+108
* | rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-062-58/+61
* | rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
* | rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
* | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
* | rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38
* | rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
* | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
* | rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
* | rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
* | rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
* | rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
* | rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
* | rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
* | rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21
* | rxrpc: Fix a couple of potential use-after-freesDavid Howells2022-12-281-6/+8
|/
* rxrpc: Fix the return value of rxrpc_new_incoming_call()David Howells2022-12-193-14/+14
* rxrpc: rxperf: Fix uninitialised variableDavid Howells2022-12-191-1/+1
* rxrpc: Fix I/O thread stopDavid Howells2022-12-191-1/+3
* rxrpc: Fix switched parameters in peer tracingDavid Howells2022-12-191-2/+2
* rxrpc: Fix locking issues in rxrpc_put_peer_locked()David Howells2022-12-193-23/+7
* rxrpc: Fix I/O thread startup getting skippedDavid Howells2022-12-193-0/+5
* rxrpc: Fix NULL deref in rxrpc_unuse_local()David Howells2022-12-191-1/+2
* rxrpc: Fix security setting propagationDavid Howells2022-12-193-5/+4
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-018-72/+5
* rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()David Howells2022-12-012-14/+10
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-014-24/+39
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-015-7/+23
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-0113-75/+75
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-0114-769/+525
* rxrpc: Extract the peer address from an incoming packet earlierDavid Howells2022-12-014-27/+31
* rxrpc: Reduce the use of RCU in packet inputDavid Howells2022-12-014-32/+59
* rxrpc: Simplify skbuff accounting in receive pathDavid Howells2022-12-012-61/+54
* rxrpc: Remove RCU from peer->error_targets listDavid Howells2022-12-016-11/+28
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-016-79/+156
* rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells2022-12-0110-48/+84
* rxrpc: Implement a mechanism to send an event notification to a callDavid Howells2022-12-015-5/+48
* rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changesDavid Howells2022-12-011-4/+0
* rxrpc: Remove call->input_lockDavid Howells2022-12-013-19/+5
* rxrpc: Move error processing into the local endpoint I/O threadDavid Howells2022-12-013-36/+38
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-015-25/+47
* rxrpc: Create a per-local endpoint receive queue and I/O threadDavid Howells2022-12-014-21/+91
* rxrpc: Split the receive codeDavid Howells2022-12-014-366/+384
* rxrpc: Don't hold a ref for connection workqueueDavid Howells2022-12-018-123/+118
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-014-79/+51
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-019-57/+51
* rxrpc: Trace rxrpc_bundle refcountDavid Howells2022-12-014-15/+21
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-0110-88/+72
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells2022-12-018-55/+55