aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/recvmsg.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()Gravatar David Howells 1-1/+15
2023-02-07rxrpc: Reduce unnecessary ack transmissionGravatar David Howells 1-1/+1
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 1-3/+3
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockGravatar David Howells 1-6/+6
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadGravatar David Howells 1-106/+62
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeGravatar David Howells 1-6/+6
2023-01-06rxrpc: Split out the call state changing functions into their own fileGravatar David Howells 1-81/+0
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-7/+11
2023-01-06rxrpc: Only disconnect calls in the I/O threadGravatar David Howells 1-0/+1
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 1-0/+2
2022-12-28rxrpc: Fix a couple of potential use-after-freesGravatar David Howells 1-6/+8
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-3/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-18/+18
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-6/+3
2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierGravatar David Howells 1-5/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-3/+3
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueGravatar David Howells 1-18/+0
2022-11-08rxrpc: Get rid of the Rx ringGravatar David Howells 1-57/+60
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyGravatar David Howells 1-90/+14
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointGravatar David Howells 1-19/+18
2022-11-08rxrpc: Clean up ACK handlingGravatar David Howells 1-8/+6
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionGravatar David Howells 1-23/+10
2022-11-08rxrpc: Remove call->tx_phaseGravatar David Howells 1-1/+0
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedGravatar David Howells 1-43/+0
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKGravatar David Howells 1-5/+3
2021-04-23afs: Don't truncate iter during data fetchGravatar David Howells 1-4/+5
2020-12-09net: rxrpc: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-10-05rxrpc: Fix accept on a connection that need securingGravatar David Howells 1-35/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureGravatar David Howells 1-1/+1
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-8/+13
2020-06-05rxrpc: Move the call completion handling out of lineGravatar David Howells 1-0/+74
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetGravatar David Howells 1-5/+13
2019-10-07rxrpc: Fix call crypto state cleanupGravatar David Howells 1-3/+3
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-3/+3
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetGravatar David Howells 1-17/+24
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetGravatar David Howells 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgGravatar Eric Dumazet 1-1/+2
2018-10-04rxrpc: Allow the reply time to be obtained on a client callGravatar David Howells 1-0/+43
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerGravatar David Howells 1-22/+11
2018-08-01rxrpc: Transmit more ACKs during data receptionGravatar David Howells 1-0/+17
2018-08-01rxrpc: Propose, but don't immediately transmit, the final ACK for a callGravatar David Howells 1-4/+2
2018-03-16rxrpc: remove redundant initialization of variable 'len'Gravatar Colin Ian King 1-1/+1
2018-02-16rxrpc: Work around usercopy checkGravatar David Howells 1-2/+3
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-2/+2
2017-11-24rxrpc: Don't transmit DELAY ACKs immediately on proposalGravatar David Howells 1-2/+2
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-1/+1