aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace/events/rxrpc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells1-1/+1
2022-05-22rxrpc: Automatically generate trace tag enumsDavid Howells1-219/+42
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells1-1/+1
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells1-1/+7
2020-09-14rxrpc: Fix a missing NULL-pointer check in a traceDavid Howells1-1/+1
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-29/+4
2020-08-20rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells1-5/+22
2020-06-17rxrpc: Fix trace stringDavid Howells1-1/+1
2020-05-20rxrpc: Trace discarded ACKsDavid Howells1-0/+35
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-10/+7
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells1-3/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-3/+3
2019-10-04rxrpc: Fix rxrpc_recvmsg tracepointDavid Howells1-1/+1
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells1-4/+8
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-29/+22
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-3/+3
2019-07-02rxrpc: Fix oops in tracepointDavid Howells1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells1-0/+2
2018-11-15rxrpc: Fix life checkDavid Howells1-0/+2
2018-10-08rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells1-0/+1
2018-09-28rxrpc: Fix error distributionDavid Howells1-3/+1
2018-08-01rxrpc: Trace socket notificationDavid Howells1-0/+20
2018-08-01rxrpc: Fix ACK proposal tracepoint David Howells1-1/+1
2018-08-01rxrpc: Trace packet transmissionDavid Howells1-35/+72
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells1-0/+32
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells1-0/+55
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells1-0/+30
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells1-0/+42
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells1-0/+43
2018-03-27rxrpc: Trace call completionDavid Howells1-0/+33
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-76/+79
2018-03-27rxrpc: Trace resendDavid Howells1-0/+24
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-0/+2
2017-11-24rxrpc: Add keepalive for a callDavid Howells1-0/+6
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-2/+9
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-22/+47
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-0/+1
2017-04-06rxrpc: Trace client call connectionDavid Howells1-0/+26
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells1-0/+27
2017-04-06rxrpc: Trace received abortsDavid Howells1-0/+24
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-0/+24
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-0/+2
2017-01-05rxrpc: Add some more tracingDavid Howells1-5/+89
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells1-21/+403
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-12/+13
2016-09-30rxrpc: Actually display the tx_data trace retransmission noteDavid Howells1-1/+2
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-2/+4