aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedGravatar David Howells 1-1/+1
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callGravatar David Howells 1-3/+12
2023-01-06rxrpc: Remove call->state_lockGravatar David Howells 1-25/+17
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadGravatar David Howells 1-2/+48
2023-01-06rxrpc: Tidy up abort generation infrastructureGravatar David Howells 1-5/+8
2023-01-06rxrpc: Only disconnect calls in the I/O threadGravatar David Howells 1-1/+6
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadGravatar David Howells 1-3/+13
2022-12-01rxrpc: Transmit ACKs at the point of generationGravatar David Howells 1-15/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsGravatar David Howells 1-0/+7
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsGravatar David Howells 1-1/+3
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksGravatar David Howells 1-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workGravatar David Howells 1-101/+70
2022-12-01rxrpc: Move DATA transmission into call processor work itemGravatar David Howells 1-6/+77
2022-12-01rxrpc: Move packet reception processing into I/O threadGravatar David Howells 1-2/+2
2022-12-01rxrpc: Don't hold a ref for call timer or workqueueGravatar David Howells 1-6/+5
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingGravatar David Howells 1-2/+2
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingGravatar David Howells 1-4/+4
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingGravatar David Howells 1-1/+1
2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleGravatar David Howells 1-1/+1
2022-12-01rxrpc: Fix call leakGravatar David Howells 1-1/+0
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsGravatar David Howells 1-20/+97
2022-11-08rxrpc: Remove call->lockGravatar David Howells 1-20/+2
2022-11-08rxrpc: Don't use a ring buffer for call Tx queueGravatar David Howells 1-74/+37
2022-11-08rxrpc: Clean up ACK handlingGravatar David Howells 1-69/+26
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionGravatar David Howells 1-85/+104
2022-11-08rxrpc: Record statistics about ACK typesGravatar David Howells 1-0/+2
2022-11-08rxrpc: Add stats procfile and DATA packet statsGravatar David Howells 1-0/+1
2022-09-01rxrpc: Fix calc of resend ageGravatar David Howells 1-1/+1
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyGravatar David Howells 1-1/+2
2022-05-22rxrpc, afs: Fix selection of abort codesGravatar David Howells 1-2/+2
2022-03-31rxrpc: Fix call timer start racing with call destructionGravatar David Howells 1-1/+1
2022-01-22rxrpc: Adjust retransmission backoffGravatar David Howells 1-5/+3
2020-06-17rxrpc: Fix afs large storage transmission performance dropGravatar David Howells 1-1/+1
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterGravatar David Howells 1-18/+11
2020-06-05rxrpc: Fix missing notificationGravatar David Howells 1-1/+0
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 1-14/+8
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingGravatar David Howells 1-4/+4
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetGravatar David Howells 1-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorGravatar David Howells 1-4/+14
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'Gravatar YueHaibing 1-2/+0
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverGravatar David Howells 1-1/+7
2018-03-30rxrpc: Fix resend event time calculationGravatar Marc Dionne 1-1/+1
2018-03-30rxrpc: Fix a bit of time confusionGravatar David Howells 1-1/+1
2018-03-27rxrpc: Trace resendGravatar David Howells 1-0/+1
2017-11-29rxrpc: Fix variable overwriteGravatar Gustavo A. R. Silva 1-1/+1
2017-11-29rxrpc: Clean up whitespaceGravatar David Howells 1-1/+1
2017-11-24rxrpc: Add keepalive for a callGravatar David Howells 1-0/+10
2017-11-24rxrpc: Add a timeout for detecting lost ACKs/lost DATAGravatar David Howells 1-4/+22