summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix locking issues with the peer record hashDavid Howells2025-02-211-2/+2
* rxrpc: peer->mtu_lock is redundantDavid Howells2025-02-214-12/+1
* rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells2025-02-211-0/+12
* rxrpc: Fix ipv6 path MTU discoveryDavid Howells2025-02-131-0/+7
* rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells2025-02-115-57/+54
* rxrpc: Fix race in call state changing vs recvmsg()David Howells2025-02-051-1/+9
* rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells2025-02-055-10/+6
* rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2025-02-042-7/+11
* rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2025-01-272-14/+14
* rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells2024-12-162-0/+9
* rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells2024-12-161-4/+4
* rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells2024-12-098-217/+718
* rxrpc: Fix request for an ACK when cwnd is minimumDavid Howells2024-12-091-1/+1
* rxrpc: Manage RTT per-call rather than per-peerDavid Howells2024-12-099-95/+96
* rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells2024-12-092-2/+3
* rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells2024-12-093-7/+12
* rxrpc: Tidy up the ACK parsing a bitDavid Howells2024-12-092-29/+27
* rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells2024-12-0914-60/+54
* rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells2024-12-093-160/+131
* rxrpc: Send jumbo DATA packetsDavid Howells2024-12-094-1/+6
* rxrpc: Fix initial resend timeoutDavid Howells2024-12-091-1/+1
* rxrpc: Fix the calculation and use of RTODavid Howells2024-12-092-2/+3
* rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells2024-12-092-3/+3
* rxrpc: Generate rtt_minDavid Howells2024-12-092-4/+18
* rxrpc: Don't use received skbuff timestampsDavid Howells2024-12-092-12/+10
* rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells2024-12-094-38/+74
* rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells2024-12-096-193/+277
* rxrpc: Adjust names and types of congestion-related fieldsDavid Howells2024-12-094-111/+97
* rxrpc: Display stats about jumbo packets transmitted and receivedDavid Howells2024-12-094-2/+37
* rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells2024-12-092-31/+27
* rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells2024-12-095-18/+16
* rxrpc: Implement progressive transmission queue structDavid Howells2024-12-097-250/+384
* rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ackDavid Howells2024-12-092-5/+7
* rxrpc: Timestamp DATA packets before transmitting themDavid Howells2024-12-091-39/+17
* rxrpc: Only set DF=1 on initial DATA transmissionDavid Howells2024-12-093-18/+20
* rxrpc: Fix injection of packet lossDavid Howells2024-12-091-10/+11
* rxrpc: Fix CPU time starvation in I/O threadDavid Howells2024-12-098-75/+93
* rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells2024-12-091-0/+2
* rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells2024-12-096-60/+137
* rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells2024-12-096-32/+36
* rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells2024-12-0914-57/+258
* rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbufDavid Howells2024-12-092-12/+39
* rxrpc: Request an ACK on impending Tx stallDavid Howells2024-12-093-4/+10
* rxrpc: Show stats counter for received reason-0 ACKsDavid Howells2024-12-091-2/+3
* rxrpc: Don't set the MORE-PACKETS rxrpc wire header flagDavid Howells2024-12-091-3/+0
* rxrpc: Clean up Tx header flags generation handlingDavid Howells2024-12-093-9/+14
* rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells2024-12-0911-25/+21
* rxrpc: Fix handling of received connection abortDavid Howells2024-12-091-4/+8
* rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-11-281-3/+4
* rxrpc: Add a tracepoint for aborts being proposedDavid Howells2024-11-111-0/+1