aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells1-16/+12
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells1-0/+20
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells1-1/+1
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells1-4/+2
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells1-2/+1
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells1-0/+2
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells1-8/+7
2024-12-09rxrpc: Send jumbo DATA packetsDavid Howells1-0/+1
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells1-1/+0
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells1-17/+21
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells1-0/+2
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells1-2/+2
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells1-6/+1
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-31/+25
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-0/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2024-01-07rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells1-2/+2
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-8/+9
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+8
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-1/+8
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-4/+2
2023-02-07rxrpc: Fix overwaking on call pokingDavid Howells1-2/+4
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-1/+2
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells1-2/+2
2023-01-12rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-14/+44
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-16/+14
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-1/+3
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-2/+4
2023-01-06rxrpc: Clean up connection abortDavid Howells1-6/+2
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-8/+1
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-3/+4
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells1-0/+2
2022-12-19rxrpc: Fix security setting propagationDavid Howells1-0/+1
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-10/+10
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-22/+34
2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells1-1/+1
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-0/+6
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-19/+31
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-0/+24
2022-12-01rxrpc: Remove call->input_lockDavid Howells1-1/+0
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells1-1/+1
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-69/+42
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-58/+44
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-1/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-1/+1