summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+1
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-091-0/+1
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-194/+0
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-061-0/+3
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-3/+9
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-1/+2
* rxrpc: Fix duplicate constDavid Howells2016-10-061-1/+1
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-4/+4
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-301-1/+0
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-301-1/+0
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-2/+1
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-2/+1
* rxrpc: Implement slow-startDavid Howells2016-09-241-1/+52
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-241-0/+2
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-241-0/+14
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-241-0/+1
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-241-0/+3
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-2/+23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-1/+12
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-231-2/+5
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-231-0/+1
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-231-0/+1
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-221-0/+1
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-4/+3
* rxrpc: Send pings to get RTT dataDavid Howells2016-09-221-2/+5
* rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-4/+21
* rxrpc: Add re-sent Tx annotationDavid Howells2016-09-221-0/+2
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-221-3/+2
* rxrpc: Improve skb tracingDavid Howells2016-09-171-5/+28
* rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-171-0/+17
* rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+12
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-0/+12
* rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-28/+48
* rxrpc: Add some additional call tracingDavid Howells2016-09-171-0/+3
* rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-3/+3
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-131-1/+2
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-131-0/+2
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-83/+94
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-081-1/+31
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-081-1/+0
* rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-081-2/+2
* rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells2016-09-081-11/+13
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-5/+9
* rxrpc: Fix returns of call completion helpersDavid Howells2016-09-071-5/+8
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-071-10/+5
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-071-0/+1
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-2/+20
* rxrpc: Whitespace cleanupDavid Howells2016-09-071-2/+1
* rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2016-09-041-7/+0
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-041-3/+6