summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
4 daystcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
13 daystcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
13 daystcp: annotate data-races around tp->srtt_usEric Dumazet
13 daystcp: better handle TCP_TX_DELAY on established flowsEric Dumazet
13 daystcp: annotate data-races around tp->reord_seenEric Dumazet
13 daystcp: annotate data-races around tp->dsack_dupsEric Dumazet
13 daystcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
13 daystcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
13 daystcp: annotate data-races around tp->snd_ssthreshEric Dumazet
13 daystcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-12tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-03-12net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-03-04tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-26tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang
2026-02-26tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet
2025-10-06tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-09-29tcp: make tcp_rcvbuf_grow() accessible to mptcp codePaolo Abeni
2025-09-29tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen
2025-09-18tcp: AccECN coreIlpo Järvinen
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni
2025-07-16tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet
2025-07-14tcp: do not accept packets beyond windowEric Dumazet
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-06-19tcp: tcp_time_to_recover() cleanupEric Dumazet
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski