aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells1-0/+7
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells5-57/+54
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells1-1/+9
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2-7/+11
2025-01-27rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2024-12-16rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells2-0/+9
2024-12-16rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells1-4/+4
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells8-217/+718
2024-12-09rxrpc: Fix request for an ACK when cwnd is minimumDavid Howells1-1/+1
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells9-95/+96
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells2-2/+3
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells3-7/+12
2024-12-09rxrpc: Tidy up the ACK parsing a bitDavid Howells2-29/+27
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells14-60/+54
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells3-160/+131
2024-12-09rxrpc: Send jumbo DATA packetsDavid Howells4-1/+6
2024-12-09rxrpc: Fix initial resend timeoutDavid Howells1-1/+1
2024-12-09rxrpc: Fix the calculation and use of RTODavid Howells2-2/+3
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells2-3/+3
2024-12-09rxrpc: Generate rtt_minDavid Howells2-4/+18
2024-12-09rxrpc: Don't use received skbuff timestampsDavid Howells2-12/+10
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells4-38/+74
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells6-193/+277
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells4-111/+97
2024-12-09rxrpc: Display stats about jumbo packets transmitted and receivedDavid Howells4-2/+37
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells2-31/+27
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells5-18/+16
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells7-250/+384
2024-12-09rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ackDavid Howells2-5/+7
2024-12-09rxrpc: Timestamp DATA packets before transmitting themDavid Howells1-39/+17
2024-12-09rxrpc: Only set DF=1 on initial DATA transmissionDavid Howells3-18/+20
2024-12-09rxrpc: Fix injection of packet lossDavid Howells1-10/+11
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells8-75/+93
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells1-0/+2
2024-12-09rxrpc: Prepare to be able to send jumbo DATA packetsDavid Howells6-60/+137
2024-12-09rxrpc: Separate the packet length from the data length in rxrpc_txbufDavid Howells6-32/+36
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells14-57/+258
2024-12-09rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbufDavid Howells2-12/+39
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells3-4/+10
2024-12-09rxrpc: Show stats counter for received reason-0 ACKsDavid Howells1-2/+3
2024-12-09rxrpc: Don't set the MORE-PACKETS rxrpc wire header flagDavid Howells1-3/+0
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells3-9/+14
2024-12-09rxrpc: Use umin() and umax() rather than min_t()/max_t() where possibleDavid Howells11-25/+21
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells1-4/+8
2024-11-28rxrpc: Improve setsockopt() handling of malformed user inputMichal Luczaj1-3/+4
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells1-0/+1
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin2-6/+2
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells1-0/+4
2024-10-03rxrpc: Fix uninitialised variable in rxrpc_send_data()David Howells1-5/+5