aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet1-2/+9
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet1-7/+7
2025-10-06tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-09-29tcp: make tcp_rcvbuf_grow() accessible to mptcp codePaolo Abeni1-1/+1
2025-09-29tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet1-2/+13
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet1-2/+2
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet1-1/+2
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen1-2/+34
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang1-2/+33
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang1-1/+3
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen1-4/+90
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen1-2/+12
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen1-3/+4
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-10/+40
2025-09-18tcp: AccECN coreIlpo Järvinen1-8/+92
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang1-44/+1
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-3/+3
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet1-4/+4
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-16tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni1-1/+1
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet1-6/+16
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet1-0/+1
2025-07-14tcp: do not accept packets beyond windowEric Dumazet1-5/+17
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo1-1/+1
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet1-5/+3
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+25
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell1-2/+0
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-19/+0
2025-06-17tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery codeNeal Cardwell1-127/+10
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet1-0/+3
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet1-14/+8
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet1-3/+3
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet1-5/+5
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet1-2/+4
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet1-0/+4
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet1-34/+25
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet1-0/+2
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet1-3/+3
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet1-3/+3
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-6/+6
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-2/+1