aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-30rxrpc: Fix checker warnings and errorsGravatar David Howells 1-0/+2
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureGravatar David Howells 1-1/+3
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesGravatar David Howells 1-1/+2
2017-11-29rxrpc: Fix variable overwriteGravatar Gustavo A. R. Silva 1-1/+1
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-1/+1
2017-11-24rxrpc: Express protocol timeouts in terms of RTTGravatar David Howells 1-0/+7
2017-11-24rxrpc: Fix call timeoutsGravatar David Howells 1-10/+49
2017-11-24rxrpc: Split the call params from the operation paramsGravatar David Howells 1-34/+17
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()Gravatar David Howells 1-1/+1
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingGravatar David Howells 1-2/+3
2017-10-24net: rxrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsGravatar David Howells 1-26/+81
2017-08-29rxrpc: Allow failed client calls to be retriedGravatar David Howells 1-11/+13
2017-08-29rxrpc: Add notification of end-of-Tx phaseGravatar David Howells 1-7/+27
2017-08-29rxrpc: Don't negate call->error before returning itGravatar David Howells 1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Gravatar Johannes Berg 1-1/+1
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callGravatar David Howells 1-2/+52
2017-06-07rxrpc: Consolidate sendmsg parametersGravatar David Howells 1-42/+41
2017-06-05rxrpc: Add service upgrade support for client connectionsGravatar David Howells 1-4/+15
2017-04-06rxrpc: Trace protocol errors in received packetsGravatar David Howells 1-1/+2
2017-04-06rxrpc: Note a successfully aborted kernel operationGravatar David Howells 1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structGravatar David Howells 1-1/+1
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterGravatar David Howells 1-2/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 1-18/+30
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-11/+47
2017-03-03rxrpc: Fix potential NULL-pointer exceptionGravatar David Howells 1-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+2
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgGravatar David Howells 1-11/+46
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))Gravatar yuan linyu 1-1/+1