aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells
2016-10-06rxrpc: Return negative error code to kernel serviceDavid Howells
2016-10-06rxrpc: Add missing notificationDavid Howells
2016-10-06rxrpc: Queue the call on expiryDavid Howells
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells
2016-10-06rxrpc: Only ping for lost reply in client callDavid Howells
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells
2016-10-06rxrpc: Fix duplicate constDavid Howells
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells
2016-09-30rxrpc: Fix the call timer handlingDavid Howells
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedDavid Howells
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryDavid Howells
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowDavid Howells
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells
2016-09-29rxrpc: Request more ACKs in slow-start modeDavid Howells
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells
2016-09-29rxrpc: When activating client conn channels, do state check inside lockDavid Howells
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells
2016-09-29rxrpc: Fix exclusive client connectionsDavid Howells
2016-09-24rxrpc: Implement slow-startDavid Howells
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeDavid Howells
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells
2016-09-23rxrpc: Fix call timerDavid Howells
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionDavid Howells
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells