aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace/events/rxrpc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-81/+93
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells1-0/+2
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells1-1/+1
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-7/+5
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells1-3/+7
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-3/+5
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-0/+3
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-1/+1
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells1-0/+1
2023-02-07rxrpc: Trace ack.rwindDavid Howells1-4/+7
2023-01-31rxrpc: Change rx_packet tracepoint to display securityIndex not type twiceDavid Howells1-3/+2
2023-01-31rxrpc: Simplify ACK handlingDavid Howells1-0/+36
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-4/+6
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells1-1/+2
2023-01-31rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells1-98/+98
2023-01-31rxrpc: Remove whitespace before ')' in trace headerDavid Howells1-213/+213
2023-01-30rxrpc: Fix trace stringDavid Howells1-1/+1
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-3/+2
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-2/+1
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells1-0/+2
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-29/+111
2023-01-06rxrpc: Clean up connection abortDavid Howells1-0/+2
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells1-3/+2
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-0/+1
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-0/+1
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells1-0/+3
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid Howells1-3/+3
2022-12-19rxrpc: Fix switched parameters in peer tracingDavid Howells1-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-3/+0
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-0/+38
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-22/+20
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells1-1/+2
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-1/+5
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells1-0/+3
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells1-0/+52
2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells1-6/+5
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-5/+1
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-24/+33
2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells1-0/+34
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-34/+49
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells1-21/+37
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-17/+26
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-13/+36
2022-12-01rxrpc: Remove the [k_]proto() debugging macrosDavid Howells1-0/+60
2022-11-08rxrpc: Fix congestion managementDavid Howells1-0/+1
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-3/+4
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-38/+40
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells1-8/+11
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells1-7/+5
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells1-0/+24