summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-301-0/+1
* rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-301-19/+4
* rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-301-0/+1
* rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-23/+4
* rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-301-0/+2
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-301-1/+13
* rxrpc: Trace call completionDavid Howells2018-03-271-0/+1
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-271-4/+4
* rxrpc: Fix conn expiry timersDavid Howells2017-11-241-2/+4
* rxrpc: Fix service endpoint expiryDavid Howells2017-11-241-0/+3
* rxrpc: Add keepalive for a callDavid Howells2017-11-241-0/+1
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-1/+5
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-13/+24
* rxrpc: Split the call params from the operation paramsDavid Howells2017-11-241-1/+30
* rxrpc: Delay terminal ACK transmission on a client callDavid Howells2017-11-241-0/+17
* rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-241-1/+1
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-021-0/+1
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-12/+7
* rxrpc: Fix IPv6 supportDavid Howells2017-08-291-2/+2
* 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/+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