summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet
2025-11-07tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet
2025-11-07tcp: Remove timeout arg from reqsk_queue_hash_req().Kuniyuki Iwashima
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-27tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric 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