summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
7 daystcp: Decrement tcp_md5_needed static branchDmitry Safonov
7 daystcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
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: remove unused hash_size from struct tcp_out_optionsKeita Morisaki
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet
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-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric 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: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang
2026-02-03tcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima
2025-10-14tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang
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: sack option handling improvementsIlpo 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-09-15tcp: reorganize SYN ECN codeIlpo Järvinen
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet