aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
* net: tcp: introduce tcp_drop_reason()Menglong Dong2022-02-201-2/+8
* net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-0/+2
|\
| * tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
* | tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-3/+5
|/
* tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-091-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
* | tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-161-2/+2
* | tcp: annotate races around tp->urg_dataEric Dumazet2021-11-161-2/+2
|/
* tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-2/+10
* tcp: adjust sndbuf according to sk_reserved_memWei Wang2021-09-301-2/+12
* tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-6/+5
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-141-1/+1
* tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-271-1/+8
* tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
* tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet2021-07-211-8/+30
* tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-091-4/+15
* tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-061-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net: tcp better handling of reordering then loss casesYuchung Cheng2021-06-031-19/+26
* tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-141-0/+1
* tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet2021-03-111-6/+4
* tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet2021-02-151-1/+1
* tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-121-9/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-6/+8
|\
| * tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-231-4/+6
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-2/+2