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