summaryrefslogtreecommitdiff
path: root/include/trace/events/rxrpc.h
AgeCommit message (Expand)Author
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells
2024-12-09rxrpc: Display userStatus in rxrpc_rx_ack traceDavid Howells
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells
2023-02-07rxrpc: Trace ack.rwindDavid Howells
2023-01-31rxrpc: Change rx_packet tracepoint to display securityIndex not type twiceDavid Howells
2023-01-31rxrpc: Simplify ACK handlingDavid Howells
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells
2023-01-31rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells
2023-01-31rxrpc: Remove whitespace before ')' in trace headerDavid Howells
2023-01-30rxrpc: Fix trace stringDavid Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells