summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
* tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-10/+11
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-08-311-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-19/+22
|\
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-07-251-1/+1
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima2022-07-251-1/+1
| * tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-07-251-1/+2
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-6/+7
| * tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima2022-07-251-2/+2
| * tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-07-221-1/+2
| * tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-07-221-1/+1
| * tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-07-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-20/+31
|\|
| * tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-201-2/+2
| * tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-201-1/+1
| * tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-201-1/+2
| * tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-201-3/+3
| * tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima2022-07-181-2/+4
| * tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-181-3/+7
| * tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-181-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+1
|\|
| * tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-131-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-1/+2
|\ \
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-1/+2
| |/
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-4/+0
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-1/+1
|/
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-05-281-4/+7
* tcp: improve PRR loss recoveryYuchung Cheng2022-05-191-5/+5
* tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+13
|\
| * tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-1/+11
* | tcp: fix signed/unsigned comparisonEric Dumazet2022-04-181-2/+3
* | tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet2022-04-171-7/+2
* | tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet2022-04-171-6/+9
* | tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet2022-04-171-9/+8
* | tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet2022-04-171-1/+2
* | tcp: add two drop reasons for tcp_ack()Eric Dumazet2022-04-171-3/+4
* | tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet2022-04-171-7/+17
* | tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet2022-04-171-3/+7
* | tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet2022-04-171-1/+6
* | tcp: get rid of rst_seq_matchEric Dumazet2022-04-171-8/+5
* | tcp: consume incoming skb leading to a resetEric Dumazet2022-04-171-12/+16
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-18/+18
|/
* net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
* net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11