summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet
2026-04-12tcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet
2026-04-06tcp: add recv_should_stop helperGeliang Tang
2026-03-26tcp: Fix inconsistent indenting warningJiayuan Chen
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet
2026-02-06tcp: inline tcp_filter()Eric Dumazet
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-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-02tcp: export tcp_splice_stateGeliang Tang
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-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet
2026-01-06tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak
2025-11-14tcp: gro: inline tcp_gro_pull_header()Eric Dumazet
2025-11-07tcp: Apply max RTO to non-TFO SYN+ACK.Kuniyuki Iwashima
2025-11-07tcp: Remove timeout arg from reqsk_timeout().Kuniyuki Iwashima
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima