summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring
2026-06-13tcp: refine tcp_sequence() for the FIN exceptionEric Dumazet
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-14tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOWSimon Baatz
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet
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