summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)1-1/+1
2026-08-28tcp: use GFP_ATOMIC in tcp_send_active_reset()Eric Dumazet1-2/+2
2026-08-27tcp: fix corruption of urgent data on multi-segment retransmitJiayuan Chen1-1/+1
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang1-3/+3
2026-08-06tcp: honor BPF_SOCK_OPS_RWND_INIT on the active connect pathTejas Birajdar1-2/+6
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito1-2/+6
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng1-2/+2
2026-06-11tcp: allow mptcp to drop TS for some packetsMatthieu Baerts (NGI0)1-1/+9
2026-06-03mptcp: change mptcp_established_options() to return opt_sizeEric Dumazet1-3/+4
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet1-24/+27
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-0/+1
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet1-0/+1
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers1-8/+2
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet1-9/+3
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet1-1/+1
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet1-1/+2
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet1-1/+1
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-2/+2
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet1-3/+5
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-6/+0
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz1-0/+3
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet1-5/+0
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet1-24/+0
2026-03-09tcp: remove unused hash_size from struct tcp_out_optionsKeita Morisaki1-1/+0
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki1-4/+11
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet1-1/+1
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet1-5/+3
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-3/+16
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet1-1/+9
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet1-0/+19
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet1-1/+1
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang1-1/+6
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang1-1/+4
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang1-2/+2
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang1-1/+2
2026-02-03tcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang1-6/+9
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet1-27/+0
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet1-0/+35
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe1-14/+17
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-1/+6
2025-10-14tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet1-1/+1
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-6/+11
2025-09-18tcp: accecn: try to fit AccECN option with SACKChia-Yu Chang1-1/+20
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang1-3/+8
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang1-6/+20
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen1-5/+160
2025-09-18tcp: sack option handling improvementsIlpo Järvinen1-10/+13