summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2025-07-24rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-24rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-24rxrpc: Fix notification vs call-release vs recvmsgDavid Howells2-16/+16
2025-07-24rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-24rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-17rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-10/+10
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells2-0/+27
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
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