summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorLines
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells-0/+5
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells-1/+1
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells-4/+3
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells-4/+4
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells-1/+1
2016-09-24rxrpc: Implement slow-startDavid Howells-2/+5
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells-1/+1
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells-7/+7
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells-0/+9
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells-0/+5
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells-2/+0
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells-1/+0
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells-0/+4
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells-43/+8
2016-09-17rxrpc: Improve skb tracingDavid Howells-5/+5
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells-1/+8
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells-79/+47
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells-9/+9
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells-1/+1
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells-2/+2
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells-0/+7
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells-281/+277
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells-0/+645