aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10rxrpc: Fix missing start of call timeoutGravatar David Howells 1-0/+10
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsGravatar David Howells 1-0/+1
2018-03-30rxrpc: Fix checker warnings and errorsGravatar David Howells 1-0/+2
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureGravatar David Howells 1-1/+3
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesGravatar David Howells 1-1/+2
2017-11-29rxrpc: Fix variable overwriteGravatar Gustavo A. R. Silva 1-1/+1
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-1/+1
2017-11-24rxrpc: Express protocol timeouts in terms of RTTGravatar David Howells 1-0/+7
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-10/+49
2017-11-24rxrpc: Split the call params from the operation paramsGravatar David Howells 1-34/+17
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()Gravatar David Howells 1-1/+1
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingGravatar David Howells 1-2/+3
2017-10-24net: rxrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsGravatar David Howells 1-26/+81
2017-08-29rxrpc: Allow failed client calls to be retriedGravatar David Howells 1-11/+13
2017-08-29rxrpc: Add notification of end-of-Tx phaseGravatar David Howells 1-7/+27
2017-08-29rxrpc: Don't negate call->error before returning itGravatar David Howells 1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Gravatar Johannes Berg 1-1/+1
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callGravatar David Howells 1-2/+52
2017-06-07rxrpc: Consolidate sendmsg parametersGravatar David Howells 1-42/+41
2017-06-05rxrpc: Add service upgrade support for client connectionsGravatar David Howells 1-4/+15
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-1/+2
2017-04-06rxrpc: Note a successfully aborted kernel operationGravatar David Howells 1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-1/+1
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterGravatar David Howells 1-2/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 1-18/+30
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-11/+47
2017-03-03rxrpc: Fix potential NULL-pointer exceptionGravatar David Howells 1-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-11/+46
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))Gravatar yuan linyu 1-1/+1
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeGravatar David Howells 1-0/+5
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsGravatar David Howells 1-1/+1
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()Gravatar David Howells 1-4/+3
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesGravatar David Howells 1-4/+4
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingGravatar David Howells 1-1/+1
2016-09-24rxrpc: Implement slow-startGravatar David Howells 1-2/+5
2016-09-23rxrpc: Add a tracepoint for the call timerGravatar David Howells 1-1/+1
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferGravatar David Howells 1-7/+7
2016-09-23rxrpc: Need to start the resend timer on initial transmissionGravatar David Howells 1-0/+9
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsGravatar David Howells 1-0/+5
2016-09-22rxrpc: Reduce the number of ACK-Requests sentGravatar David Howells 1-2/+0
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsGravatar David Howells 1-1/+0
2016-09-22rxrpc: Expedite ping response transmissionGravatar David Howells 1-0/+4
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsGravatar David Howells 1-43/+8
2016-09-17rxrpc: Improve skb tracingGravatar David Howells 1-5/+5
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferGravatar David Howells 1-1/+8
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesGravatar David Howells 1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeGravatar David Howells 1-79/+47
2016-09-07rxrpc: Add tracepoint for working out where aborts happenGravatar David Howells 1-9/+9