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-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-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
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-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-17tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
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-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang
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-07-29tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-07-21tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-08tcp: ensure PMTU updates are processed during fastopenJakub Kicinski
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2021-01-13tcp: assign skb hash after tcp_event_data_sentYuchung Cheng
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-11-20mptcp: track window announced to peerFlorian Westphal
2020-11-07net: ipv4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-11-04tcp: propagate MPTCP skb extensions on xmit splitsPaolo Abeni
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet
2020-09-30inet: remove icsk_ack.blockedEric Dumazet
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau