aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelGravatar David Howells 1-0/+1
2023-05-01rxrpc: Make it so that a waiting process can be abortedGravatar David Howells 1-2/+5
2023-05-01rxrpc: Fix hard call timeout unitsGravatar David Howells 1-1/+1
2023-04-27rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()Gravatar David Howells 1-8/+4
2023-01-06rxrpc: Move client call connection to the I/O threadGravatar David Howells 1-0/+64
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-3/+0
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadGravatar David Howells 1-56/+13
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeGravatar David Howells 1-16/+13
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersGravatar David Howells 1-1/+0
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-8/+12
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 1-7/+22
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()Gravatar David Howells 1-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-2/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-6/+6
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-6/+4
2022-12-01rxrpc: Move DATA transmission into call processor work itemGravatar David Howells 1-70/+13
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingGravatar David Howells 1-1/+1
2022-11-08rxrpc: Fix congestion managementGravatar David Howells 1-3/+19
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsGravatar David Howells 1-1/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-116/+72
2022-11-08rxrpc: Clean up ACK handlingGravatar David Howells 1-1/+1
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionGravatar David Howells 1-3/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointGravatar David Howells 1-1/+0
2022-11-08rxrpc: Add stats procfile and DATA packet statsGravatar David Howells 1-0/+2
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgGravatar David Howells 1-38/+54
2022-05-22rxrpc: Return an error to sendmsg if call failedGravatar David Howells 1-0/+6
2020-11-23rxrpc: Ask the security class how much space to allow in a packetGravatar David Howells 1-28/+13
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffGravatar David Howells 1-4/+2
2020-10-05rxrpc: Fix accept on a connection that need securingGravatar David Howells 1-10/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureGravatar David Howells 1-0/+3
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATAGravatar David Howells 1-1/+1
2020-06-05rxrpc: Fix missing notificationGravatar David Howells 1-4/+2
2020-06-05rxrpc: Move the call completion handling out of lineGravatar David Howells 1-4/+4
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-17/+9
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingGravatar David Howells 1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingGravatar David Howells 1-8/+36
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceGravatar David Howells 1-9/+18
2019-10-07rxrpc: Fix call crypto state cleanupGravatar David Howells 1-1/+1
2019-10-07rxrpc: Fix call ref leakGravatar David Howells 1-0/+1
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-5/+5
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsGravatar David Howells 1-1/+2
2019-07-30rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetGravatar David Howells 1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleGravatar David Howells 1-1/+3
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Gravatar Marc Dionne 1-9/+12
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"Gravatar David Howells 1-13/+11
2018-05-10rxrpc: Fix missing start of call timeoutGravatar David Howells 1-0/+10
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsGravatar David Howells 1-0/+1