summaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-311-1/+1
* rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2023-01-311-3/+12
* rxrpc: Remove call->state_lockDavid Howells2023-01-061-25/+17
* rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-061-2/+48
* rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-061-5/+8
* rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-061-1/+6
* rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-061-3/+13
* rxrpc: Transmit ACKs at the point of generationDavid Howells2022-12-011-15/+2
* rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells2022-12-011-0/+7
* rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells2022-12-011-1/+3
* rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells2022-12-011-2/+2
* rxrpc: Make the I/O thread take over the call and local processor workDavid Howells2022-12-011-101/+70
* rxrpc: Move DATA transmission into call processor work itemDavid Howells2022-12-011-6/+77
* rxrpc: Move packet reception processing into I/O threadDavid Howells2022-12-011-2/+2
* rxrpc: Don't hold a ref for call timer or workqueueDavid Howells2022-12-011-6/+5
* rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells2022-12-011-2/+2
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells2022-12-011-4/+4
* rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells2022-12-011-1/+1
* rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells2022-12-011-1/+1
* rxrpc: Fix call leakDavid Howells2022-12-011-1/+0
* rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-20/+97
* rxrpc: Remove call->lockDavid Howells2022-11-081-20/+2
* rxrpc: Don't use a ring buffer for call Tx queueDavid Howells2022-11-081-74/+37
* rxrpc: Clean up ACK handlingDavid Howells2022-11-081-69/+26
* rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells2022-11-081-85/+104
* rxrpc: Record statistics about ACK typesDavid Howells2022-11-081-0/+2
* rxrpc: Add stats procfile and DATA packet statsDavid Howells2022-11-081-0/+1
* rxrpc: Fix calc of resend ageDavid Howells2022-09-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-1/+2
|\
| * rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
* | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-221-2/+2
|/
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-311-1/+1
* rxrpc: Adjust retransmission backoffDavid Howells2022-01-221-5/+3
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-171-1/+1
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-06-111-18/+11
* rxrpc: Fix missing notificationDavid Howells2020-06-051-1/+0
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-111-14/+8
* rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-4/+4
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-091-9/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-021-4/+14
* rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-011-2/+0
* rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-041-1/+7
* rxrpc: Fix resend event time calculationMarc Dionne2018-03-301-1/+1
* rxrpc: Fix a bit of time confusionDavid Howells2018-03-301-1/+1
* rxrpc: Trace resendDavid Howells2018-03-271-0/+1
* rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-291-1/+1
* rxrpc: Clean up whitespaceDavid Howells2017-11-291-1/+1
* rxrpc: Add keepalive for a callDavid Howells2017-11-241-0/+10
* rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-241-4/+22