summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2022-11-01tcp: refine tcp_prune_ofo_queue() logicEric Dumazet
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-05-28tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet
2022-05-19tcp: improve PRR loss recoveryYuchung Cheng
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet