summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c
AgeCommit message (Expand)AuthorLines
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells-4/+2
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells-2/+1
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells-0/+2
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells-8/+7
2024-12-09rxrpc: Send jumbo DATA packetsDavid Howells-0/+1
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells-1/+0
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells-17/+21
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells-0/+2
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells-2/+2
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells-6/+1
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells-31/+25
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+2
2024-01-07rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells-2/+2
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells-8/+9
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+8
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells-1/+8
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra-4/+2
2023-02-07rxrpc: Fix overwaking on call pokingDavid Howells-2/+4
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells-1/+2
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells-2/+2
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells-14/+44
2023-01-06rxrpc: Remove call->state_lockDavid Howells-16/+14
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells-1/+3
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells-2/+4
2023-01-06rxrpc: Clean up connection abortDavid Howells-6/+2
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells-8/+1
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells-3/+4
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells-0/+2
2022-12-19rxrpc: Fix security setting propagationDavid Howells-0/+1
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells-10/+10
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-22/+34
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells-1/+1
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells-0/+6
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells-19/+31
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells-0/+24
2022-12-01rxrpc: Remove call->input_lockDavid Howells-1/+0
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells-1/+1
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells-69/+42
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells-58/+44
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells-3/+3
2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells-6/+0
2022-11-08rxrpc: Fix congestion managementDavid Howells-1/+6
2022-11-08rxrpc: Remove the rxtx ringDavid Howells-24/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells-0/+2
2022-11-08rxrpc: Remove call->lockDavid Howells-3/+0