summaryrefslogtreecommitdiff
path: root/net/rxrpc/recvmsg.c
AgeCommit message (Expand)Author
12 daysrxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells
12 daysrxrpc: Fix socket notification raceDavid Howells
12 daysrxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells
12 daysrxrpc: Fix double unlock in rxrpc_recvmsg()David Howells
2026-06-12rxrpc: Don't move a peeked OOB message onto the pending queueHyunwoo Kim
2026-06-12rxrpc: rxrpc_verify_data ensure rx_dec_buffer allocJeffrey Altman
2026-05-20rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells
2023-02-07rxrpc: Reduce unnecessary ack transmissionDavid Howells
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells
2023-01-31rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells
2023-01-06rxrpc: Move call state changes from recvmsg 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: Split out the call state changing functions into their own fileDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2022-12-28rxrpc: Fix a couple of potential use-after-freesDavid 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: Copy client call parameters into rxrpc_call earlierDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells
2022-12-01rxrpc: Remove handling of duplicate packets in recvmsg_queueDavid Howells
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid 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 call->tx_phaseDavid Howells
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2020-12-09net: rxrpc: convert comma to semicolonZheng Yongjun
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
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells