aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-20tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet
2023-10-25tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet
2023-10-25tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-03tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-15tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-02-07tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-12-21tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-22tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-04-01tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet
2020-04-01tcp: also NULL skb->dev when copy was neededFlorian Westphal
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu
2019-12-18tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-09-11tcp: force a PSH flag on TSO packetsEric Dumazet
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-21tcp: be more careful in tcp_fragment()Eric Dumazet