summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* net: rxrpc: Replace time_t type with time64_t typeBaolin Wang2017-08-291-1/+1
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-211-1/+1
* rxrpc: Cache the congestion window settingDavid Howells2017-06-141-0/+2
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-1/+2
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-051-0/+3
* rxrpc: Implement service upgradeDavid Howells2017-06-051-2/+8
* rxrpc: Permit multiple service bindingDavid Howells2017-06-051-0/+2
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-051-1/+1
* rxrpc: Support network namespacingDavid Howells2017-05-251-12/+53
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-0/+19
* 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/+0Star
* 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/+0Star
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-301-1/+0Star
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-291-2/+1Star
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-2/+1Star
* rxrpc: Implement slow-startDavid Howells2016-09-251-1/+52
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-251-0/+2
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-251-0/+14
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-251-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/+3Star
* 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/+2Star
* 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/+0Star