summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix error check on ->alloc_txbuf()David Howells2024-03-141-2/+2
* rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-051-15/+10
* rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells2024-03-051-17/+5
* rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells2024-02-291-3/+5
* rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-291-6/+4
* rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-241-1/+10
* rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-0/+1
* rxrpc: Make it so that a waiting process can be abortedDavid Howells2023-05-011-2/+5
* rxrpc: Fix hard call timeout unitsDavid Howells2023-05-011-1/+1
* rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
* rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-061-0/+64
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-3/+0
* rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-061-56/+13
* rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-061-16/+13
* rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-061-1/+0
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-8/+12
* rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-7/+22
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
* 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