aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24rxrpc: Fix conn expiry timersDavid Howells1-2/+4
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells1-0/+3
2017-11-24rxrpc: Add keepalive for a callDavid Howells1-0/+1
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-1/+5
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-13/+24
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells1-1/+30
2017-11-24rxrpc: Delay terminal ACK transmission on a client callDavid Howells1-0/+17
2017-11-24rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells1-1/+1
2017-11-02rxrpc: Lock around calling a kernel service Rx notificationDavid Howells1-0/+1
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells1-12/+7
2017-08-29rxrpc: Fix IPv6 supportDavid Howells1-2/+2
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang1-1/+1
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells1-1/+1
2017-06-14rxrpc: Cache the congestion window settingDavid Howells1-0/+2
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells1-1/+2
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-0/+3
2017-06-05rxrpc: Implement service upgradeDavid Howells1-2/+8
2017-06-05rxrpc: Permit multiple service bindingDavid Howells1-0/+2
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells1-1/+1
2017-05-25rxrpc: Support network namespacingDavid Howells1-12/+53
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-0/+19
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-0/+1
2017-01-09rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells1-0/+1
2017-01-05rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells1-194/+0
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells1-0/+3
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-3/+9
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-1/+2
2016-10-06rxrpc: Fix duplicate constDavid Howells1-1/+1
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-4/+4
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells1-1/+0
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells1-1/+0
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells1-2/+1
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-2/+1
2016-09-24rxrpc: Implement slow-startDavid Howells1-1/+52
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells1-0/+2
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells1-0/+14
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells1-0/+1
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells1-0/+3
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells1-2/+23
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells1-1/+12
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells1-2/+5
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells1-0/+1
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells1-0/+1
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells1-0/+1
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-4/+3
2016-09-22rxrpc: Send pings to get RTT dataDavid Howells1-2/+5
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells1-4/+21
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells1-0/+2
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-3/+2
2016-09-17rxrpc: Improve skb tracingDavid Howells1-5/+28