aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells1-2/+2
2024-03-05rxrpc: Clean up the resend algorithmDavid Howells1-41/+38
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells1-95/+94
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells1-2/+2
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedDavid Howells1-1/+3
2024-03-05rxrpc: Parse received packets before dealing with timeoutsDavid Howells1-3/+3
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells1-37/+0
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells1-6/+4
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells1-16/+16
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells1-4/+4
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells1-3/+3
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells1-2/+4
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells1-5/+1
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-1/+1
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells1-3/+12
2023-01-06rxrpc: Remove call->state_lockDavid Howells1-25/+17
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells1-2/+48
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells1-5/+8
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells1-1/+6
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells1-3/+13
2022-12-01rxrpc: Transmit ACKs at the point of generationDavid Howells1-15/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells1-0/+7
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells1-1/+3
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells1-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells1-101/+70
2022-12-01rxrpc: Move DATA transmission into call processor work itemDavid Howells1-6/+77
2022-12-01rxrpc: Move packet reception processing into I/O threadDavid Howells1-2/+2
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueDavid Howells1-6/+5
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells1-1/+1
2022-12-01rxrpc: Fix call leakDavid Howells1-1/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-20/+97
2022-11-08rxrpc: Remove call->lockDavid Howells1-20/+2
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueDavid Howells1-74/+37
2022-11-08rxrpc: Clean up ACK handlingDavid Howells1-69/+26
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells1-85/+104
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells1-0/+2
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells1-0/+1
2022-09-01rxrpc: Fix calc of resend ageDavid Howells1-1/+1
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells1-2/+2
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells1-1/+1
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells1-5/+3
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-05rxrpc: Fix missing notificationDavid Howells1-1/+0
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells1-14/+8
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells1-4/+4
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells1-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells1-4/+14
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing1-2/+0
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells1-1/+7
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells1-1/+1
2018-03-27rxrpc: Trace resendDavid Howells1-0/+1
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva1-1/+1
2017-11-29rxrpc: Clean up whitespaceDavid Howells1-1/+1
2017-11-24rxrpc: Add keepalive for a callDavid Howells1-0/+10
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells1-4/+22
2017-11-24rxrpc: Express protocol timeouts in terms of RTTDavid Howells1-4/+18
2017-11-24rxrpc: Fix call timeoutsDavid Howells1-95/+84
2017-11-02rxrpc: Fix call expiry handlingDavid Howells1-1/+1
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells1-1/+1
2016-10-06rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells1-4/+12
2016-10-06rxrpc: Add missing notificationDavid Howells1-0/+1
2016-10-06rxrpc: Queue the call on expiryDavid Howells1-4/+6
2016-10-06rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells1-4/+44
2016-10-06rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells1-3/+3
2016-09-30rxrpc: Fix the call timer handlingDavid Howells1-8/+18
2016-09-30rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells1-34/+39
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/+34
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells1-0/+1
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells1-2/+8
2016-09-23rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells1-0/+2
2016-09-23rxrpc: Add tracepoint for ACK proposalDavid Howells1-7/+14
2016-09-23rxrpc: Add a tracepoint for the call timerDavid Howells1-3/+4
2016-09-23rxrpc: Fix call timerDavid Howells1-11/+14
2016-09-23rxrpc: Need to start the resend timer on initial transmissionDavid Howells1-1/+1
2016-09-23rxrpc: Should be using ktime_add_ms() not ktime_add_ns()David Howells1-1/+1
2016-09-22rxrpc: Reduce the number of PING ACKs sentDavid Howells1-1/+1
2016-09-22rxrpc: Obtain RTT data by requesting ACKs on DATA packetsDavid Howells1-10/+9
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells1-9/+19
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells1-9/+2
2016-09-17rxrpc: Improve skb tracingDavid Howells1-4/+4
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells1-8/+4
2016-09-17rxrpc: Remove some whitespace.David Howells1-1/+1
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-1164/+193
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells1-3/+4
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-44/+30
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells1-1/+1
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells1-3/+2
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells1-5/+5
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-6/+5
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-26/+16
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-1/+3
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells1-8/+10
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+3
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells1-6/+0
2016-08-09rxrpc: Don't access connection from call if pointer is NULLDavid Howells1-0/+4
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-0/+3
2016-07-06rxrpc: Access socket accept queue under right lockDavid Howells1-2/+2
2016-07-06rxrpc: Release a call's connection ref on call disconnectionDavid Howells1-5/+5
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells1-1/+1
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-6/+6
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-3/+3
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells1-4/+11
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+1288