aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11/+14
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-3/+7
2025-09-18tcp: AccECN coreIlpo Järvinen1-1/+8
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang1-55/+1
2025-09-15tcp: reorganize SYN ECN codeIlpo Järvinen1-2/+3
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-2/+2
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+1
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet1-2/+4
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-2/+1
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-1/+1
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-17/+29
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet1-0/+1
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo1-18/+18
2025-06-17tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell1-1/+0
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-5/+0
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet1-3/+2
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet1-4/+3
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing1-1/+1
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen1-3/+3
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen1-3/+3
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen1-4/+4
2025-03-03tcp: remove READ_ONCE(req->ts_recent)Eric Dumazet1-1/+1
2025-02-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+6
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+2
2025-02-20bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing1-0/+2
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-6/+6
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-2/+2
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet1-3/+3
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet1-3/+3
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet1-4/+3
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet1-1/+0
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing1-3/+1
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet1-1/+1
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-4/+1
2024-10-09tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo1-1/+4
2024-10-04tcp: add a fast path in tcp_delack_timer()Eric Dumazet1-1/+2
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-2/+2
2024-09-11net: add support for skbs with unreadable fragsMina Almasry1-1/+4
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing1-1/+1