summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/input.c
AgeCommit message (Expand)AuthorLines
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells-2/+0
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells-1/+9
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells-1/+1
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells-39/+78
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells-5/+5
2024-12-09rxrpc: Tidy up the ACK parsing a bitDavid Howells-29/+26
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells-4/+1
2024-12-09rxrpc: Send jumbo DATA packetsDavid Howells-0/+3
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells-2/+2
2024-12-09rxrpc: Don't use received skbuff timestampsDavid Howells-9/+10
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells-33/+61
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells-91/+161
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells-81/+70
2024-12-09rxrpc: Display stats about jumbo packets transmitted and receivedDavid Howells-1/+5
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells-30/+26
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells-9/+8
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells-15/+57
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells-1/+1
2024-12-09rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells-14/+22
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells-9/+17
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells-8/+5
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells-3/+0
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells-34/+27
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells-15/+13
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells-9/+6
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells-11/+11
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells-1/+1
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells-18/+97
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells-13/+13
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells-19/+16
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells-1/+1
2023-01-31rxrpc: Simplify ACK handlingDavid Howells-23/+23
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells-7/+7
2023-01-06rxrpc: Remove call->state_lockDavid Howells-55/+41
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells-1/+37
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells-35/+30
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells-6/+0
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells-4/+2
2022-12-01rxrpc: Move the cwnd degradation after transmitting packetsDavid Howells-22/+27
2022-12-01rxrpc: Trace/count transmission underflows and cwnd resetsDavid Howells-2/+5
2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells-2/+2
2022-12-01rxrpc: Make the I/O thread take over the call and local processor workDavid Howells-125/+42
2022-12-01rxrpc: Reduce the use of RCU in packet inputDavid Howells-4/+3
2022-12-01rxrpc: Simplify skbuff accounting in receive pathDavid Howells-23/+22
2022-12-01rxrpc: Implement a mechanism to send an event notification to a callDavid Howells-2/+1
2022-12-01rxrpc: Remove call->input_lockDavid Howells-17/+5
2022-12-01rxrpc: Split the receive codeDavid Howells-366/+6
2022-12-01rxrpc: trace: Don't use __builtin_return_address for sk_buff tracingDavid Howells-18/+18
2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells-4/+4