aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
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
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-0/+2
2024-06-05tcp: derive delack_max with tcp_rto_min helperKevin Yang1-9/+2
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-7/+7
2024-05-23net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-7/+7
2024-05-23tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing1-1/+1
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-05-02tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-1/+3
2024-04-30net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-04-26tcp: fix tcp_grow_skb() vs tstampsEric Dumazet1-14/+19
2024-04-26rstreason: make it work in trace worldJason Xing1-1/+1
2024-04-26rstreason: prepare for active resetJason Xing1-1/+2
2024-04-25tcp: update sacked after tracepoint in __tcp_retransmit_skbPhilo Lu1-5/+6
2024-04-22tcp: try to send bigger TSO packetsEric Dumazet1-2/+36
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet1-12/+14
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet1-13/+5
2024-04-11net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet1-8/+10
2023-12-12net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-6/+3
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov1-3/+3
2023-11-07tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor1-31/+39
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet1-2/+0
2023-10-27net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov1-16/+56
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-14/+23
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-1/+1
2023-10-27net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov1-38/+74
2023-10-27net/tcp: Calculate TCP-AO traffic keysDmitry Safonov1-0/+2
2023-10-27net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov1-0/+47
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-19/+1
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-4/+8
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-1/+1
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-4/+4
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+19
2023-10-18tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet1-2/+14
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell1-4/+5
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang1-2/+2
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-10-11net: tcp: fix crashes trying to free half-baked MTU probesJakub Kicinski1-0/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-4/+5
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-1/+15
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-1/+4
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet1-10/+0
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-1/+1
2023-08-18tcp: refine skb->ooo_okay settingEric Dumazet1-7/+14
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong1-3/+11
2023-08-04tcp: Disable header prediction for MD5 flow.Kuniyuki Iwashima1-5/+0
2023-07-18tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet1-1/+1
2023-07-18tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet1-2/+2
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com1-9/+51
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet1-5/+5
2023-06-12tcp: remove some dead codeEric Dumazet1-28/+12
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet1-12/+19
2023-06-08tcp: let tcp_mtu_probe() build headless packetsEric Dumazet1-2/+58
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-2/+7
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-1/+1
2023-03-09tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2022-12-01net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-2/+2
2022-11-11tcp: tcp_wfree() refactoringEric Dumazet1-17/+14
2022-11-11tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet1-3/+3
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-7/+12
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-1/+1
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-1/+1
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+6
2022-07-22tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima1-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima1-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima1-1/+1
2022-07-22tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.Kuniyuki Iwashima1-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+15
2022-07-20tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima1-1/+1
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-1/+1
2022-07-20tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima1-1/+1
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-5/+5
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima1-1/+2
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima1-1/+1
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-13tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima1-1/+1
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima1-1/+1
2022-07-12tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-06-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-1/+1
2022-05-31tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni1-6/+8
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-15/+15
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-03-21tcp: ensure PMTU updates are processed during fastopenJakub Kicinski1-1/+4
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet1-12/+21
2022-03-03net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...Martin KaFai Lau1-7/+9
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov1-1/+3
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern1-1/+1
2021-12-01Revert "net: snmp: add statistics for tcp small queue check"Eric Dumazet1-4/+1
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong1-1/+4
2021-11-16net: remove sk_route_nocapsEric Dumazet1-1/+1
2021-11-04tcp: Use BIT() for OPTION_* constantsLeonard Crestez1-7/+7
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+5
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-3/+3
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-5/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-2/+5
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad1-1/+1
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet1-5/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet1-1/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet1-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet1-5/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-2/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-2/+0
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-1/+2
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet1-0/+1
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-0/+2
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-11-20mptcp: track window announced to peerFlorian Westphal1-4/+7
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+3
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni1-0/+3
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-3/+8
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-5/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-1/+0
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-9/+95
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-13/+92
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+2
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal1-1/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+8
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-5/+8
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-0/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-3/+5
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-1/+4
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet1-1/+6
2020-05-06tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()Eric Dumazet1-6/+10
2020-05-06tcp: refine tcp_pacing_delay() for very low pacing ratesEric Dumazet1-5/+3
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-3/+3
2020-04-25tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal1-2/+6
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal1-2/+6