aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
AgeCommit message (Expand)Author
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-10-06rxrpc: Fix duplicate constDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid 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-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells
2016-09-08rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells
2016-09-07rxrpc: Fix returns of call completion helpersDavid Howells
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells
2016-09-07rxrpc: Whitespace cleanupDavid Howells
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells