summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAge
* rxrpc: Fix checking of error from ip6_route_output()David Howells2016-10-13
* rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()David Howells2016-10-13
* rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-06
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-06
* rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-06
* rxrpc: Add missing notificationDavid Howells2016-10-06
* rxrpc: Queue the call on expiryDavid Howells2016-10-06
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid 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: Only ping for lost reply in client callDavid Howells2016-10-06
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-06
* rxrpc: Fix duplicate constDavid Howells2016-10-06
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-06
* rxrpc: Fix the call timer handlingDavid Howells2016-09-30
* 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 ssthresh to peer's receive windowDavid Howells2016-09-30
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-30
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-29
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-29
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-29
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-29
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-29
* rxrpc: Fix exclusive client connectionsDavid 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: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-24
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-24
* rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-24
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-24
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-24
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-23
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-23
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-23
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-23
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-23
* rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-23
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-23
* rxrpc: Fix call timerDavid Howells2016-09-23
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-23
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-23
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-23
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-23
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-23
* rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-23
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-23
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-22