summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-231-28/+13
* rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-231-4/+2
* rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-051-10/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-301-0/+3
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-201-1/+1
* rxrpc: Fix missing notificationDavid Howells2020-06-051-4/+2
* rxrpc: Move the call completion handling out of lineDavid Howells2020-06-051-4/+4
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-17/+9
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-03-131-2/+2
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-131-8/+36
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-03-131-9/+18
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-071-1/+1
* rxrpc: Fix call ref leakDavid Howells2019-10-071-0/+1
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-5/+5
* rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2019-08-271-1/+2
* 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/+1
* 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-121-9/+12
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-151-13/+11
* rxrpc: Fix missing start of call timeoutDavid Howells2018-05-101-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-271-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/+17
* 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/+41
* 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-091-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-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