aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells1-2/+2
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-15/+10
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells1-17/+5
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells1-3/+5
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-6/+4
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells1-1/+10
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells1-0/+1
2023-05-01rxrpc: Make it so that a waiting process can be abortedDavid Howells1-2/+5
2023-05-01rxrpc: Fix hard call timeout unitsDavid Howells1-1/+1
2023-04-27rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells1-8/+4
2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells1-0/+64
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-3/+0
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells1-56/+13
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells1-16/+13
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells1-1/+0
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-8/+12
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-7/+22
2022-12-19rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells1-1/+1
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-2/+0
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-6/+6
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-6/+4
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-70/+13
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells1-1/+1
2022-11-08rxrpc: Fix congestion managementDavid Howells1-3/+19
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-1/+0
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-116/+72
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-1/+1
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-3/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells1-1/+0
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+2
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells1-38/+54
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells1-28/+13
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells1-4/+2
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells1-10/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells1-0/+3
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells1-1/+1
2020-06-05rxrpc: Fix missing notificationDavid Howells1-4/+2
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells1-4/+4
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-17/+9
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells1-8/+36
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells1-9/+18
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells1-1/+1
2019-10-07rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-5/+5
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells1-1/+2
2019-07-30rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells1-1/+3
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne1-9/+12
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells1-13/+11
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells1-0/+10
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells1-0/+1
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells1-0/+2
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-1/+2
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva1-1/+1
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-1/+1
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells1-0/+7
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-10/+49
2017-11-24rxrpc: Split the call params from the operation paramsDavid Howells1-34/+17
2017-11-24rxrpc: Don't set upgrade by default in sendmsg()David Howells1-1/+1
2017-11-24rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells1-2/+3
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells1-26/+81
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells1-11/+13
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells1-7/+27
2017-08-29rxrpc: Don't negate call->error before returning itDavid Howells1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells1-2/+52
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells1-42/+41
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells1-4/+15
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells1-1/+2
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells1-4/+8
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-1/+1
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells1-18/+30
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+47
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-03-01rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells1-11/+46
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-1/+1
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells1-0/+5
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-1/+1
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-4/+3
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-4/+4
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells1-1/+1
2016-09-24rxrpc: Implement slow-startDavid Howells1-2/+5
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells1-1/+1
2016-09-23rxrpc: Pass the last Tx packet marker in the annotation bufferDavid Howells1-7/+7
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells1-0/+9
2016-09-23rxrpc: Preset timestamp on Tx sk_buffsDavid Howells1-0/+5
2016-09-22rxrpc: Reduce the number of ACK-Requests sentDavid Howells1-2/+0
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-1/+0
2016-09-22rxrpc: Expedite ping response transmissionDavid Howells1-0/+4
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-43/+8
2016-09-17rxrpc: Improve skb tracingDavid Howells1-5/+5
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells1-1/+8
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-79/+47
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-9/+9
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells1-1/+1
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-2/+2
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells1-0/+7
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells1-281/+277
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-0/+645