summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-11/+47
|\
| * rxrpc: Fix potential NULL-pointer exceptionDavid Howells2017-03-031-7/+8
| * rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-11/+46
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
|/
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-061-0/+5
* rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-061-1/+1
* rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-061-4/+3
* rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-4/+4
* rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-1/+1
* rxrpc: Implement slow-startDavid Howells2016-09-241-2/+5
* 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/+0
* rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells2016-09-221-1/+0
* 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/+8
* 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/+47
* 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/+277
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-041-0/+645