summaryrefslogtreecommitdiff
path: root/net/rxrpc/ar-internal.h
Commit message (Expand)AuthorAge
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-30
* rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-30
* rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-30
* rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-30
* rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-30
* rxrpc: Fix firewall route keepaliveDavid Howells2018-03-30
* rxrpc: Trace call completionDavid Howells2018-03-27
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-27
* rxrpc: Fix conn expiry timersDavid Howells2017-11-24
* rxrpc: Fix service endpoint expiryDavid Howells2017-11-24
* rxrpc: Add keepalive for a callDavid Howells2017-11-24
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-24
* rxrpc: Fix call timeoutsDavid Howells2017-11-24
* rxrpc: Split the call params from the operation paramsDavid Howells2017-11-24
* rxrpc: Delay terminal ACK transmission on a client callDavid Howells2017-11-24
* rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-24
* rxrpc: Lock around calling a kernel service Rx notificationDavid Howells2017-11-02
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-29
* rxrpc: Fix IPv6 supportDavid Howells2017-08-29
* net: rxrpc: Replace time_t type with time64_t typeBaolin Wang2017-08-29
* rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-21
* rxrpc: Cache the congestion window settingDavid Howells2017-06-14
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-07
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-05
* rxrpc: Implement service upgradeDavid Howells2017-06-05
* rxrpc: Permit multiple service bindingDavid Howells2017-06-05
* rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells2017-06-05
* rxrpc: Support network namespacingDavid Howells2017-05-25
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-06
* rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-01
* rxrpc: Allow listen(sock, 0) to be used to disable listeningDavid Howells2017-01-09
* rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-05
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-06
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-06
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-06
* rxrpc: Fix duplicate constDavid Howells2016-10-06
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-30
* rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells2016-09-30
* rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells2016-09-30
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-29
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-29
* rxrpc: Implement slow-startDavid Howells2016-09-24
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-24
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-24
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-24
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-24
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-23