aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-03rxrpc: Fix a race between socket set up and I/O thread creationDavid Howells3-4/+10
2024-08-02rxrpc: Remove unused function declarationsYue Haibing1-2/+0
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-21/+37
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells1-11/+35
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells3-10/+2
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+9
2024-05-01rxrpc: Clients must accept conn from any addressJeffrey Altman1-7/+2
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin3-7/+7
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells1-2/+2
2024-03-14rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells1-2/+2
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells4-38/+45
2024-03-05rxrpc: Clean up the resend algorithmDavid Howells1-41/+38
2024-03-05rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells1-65/+40
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells11-241/+214