aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2016-11-07udp: do fwd memory scheduling on dequeueGravatar Paolo Abeni 1-4/+3
2016-10-13rxrpc: Fix checking of error from ip6_route_output()Gravatar David Howells 1-2/+2
2016-10-13rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR()Gravatar David Howells 1-1/+1
2016-10-06rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseGravatar David Howells 1-5/+6
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 5-6/+28
2016-10-06rxrpc: Return negative error code to kernel serviceGravatar David Howells 1-1/+1
2016-10-06rxrpc: Add missing notificationGravatar David Howells 1-0/+1
2016-10-06rxrpc: Queue the call on expiryGravatar David Howells 1-4/+6
2016-10-06rxrpc: Partially handle OpenAFS's improper termination of callsGravatar David Howells 1-0/+37
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 8-29/+82
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 8-84/+102
2016-10-06rxrpc: Only ping for lost reply in client callGravatar David Howells 1-1/+2
2016-10-06rxrpc: Fix oops on incoming call to serviceless endpointGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix duplicate constGravatar David Howells 2-2/+2
2016-10-06rxrpc: Accesses of rxrpc_local::service need to be RCU managedGravatar David Howells 1-2/+2
2016-09-30rxrpc: Fix the call timer handlingGravatar David Howells 2-13/+20
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 7-62/+69
2016-09-30rxrpc: Remove error from struct rxrpc_skb_priv as it is unusedGravatar David Howells 1-1/+0
2016-09-30rxrpc: The offset field in struct rxrpc_skb_priv is unnecessaryGravatar David Howells 6-21/+24
2016-09-30rxrpc: Reduce ssthresh to peer's receive windowGravatar David Howells 1-0/+2
2016-09-30rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthreshGravatar David Howells 1-3/+3
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceGravatar David Howells 1-4/+4
2016-09-29rxrpc: Request more ACKs in slow-start modeGravatar David Howells 1-0/+1
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerGravatar David Howells 5-25/+18
2016-09-29rxrpc: When activating client conn channels, do state check inside lockGravatar David Howells 1-11/+25
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingGravatar David Howells 6-21/+15
2016-09-29rxrpc: Fix exclusive client connectionsGravatar David Howells 1-1/+1
2016-09-24rxrpc: Implement slow-startGravatar David Howells 8-13/+294
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueGravatar David Howells 4-0/+13
2016-09-24rxrpc: Generate a summary of the ACK state for later useGravatar David Howells 2-11/+48
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorGravatar David Howells 1-2/+8
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseGravatar David Howells 3-0/+11
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKGravatar David Howells 1-3/+3
2016-09-24rxrpc: Send an immediate ACK if we fill in a holeGravatar David Howells 1-1/+9
2016-09-24rxrpc: Send an ACK after every few DATA packets we receiveGravatar David Howells 4-9/+33
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedGravatar David Howells 1-0/+2
2016-09-23rxrpc: Add tracepoint for ACK proposalGravatar David Howells 6-28/+73
2016-09-23rxrpc: Add a tracepoint to log injected Rx packet lossGravatar David Howells 1-6/+5
2016-09-23rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointGravatar David Howells 2-4/+6
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 5-7/+29
2016-09-23rxrpc: Don't call the tx_ack tracepoint if don't generate an ACKGravatar David Howells 1-15/+11
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferGravatar David Howells 4-45/+81
2016-09-23rxrpc: Fix call timerGravatar David Howells 2-13/+16
2016-09-23rxrpc: Fix accidental cancellation of scheduled resend by ACK parserGravatar David Howells 1-0/+2
2016-09-23rxrpc: Need to start the resend timer on initial transmissionGravatar David Howells 3-1/+11
2016-09-23rxrpc: Use before_eq() and friends to compare serial numbersGravatar David Howells 1-1/+1
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()Gravatar David Howells 1-1/+1
2016-09-23rxrpc: Make sure sendmsg() is woken on call completionGravatar David Howells 1-0/+1
2016-09-23rxrpc: Don't send an ACK at the end of service call response transmissionGravatar David Howells 1-2/+0
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsGravatar David Howells 1-0/+5