summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
* rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
* rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
* rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
* rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102
* rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
* rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
* rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
* rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
* rxrpc: Fix the call timer handlingDavid Howells2016-09-302-13/+20
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-307-62/+69
* 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-306-21/+24
* rxrpc: Reduce ssthresh to peer's receive windowDavid Howells2016-09-301-0/+2
* rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshDavid Howells2016-09-301-3/+3
* rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-291-0/+1
* rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-295-25/+18
* rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-291-11/+25
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-296-21/+15
* rxrpc: Fix exclusive client connectionsDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-248-13/+294
* rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-244-0/+13
* rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-242-11/+48
* rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-241-2/+8
* rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-243-0/+11
* rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-241-3/+3
* rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-241-1/+9
* rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
* rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
* rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-236-28/+73
* rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-6/+5
* rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-232-4/+6
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-235-7/+29
* rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKDavid Howells2016-09-231-15/+11
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-234-45/+81
* rxrpc: Fix call timerDavid Howells2016-09-232-13/+16
* rxrpc: Fix accidental cancellation of scheduled resend by ACK parserDavid Howells2016-09-231-0/+2
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-233-1/+11
* rxrpc: Use before_eq() and friends to compare serial numbersDavid Howells2016-09-231-1/+1
* rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells2016-09-231-1/+1
* rxrpc: Make sure sendmsg() is woken on call completionDavid Howells2016-09-231-0/+1
* rxrpc: Don't send an ACK at the end of service call response transmissionDavid Howells2016-09-231-2/+0
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-231-0/+5
* rxrpc: Reduce the number of PING ACKs sentDavid Howells2016-09-222-3/+6
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-224-4/+13
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-227-20/+57
OpenPOWER on IntegriCloud