aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)AuthorFilesLines
8 daystcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-1/+3
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
2020-03-19tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet1-0/+4
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-1/+1
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+44
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+13
2020-01-24tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet1-0/+1
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-01-09tcp: Check for filled TCP option space before SACKMat Martineau1-3/+7
2020-01-09tcp: coalesce/collapse must respect MPTCP extensionsMat Martineau1-1/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-2/+2
2019-12-30tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet1-2/+3
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-7/+7
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-5/+5
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-09-11tcp: force a PSH flag on TSO packetsEric Dumazet1-2/+13
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+3
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet1-2/+11
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet1-2/+1
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+5
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-3/+3
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-3/+20
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng1-0/+4
2019-04-06tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-03-23tcp: remove conditional branches from tcp_mstamp_refresh()Eric Dumazet1-6/+2
2019-02-26tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet1-7/+6
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet1-2/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-01-27tcp: change pingpong threshold to 3Wei Wang1-6/+9
2019-01-27tcp: Refactor pingpong codeWei Wang1-2/+2
2019-01-25tcp: allow zerocopy with fastopenWillem de Bruijn1-0/+1
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng1-5/+4
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2018-12-10tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet1-5/+2
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+32
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet1-2/+4
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-3/+3
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet1-2/+3
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-8/+10
2018-10-18tcp: fix TCP_REPAIR xmit queue setupEric Dumazet1-6/+7
2018-10-15tcp: optimize tcp internal pacingEric Dumazet1-15/+16