aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)Author
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells
2023-01-18rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-05-27rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells
2020-04-17rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-04-08rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid 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
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells
2017-11-24rxrpc: Fix call timeoutsDavid Howells
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()David Howells
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells
2017-08-29rxrpc: Don't negate call->error before returning itDavid Howells
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells