summaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)Author
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-05-01rxrpc: Make it so that a waiting process can be abortedDavid Howells
2023-05-01rxrpc: Fix hard call timeout unitsDavid Howells
2023-04-27rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells
2023-01-06rxrpc: Remove call->state_lockDavid Howells
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells
2022-11-08rxrpc: Fix congestion managementDavid Howells
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells
2022-11-08rxrpc: Clean up ACK handlingDavid Howells
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells
2019-10-07rxrpc: Fix call ref leakDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells
2019-07-30rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells