summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-1/+1
* rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells2016-09-231-7/+7
* rxrpc: Need to start the resend timer on initial transmissionDavid Howells2016-09-231-0/+9
* rxrpc: Preset timestamp on Tx sk_buffsDavid Howells2016-09-231-0/+5
* rxrpc: Reduce the number of ACK-Requests sentDavid Howells2016-09-221-2/+0Star
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-1/+0Star
* rxrpc: Expedite ping response transmissionDavid Howells2016-09-221-0/+4
* rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells2016-09-221-43/+8Star
* rxrpc: Improve skb tracingDavid Howells2016-09-171-5/+5
* rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-1/+8
* rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells2016-09-171-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-081-79/+47Star
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-9/+9
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-071-1/+1
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-2/+2
* rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2016-09-041-0/+7
* rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells2016-09-041-281/+277Star
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-041-0/+645