summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
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
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-11tcp: add the ability to control max RTOEric Dumazet
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet