summaryrefslogtreecommitdiffstats
path: root/include/trace/events/rxrpc.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-141-3/+3
* rxrpc: Fix oops in tracepointDavid Howells2019-07-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-0/+2
* rxrpc: Fix life checkDavid Howells2018-11-151-0/+2
* rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells2018-10-081-0/+1
* rxrpc: Fix error distributionDavid Howells2018-09-281-3/+1Star
* rxrpc: Trace socket notificationDavid Howells2018-08-011-0/+20
* rxrpc: Fix ACK proposal tracepoint David Howells2018-08-011-1/+1
* rxrpc: Trace packet transmissionDavid Howells2018-08-011-35/+72
* rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-0/+32
* rxrpc: Trace UDP transmission failureDavid Howells2018-05-111-0/+55
* rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-111-0/+30
* rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-301-0/+42
* rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-0/+43
* rxrpc: Trace call completionDavid Howells2018-03-281-0/+33
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-281-76/+79
* rxrpc: Trace resendDavid Howells2018-03-281-0/+24
* rxrpc: Fix service endpoint expiryDavid Howells2017-11-241-0/+2
* rxrpc: Add keepalive for a callDavid Howells2017-11-241-0/+6
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-2/+9
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-22/+47
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-051-0/+1
* rxrpc: Trace client call connectionDavid Howells2017-04-061-0/+26
* rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+27
* rxrpc: Trace received abortsDavid Howells2017-04-061-0/+24
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-0/+24
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+2
* rxrpc: Add some more tracingDavid Howells2017-01-051-5/+89
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-21/+403
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-12/+13
* rxrpc: Actually display the tx_data trace retransmission noteDavid Howells2016-09-301-1/+2
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-2/+4
* rxrpc: Implement slow-startDavid Howells2016-09-251-0/+45
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+27
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-2/+40
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-0/+21
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-231-8/+42
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-0/+36
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-0/+61
* rxrpc: Improve skb tracingDavid Howells2016-09-171-8/+4Star
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-171-0/+34
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+33
* rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-171-0/+30
* rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-171-0/+26
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-0/+26
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+60
* rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-2/+3
* rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-0/+38
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-081-7/+3Star