aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/rxrpc.h
AgeCommit message (Expand)Author
2022-06-14rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2020-07-22rxrpc: Fix trace stringDavid Howells
2020-05-27rxrpc: Trace discarded ACKsDavid Howells
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-10-04rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells
2019-07-02rxrpc: Fix oops in tracepointDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells
2018-11-15rxrpc: Fix life checkDavid Howells
2018-10-08rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-08-01rxrpc: Trace socket notificationDavid Howells
2018-08-01rxrpc: Fix ACK proposal tracepoint David Howells
2018-08-01rxrpc: Trace packet transmissionDavid Howells
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells
2018-03-27rxrpc: Trace call completionDavid Howells
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-03-27rxrpc: Trace resendDavid Howells
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells
2017-11-24rxrpc: Add keepalive for a callDavid Howells
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells
2017-11-24rxrpc: Fix call timeoutsDavid Howells
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells
2017-04-06rxrpc: Trace client call connectionDavid Howells
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells
2017-04-06rxrpc: Trace received abortsDavid Howells
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-05rxrpc: Add some more tracingDavid Howells
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-30rxrpc: Actually display the tx_data trace retransmission noteDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells