Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | rxrpc: Fix service endpoint expiry | David Howells | 1 | -0/+2 |
2017-11-24 | rxrpc: Add keepalive for a call | David Howells | 1 | -0/+6 |
2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells | 1 | -2/+9 |
2017-11-24 | rxrpc: Fix call timeouts | David Howells | 1 | -22/+47 |
2017-06-05 | rxrpc: Add service upgrade support for client connections | David Howells | 1 | -0/+1 |
2017-04-06 | rxrpc: Trace client call connection | David Howells | 1 | -0/+26 |
2017-04-06 | rxrpc: Trace changes in a call's receive window size | David Howells | 1 | -0/+27 |
2017-04-06 | rxrpc: Trace received aborts | David Howells | 1 | -0/+24 |
2017-04-06 | rxrpc: Trace protocol errors in received packets | David Howells | 1 | -0/+24 |
2017-03-01 | rxrpc: Fix deadlock between call creation and sendmsg/recvmsg | David Howells | 1 | -0/+2 |
2017-01-05 | rxrpc: Add some more tracing | David Howells | 1 | -5/+89 |
2017-01-05 | rxrpc: Fix handling of enums-to-string translation in tracing | David Howells | 1 | -21/+403 |
2016-09-30 | rxrpc: Keep the call timeouts as ktimes rather than jiffies | David Howells | 1 | -12/+13 |
2016-09-30 | rxrpc: Actually display the tx_data trace retransmission note | David Howells | 1 | -1/+2 |
2016-09-29 | rxrpc: Make Tx loss-injection go through normal return and adjust tracing | David Howells | 1 | -2/+4 |
2016-09-24 | rxrpc: Implement slow-start | David Howells | 1 | -0/+45 |
2016-09-23 | rxrpc: Add a tracepoint to log which packets will be retransmitted | David Howells | 1 | -0/+27 |
2016-09-23 | rxrpc: Add tracepoint for ACK proposal | David Howells | 1 | -2/+40 |
2016-09-23 | rxrpc: Add a tracepoint to log injected Rx packet loss | David Howells | 1 | -0/+21 |
2016-09-23 | rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepoint | David Howells | 1 | -8/+42 |
2016-09-23 | rxrpc: Add a tracepoint for the call timer | David Howells | 1 | -0/+36 |
2016-09-22 | rxrpc: Add per-peer RTT tracker | David Howells | 1 | -0/+61 |
2016-09-17 | rxrpc: Improve skb tracing | David Howells | 1 | -8/+4 |
2016-09-17 | rxrpc: Add a tracepoint to follow what recvmsg does | David Howells | 1 | -0/+34 |
2016-09-17 | rxrpc: Add a tracepoint to follow packets in the Rx buffer | David Howells | 1 | -0/+33 |
2016-09-17 | rxrpc: Add a tracepoint to log ACK transmission | David Howells | 1 | -0/+30 |
2016-09-17 | rxrpc: Add a tracepoint to log received ACK packets | David Howells | 1 | -0/+26 |
2016-09-17 | rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer | David Howells | 1 | -0/+26 |
2016-09-17 | rxrpc: Add connection tracepoint and client conn state tracepoint | David Howells | 1 | -0/+60 |
2016-09-17 | rxrpc: Print the packet type name in the Rx packet trace | David Howells | 1 | -2/+3 |
2016-09-08 | rxrpc: Add tracepoints to record received packets and end of data_ready | David Howells | 1 | -0/+38 |
2016-09-08 | rxrpc: Remove skb_count from struct rxrpc_call | David Howells | 1 | -7/+3 |
2016-09-07 | rxrpc: Add tracepoint for working out where aborts happen | David Howells | 1 | -0/+29 |
2016-09-07 | rxrpc: Improve the call tracking tracepoint | David Howells | 1 | -8/+3 |
2016-08-30 | rxrpc: Trace rxrpc_call usage | David Howells | 1 | -0/+39 |
2016-08-23 | rxrpc: Use a tracepoint for skb accounting debugging | David Howells | 1 | -0/+56 |