summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-07-301-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1Star
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-1/+3
* rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne2019-04-131-9/+12
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-161-13/+11Star
* rxrpc: Fix missing start of call timeoutDavid Howells2018-05-111-0/+10
* rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-301-0/+1
* rxrpc: Fix checker warnings and errorsDavid Howells2018-03-301-0/+2
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-03-301-1/+3
* rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-281-1/+2
* rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-291-1/+1
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-1/+1
* rxrpc: Express protocol timeouts in terms of RTTDavid Howells2017-11-241-0/+7
* rxrpc: Fix call timeoutsDavid Howells2017-11-241-10/+49
* rxrpc: Split the call params from the operation paramsDavid Howells2017-11-241-34/+17Star
* rxrpc: Don't set upgrade by default in sendmsg()David Howells2017-11-241-1/+1
* rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells2017-11-241-2/+3
* net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-10-241-0/+1
* rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells2017-10-181-26/+81
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-291-11/+13
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-7/+27
* rxrpc: Don't negate call->error before returning itDavid Howells2017-08-291-4/+4
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-071-2/+52
* rxrpc: Consolidate sendmsg parametersDavid Howells2017-06-071-42/+41Star
* rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-051-4/+15
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-1/+2
* rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-4/+8
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-1/+1
* rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells2017-03-101-2/+3
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells2017-03-071-18/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-051-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/+3Star
* 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-251-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/+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