summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/call_event.c
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells2024-03-051-2/+2
* rxrpc: Clean up the resend algorithmDavid Howells2024-03-051-41/+38
* rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-051-95/+94
* rxrpc: Differentiate PING ACK transmission traces.David Howells2024-03-051-2/+2
* rxrpc: Don't permit resending after all Tx packets ackedDavid Howells2024-03-051-1/+3
* rxrpc: Parse received packets before dealing with timeoutsDavid Howells2024-03-051-3/+3
* rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells2024-02-291-37/+0
* rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells2024-02-291-6/+4
* rxrpc: Strip barriers and atomics off of timer trackingDavid Howells2024-02-291-16/+16
* rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-291-4/+4
* rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-291-3/+3
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-051-2/+4
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-051-5/+1
* 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