aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
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-190/+274
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-249/+383
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-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov39-139/+279
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-12-06net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet2-2/+4
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-38/+50
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin2-18/+18
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-1/+9
2024-12-05xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()Alexander Lobakin1-0/+3
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin1-0/+56
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin3-19/+22
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet1-4/+10
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-05batman-adv: Don't keep redundant TT change eventsRemi Pommarel1-22/+18
2024-12-05batman-adv: Remove atomic usage for tt.local_changesRemi Pommarel3-16/+14
2024-12-05batman-adv: Reorder includes for distributed-arp-table.cSven Eckelmann1-1/+1
2024-12-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2024-12-05batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-05batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22