aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc/call_event.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataGravatar David Howells 1-2/+2
2024-03-05rxrpc: Clean up the resend algorithmGravatar David Howells 1-41/+38
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyGravatar David Howells 1-95/+94
2024-03-05rxrpc: Differentiate PING ACK transmission traces.Gravatar David Howells 1-2/+2
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedGravatar David Howells 1-1/+3
2024-03-05rxrpc: Parse received packets before dealing with timeoutsGravatar David Howells 1-3/+3
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()Gravatar David Howells 1-37/+0
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadGravatar David Howells 1-6/+4
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingGravatar David Howells 1-16/+16
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsGravatar David Howells 1-4/+4
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceGravatar David Howells 1-3/+3
2024-02-05rxrpc: Fix counting of new acks and nacksGravatar David Howells 1-2/+4
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberGravatar David Howells 1-5/+1
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