summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-2/+0
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-6/+6
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-6/+4
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-70/+13
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells2022-12-011-1/+1
* rxrpc: Fix congestion managementDavid Howells2022-11-081-3/+19
* rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-1/+0
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-116/+72
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-1/+1
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-3/+1
* rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells2022-11-081-1/+0
* rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+2
* rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-251-38/+54
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-05-221-0/+6
* 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